mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
feat: sub /new out from starting slash commands
- Since it doesn't work elegantly at the moment.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user