chore: un-ship undo (#8424)

This commit is contained in:
jif-oai
2025-12-22 09:53:03 +01:00
committed by GitHub
parent 4e6d6cd798
commit 7a8407bbb6
7 changed files with 13 additions and 37 deletions

View File

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