mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
codex-rs: correct approval label to reference 'patch' instead of 'command'
This commit is contained in:
@@ -64,7 +64,7 @@ const SELECT_OPTIONS: &[SelectOption] = &[
|
||||
enters_input_mode: false,
|
||||
},
|
||||
SelectOption {
|
||||
label: "Yes, always approve this exact command for this session (a)",
|
||||
label: "Yes, always approve this exact patch for this session (a)",
|
||||
decision: Some(ReviewDecision::ApprovedForSession),
|
||||
|
||||
enters_input_mode: false,
|
||||
|
||||
Reference in New Issue
Block a user