initial draft

This commit is contained in:
Roy Han
2026-03-02 17:07:29 -08:00
parent c24437a2d9
commit bfe50e41cc
2 changed files with 2 additions and 2 deletions

View File

@@ -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()
};

View File

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