Remove /limits after moving to /status (#4055)

Moved to /status #4053
This commit is contained in:
Ahmed Ibrahim
2025-09-22 11:23:05 -07:00
committed by GitHub
parent 76a9b11678
commit d2940bd4c3
11 changed files with 2 additions and 797 deletions

View File

@@ -21,7 +21,6 @@ pub enum SlashCommand {
Diff,
Mention,
Status,
Limits,
Mcp,
Logout,
Quit,
@@ -41,7 +40,6 @@ impl SlashCommand {
SlashCommand::Diff => "show git diff (including untracked files)",
SlashCommand::Mention => "mention a file",
SlashCommand::Status => "show current session configuration and token usage",
SlashCommand::Limits => "visualize weekly and hourly rate limits",
SlashCommand::Model => "choose what model and reasoning effort to use",
SlashCommand::Approvals => "choose what Codex can do without approval",
SlashCommand::Mcp => "list configured MCP tools",
@@ -70,7 +68,6 @@ impl SlashCommand {
SlashCommand::Diff
| SlashCommand::Mention
| SlashCommand::Status
| SlashCommand::Limits
| SlashCommand::Mcp
| SlashCommand::Quit => true,