Summary
The CLI slash commands documentation in docs/cli/tui-mode.mdx is outdated and missing several commands.
Background
PR #11235 added /rename as an alias for /title, and neither command is documented. Additionally, several other slash commands are missing from the docs.
Current Documentation (from tui-mode.mdx)
The table only lists 8 commands:
- /model
- /config
- /compact
- /fork
- /resume
- /info
- /init
- /mcp
Missing Commands
The following slash commands exist in the code (SYSTEM_SLASH_COMMANDS in extensions/cli/src/commands/commands.ts) but are not documented:
| Command | Description |
|---|
/title | Set the title for the current session |
/rename | Rename the current session (alias for /title) |
/help | Show help message |
/clear | Clear the chat history |
/login | Authenticate with your account |
/logout | Sign out of your current session |
/update | Update the Continue CLI |
/whoami | Check who you're currently logged in as |
/exit | Exit the chat |
/jobs | List background jobs |
Suggested Action
Update the slash commands table in docs/cli/tui-mode.mdx to include all available commands.
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Summary
The CLI slash commands documentation in
docs/cli/tui-mode.mdxis outdated and missing several commands.Background
PR #11235 added
/renameas an alias for/title, and neither command is documented. Additionally, several other slash commands are missing from the docs.Current Documentation (from tui-mode.mdx)
The table only lists 8 commands:
Missing Commands
The following slash commands exist in the code (
SYSTEM_SLASH_COMMANDSinextensions/cli/src/commands/commands.ts) but are not documented:/title/rename/help/clear/login/logout/update/whoami/exit/jobsSuggested Action
Update the slash commands table in
docs/cli/tui-mode.mdxto include all available commands.Generated with Continue
Co-Authored-By: Continue noreply@continue.dev