From 8ff34a01085e510ad341bb86f38813b1355ccce9 Mon Sep 17 00:00:00 2001 From: "Rai (Michael Pokorny)" Date: Tue, 24 Jun 2025 16:52:12 -0700 Subject: [PATCH] codex-cli: change approval command label to reference patch instead of command --- codex-cli/src/components/chat/terminal-chat-command-review.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-cli/src/components/chat/terminal-chat-command-review.tsx b/codex-cli/src/components/chat/terminal-chat-command-review.tsx index 912af97961..4d1efd98e1 100644 --- a/codex-cli/src/components/chat/terminal-chat-command-review.tsx +++ b/codex-cli/src/components/chat/terminal-chat-command-review.tsx @@ -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, }); }