This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 19:10:40 -07:00
parent fc249fcf8f
commit 9670cfdef8
3 changed files with 25 additions and 14 deletions

View File

@@ -87,7 +87,7 @@ export function TerminalChatCommandReview({
if (showAlwaysApprove) {
opts.push({
label: "Yes, apply this patch (a)",
label: "Always allow this command for the remainder of the session (a)",
value: ReviewDecision.ALWAYS,
});
}