mirror of
https://github.com/openai/codex.git
synced 2026-04-30 03:12:20 +03:00
chore: un-ship undo (#8424)
This commit is contained in:
@@ -21,7 +21,7 @@ pub enum SlashCommand {
|
||||
Resume,
|
||||
Init,
|
||||
Compact,
|
||||
Undo,
|
||||
// Undo,
|
||||
Diff,
|
||||
Mention,
|
||||
Status,
|
||||
@@ -45,7 +45,7 @@ impl SlashCommand {
|
||||
SlashCommand::Compact => "summarize conversation to prevent hitting the context limit",
|
||||
SlashCommand::Review => "review my current changes and find issues",
|
||||
SlashCommand::Resume => "resume a saved chat",
|
||||
SlashCommand::Undo => "ask Codex to undo a turn",
|
||||
// SlashCommand::Undo => "ask Codex to undo a turn",
|
||||
SlashCommand::Quit | SlashCommand::Exit => "exit Codex",
|
||||
SlashCommand::Diff => "show git diff (including untracked files)",
|
||||
SlashCommand::Mention => "mention a file",
|
||||
@@ -75,7 +75,7 @@ impl SlashCommand {
|
||||
| SlashCommand::Resume
|
||||
| SlashCommand::Init
|
||||
| SlashCommand::Compact
|
||||
| SlashCommand::Undo
|
||||
// | SlashCommand::Undo
|
||||
| SlashCommand::Model
|
||||
| SlashCommand::Approvals
|
||||
| SlashCommand::Experimental
|
||||
|
||||
Reference in New Issue
Block a user