Slash commands

/docs/slash-commands/

All commands in choreo-tui use the / prefix.

Sessions

CommandDescription
/sessionShow current session info
/session listList all sessions
/session new [title]Create a new session
/session switch <id>Switch to a different session
/session info <id>Show info for a specific session

Models & accounts

CommandDescription
/modelsList and select models
/modelAlias for /models
/account listList configured AI provider accounts
/account remove <name>Remove an AI provider account
/account <name>Set the session's AI provider account
Ctrl+MOpen the model selector popup (kitty keyboard protocol required)

Ctrl+A opens the accounts page — list accounts, remove with r, set an API key with c, or start the new-account wizard with n. The wizard is a two-phase flow: pick a provider, then enter a slug.

Reasoning

CommandDescription
/reasoningShow current reasoning effort slug
/reasoning <slug>Set reasoning effort (e.g. off, low, medium, high, on, xhigh, max)
Ctrl+RCycle reasoning effort through available slugs for the attached model

Lifecycle & editing

CommandDescription
/pingHealth check
/cancel <request-id>Cancel a running request
/stopCancel whatever request is active on the attached session
/continueContinue a stopped/idle session ("Please continue.")
/undoUndo the most recent user turn and its entire assistant response subtree
/redoRedo the most recently undone turn
/unlock [passphrase]Unlock the daemon (reads identity.pk or decrypts identity.pk.enc)
/lockLock the daemon, clearing credentials from memory

Credentials

CommandDescription
/add-key <service> <api_key> [unlock]Add an API key credential
/add-x <service> <key> <secret> <token> <token_secret> [bearer] [unlock]Add an X credential
/remove-key <service>Remove a credential

Any other input is sent to the attached session as a prompt. In choreo-tui, Ctrl+C exits the local client and disconnects from the daemon without requesting daemon shutdown.