mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
remove session-scoped approval option for patches; update command approve label to B variant
This commit is contained in:
@@ -80,14 +80,14 @@ export function TerminalChatCommandReview({
|
||||
| { label: string; value: "switch" }
|
||||
> = [
|
||||
{
|
||||
label: "Yes (y)",
|
||||
label: "Yes, run this command (y)",
|
||||
value: ReviewDecision.YES,
|
||||
},
|
||||
];
|
||||
|
||||
if (showAlwaysApprove) {
|
||||
opts.push({
|
||||
label: "Yes, always approve this exact patch for this session (a)",
|
||||
label: "Yes, apply this patch (a)",
|
||||
value: ReviewDecision.ALWAYS,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user