Skip to content

Docs: Update CLI slash commands table to include /title, /rename, and other missing commands #11316

@continue

Description

@continue

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

Metadata

Metadata

Labels

area:docsRelates to documentationkind:enhancementIndicates a new feature request, imrovement, or extension

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions