codex-rs: correct approval label to reference 'patch' instead of 'command'

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 16:51:25 -07:00
parent 81c8bbe600
commit 4851101038

View File

@@ -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,