Compare commits

...

1 Commits

Author SHA1 Message Date
Alexander Embiricos
bd0717f0e7 feat: sub /new out from starting slash commands
- Since it doesn't work elegantly at the moment.
2025-08-06 14:38:42 -07:00

View File

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