-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
area:docsRelates to documentationRelates to documentationkind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extension
Description
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
Reactions are currently unavailable
Metadata
Metadata
Labels
area:docsRelates to documentationRelates to documentationkind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extension
Type
Projects
Status
Todo