Type / in the interactive TUI to open the command picker, or type a command name directly. Commands marked hidden are accessible by name but do not appear in /help.
Clear the transcript and conversation history. Keeps system prompt, todos, plan-mode, and skills cache.
/init
[--force]
Generate a CLAUDE.draft.md from available context sources (AGENTS.md, .cursorrules, .windsurfrules, README.md, git status). Refuses to overwrite an existing CLAUDE.md without --force.
/resume
[query]
List persisted sessions sorted by most-recently-updated, with an optional case-insensitive substring filter.
/recap
—
Summarize the conversation so far without mutating history.
/export
[path] [--format json]
Export the session transcript to a file. Default format: Markdown. Default filename: caliban-session-<date>.md in the CWD. Pass --format json for JSON output.
/btw
<question>
One-shot ephemeral question to a fast model (routed as FastClassifier); result inlined to transcript without touching the main session.
With no args: list the active provider's known model ids and the currently-selected one. With an id: switch the active model at runtime (same-provider in v1).
/effort
<level>
Set reasoning effort for the next turn. Values: low, medium, high, max, auto.
/status
—
Show provider / auth / subscription status.
/login
—
Run the active provider's auth flow (full browser OAuth implementation pending the Auth spec).
/logout
—
Clear cached credentials for the active provider (pending the Auth spec).
/setup-token
—
Generate a long-lived Anthropic OAuth token for CI use (pending the Auth spec).