mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
initial draft
This commit is contained in:
@@ -382,7 +382,7 @@ impl ApprovalOverlay {
|
||||
"enter or tab to edit rejection | esc to interrupt".to_string()
|
||||
}
|
||||
} else if self.patch_selected_index() == Some(PATCH_REJECT_OPTION_INDEX) {
|
||||
"tab to explain rejection | esc to interrupt".to_string()
|
||||
"tab to follow up | esc to interrupt".to_string()
|
||||
} else {
|
||||
"esc to interrupt".to_string()
|
||||
};
|
||||
|
||||
@@ -16,4 +16,4 @@ expression: "render_overlay_lines(&view, 80)"
|
||||
1. Yes, proceed
|
||||
2. Yes, and don't ask again for these files
|
||||
› 3. No, and tell Codex what to do differently
|
||||
tab to explain rejection | esc to interrupt
|
||||
tab to follow up | esc to interrupt
|
||||
|
||||
Reference in New Issue
Block a user