Slash commands
Type / in the composer to open the command menu. /help and /more list keys and the full set.
Modes
| Command | Description |
|---|---|
/ask | Ask mode (Q&A, no tools) |
/plan | Plan mode (plan file + approve gate) |
/agent | Agent mode (read/write/bash) |
⇧Tab also cycles modes.
Session
| Command | Description |
|---|---|
/clear | New conversation |
/retry | Retry the last user prompt |
/continue | Resume last session |
/save | Save session now |
/sessions | Browse Missions |
/name | Name the current session |
/compact | Compact transcript (keep last turn + summary) |
/status | Show path, mode, model, version, session |
/quit | Exit |
Models & cost
| Command | Description |
|---|---|
/connect | API key |
/model | List/select models — /model <id> |
/cost | Show real dollars per turn and per session, broken down per model |
Review & loop
| Command | Description |
|---|---|
/review | Read-only code review — uncommitted changes, or /review <base> (--ci for P0/P1 only) |
/loop | Run a prompt, auto-review the diff, and repeat (max 3) until clean, capped, budget-exhausted, or stuck |
/undo | Revert the last batch — /rewind for the three-way menu (both/conversation/code) |
/diff | Browse git diff — per file, staged vs working tree |
Git handoff
| Command | Description |
|---|---|
/commit | Stage + commit with a drafted message — /commit yes to confirm |
/pr | Push branch + open a PR against develop — /pr yes to confirm |
Mission surfaces
| Command | Description |
|---|---|
/outcome | Open Mission Outcome |
/subagents | Inspect Subagents |
/queue | Manage queued work |
/context | Show context breakdown |
/edit | Edit prompt externally |
Setup & safety
| Command | Description |
|---|---|
/setup | Detect stack + scaffold AGENTS.md |
/permissions | Show effective permission rules + ladder mode |
/mcp | List MCP connections and allowlisted servers |
/skills | List discovered agent skills |
/doctor | Audit skills, MCP servers and hooks against their context cost |
/telemetry | Anonymous product analytics (on | off | status; on by default) |
/theme | Open theme picker (or /theme <name>) |
/shortcuts | Open help |
/help | Keys + commands |
/more | All commands |