From bd0717f0e7fb74fc1a07fdf074523422bf41deb1 Mon Sep 17 00:00:00 2001 From: Alexander Embiricos Date: Wed, 6 Aug 2025 14:38:42 -0700 Subject: [PATCH] feat: sub /new out from starting slash commands - Since it doesn't work elegantly at the moment. --- codex-rs/tui/src/history_cell.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex-rs/tui/src/history_cell.rs b/codex-rs/tui/src/history_cell.rs index c577ce17a0..387263f9a7 100644 --- a/codex-rs/tui/src/history_cell.rs +++ b/codex-rs/tui/src/history_cell.rs @@ -193,8 +193,8 @@ impl HistoryCell { Line::from("".dim()), Line::from(format!(" 1. /init - {}", SlashCommand::Init.description()).dim()), Line::from(format!(" 2. /status - {}", SlashCommand::Status.description()).dim()), - Line::from(format!(" 3. /compact - {}", SlashCommand::Compact.description()).dim()), - Line::from(format!(" 4. /new - {}", SlashCommand::New.description()).dim()), + Line::from(format!(" 3. /diff - {}", SlashCommand::Diff.description()).dim()), + Line::from(format!(" 4. /compact - {}", SlashCommand::Compact.description()).dim()), Line::from("".dim()), ]; HistoryCell::WelcomeMessage {