codex-cli: change approval command label to reference patch instead of command

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 16:52:12 -07:00
parent 4851101038
commit 8ff34a0108

View File

@@ -87,7 +87,7 @@ export function TerminalChatCommandReview({
if (showAlwaysApprove) {
opts.push({
label: "Yes, always approve this exact command for this session (a)",
label: "Yes, always approve this exact patch for this session (a)",
value: ReviewDecision.ALWAYS,
});
}