From a9d54b9e92ca8b9f194e77313f016169dcde0e7c Mon Sep 17 00:00:00 2001 From: dedrisian-oai Date: Sun, 28 Sep 2025 16:59:39 -0700 Subject: [PATCH] Add /review to main commands (#4416) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Screenshot 2025-09-28 at 4 33 26 PM --- codex-rs/tui/src/history_cell.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codex-rs/tui/src/history_cell.rs b/codex-rs/tui/src/history_cell.rs index f93042f9..d0e13003 100644 --- a/codex-rs/tui/src/history_cell.rs +++ b/codex-rs/tui/src/history_cell.rs @@ -414,6 +414,11 @@ pub(crate) fn new_session_info( "/model".into(), " - choose what model and reasoning effort to use".dim(), ]), + Line::from(vec![ + " ".into(), + "/review".into(), + " - review any changes and find issues".dim(), + ]), ]; CompositeHistoryCell {