mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
codex-cli: change approval command label to reference patch instead of command
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user