mirror of
https://github.com/openai/codex.git
synced 2026-04-30 19:32:04 +03:00
tweaked /clear to support clear + new chat, also fix minor bug for macos terminal (#12520)
# /clear feature! Use /clear to start a new chat with Codex on a clean terminal!
This commit is contained in:
@@ -68,7 +68,7 @@ impl SlashCommand {
|
||||
SlashCommand::Review => "review my current changes and find issues",
|
||||
SlashCommand::Rename => "rename the current thread",
|
||||
SlashCommand::Resume => "resume a saved chat",
|
||||
SlashCommand::Clear => "clear the terminal screen and scrollback",
|
||||
SlashCommand::Clear => "clear the terminal and start a new chat",
|
||||
SlashCommand::Fork => "fork the current chat",
|
||||
// SlashCommand::Undo => "ask Codex to undo a turn",
|
||||
SlashCommand::Quit | SlashCommand::Exit => "exit Codex",
|
||||
|
||||
Reference in New Issue
Block a user