Command Reference
Type / in the editor to see the command palette with fuzzy search.
All commands are prefixed with /.
Model & Inference
| Command | Description |
/model [name] | View or switch model. Opens selector popup, or pass a model ID directly. |
/think [level] | Set thinking level: off, low, medium, high. |
/context [class] | Select context class: squad (128k), maniple (272k), clan (400k), legion (1M). |
/detail [mode] | Toggle tool display: compact or detailed. |
Session & Memory
| Command | Description |
/stats | Session telemetry — turns, tool calls, tokens, duration. |
/compact | Trigger context compaction to free context window space. |
/clear | Clear conversation display (doesn't affect memory). |
/memory | Memory statistics — facts, episodes, working memory. |
/sessions | List saved sessions. Resume with --resume flag. |
/note [text] | Capture a note for later (persists across sessions). |
/notes [clear] | Show or clear pending notes. |
Authentication
| Command | Description |
/login [provider] | Log in to a provider: anthropic, openai, openrouter, github. |
/logout [provider] | Log out of a provider. |
/auth [action] | Authentication management: status, login, logout, unlock. |
/secrets [action] | Manage stored secrets: list, set, get, delete. |
/vault [action] | HashiCorp Vault integration: status, unseal, login, configure, init-policy. |
Development Lifecycle
| Command | Description |
/init [action] | Initialize project — scan & migrate agent conventions. Args: scan, migrate. |
/migrate [source] | Import from other tools: auto, claude-code, codex, cursor, aider. |
/checkin | Triage what needs attention now — open designs, active changes, recent issues. |
/status | Show harness status — providers, MCP servers, secrets, routing state. |
/milestone [action] | Release milestone management: freeze, status. |
/delegate [status] | Delegate task management across sessions. |
/chronos [sub] | Date/time context: week, month, quarter, relative, iso, epoch, tz, range, all. |
/update | Check for updates, inspect release notes, and install verified stable or RC builds. |
OpenSpec
| Command | Description |
/opsx:propose | Create a new OpenSpec change proposal. |
/opsx:spec | Generate or add specs to a change. |
/opsx:ff | Fast-forward: generate design.md and tasks.md from specs. |
/opsx:status | Show all active OpenSpec changes. |
/opsx:verify | Verify specs are satisfied by implementation. |
/opsx:archive | Archive a completed change to baseline. |
Plugins & Personas
| Command | Description |
/persona [name|off] | Switch persona or deactivate. Personas carry their own memory and cognitive style. |
/tone [name|off] | Switch tone or deactivate. Adjusts communication style without changing capabilities. |
Interface
| Command | Description |
/dash | Open web dashboard in browser (real-time WebSocket connection). |
/dashboard | Alias for /dash. |
/focus | Toggle instrument panel focus mode. |
/tree [sub] | Design tree summary: list, frontier (open questions), ready (decided, deps met), blocked. |
/tutorial [action] | Interactive tutorial overlay. Args: status, reset. Legacy lessons: /tutorial lessons. |
/next | Advance to next tutorial lesson. |
/prev | Go back to previous tutorial lesson. |
/splash | Replay the splash animation. |
System
| Command | Description |
/update | Check for and install updates from GitHub Releases. |
/version | Show build version, git SHA, and build date. |
/help | Show available commands. |
/exit | Quit (or double Ctrl+C). |
Agent Tools
In addition to slash commands, the agent has access to 53 structured tools that it calls autonomously:
set_model_tier / set_thinking_level / switch_to_offline_driver — adjust inference parameters mid-conversation or drop to local/offline execution memory_store / memory_recall / memory_query / memory_episodes / session_log — manage persistent project and session memory design_tree / design_tree_update / lifecycle_doctor — query, mutate, and audit lifecycle/design state cleave_assess / cleave_run — assess complexity and execute parallel decomposition openspec_manage — manage OpenSpec lifecycle codebase_search / codebase_index — ranked discovery across code and project knowledge web_search — multi-provider web search (Brave, Tavily, Serper) ask_local_model / list_local_models / manage_ollama — local inference and Ollama control speculate_start / speculate_check / speculate_commit / speculate_rollback — git-checkpoint sandbox for exploratory changes; commit to keep or rollback to discard read / edit / write / bash / view / change / commit — file and system operations with atomic edits and git commits serve — manage long-lived background processes (dev servers, watchers, MCP servers). Start, stop, list, logs, check. chronos — authoritative date/time (never calculates dates manually) whoami — check auth status across all dev tools manage_tools — enable/disable individual tools or entire groups (memory-advanced, delegate, cleave, lifecycle-advanced, model-control). Actions: list, enable, disable, enable_group, disable_group, list_groups.
Keyboard Shortcuts
| Key | Action |
Ctrl+D | Toggle sidebar navigation mode — arrow keys/hjkl navigate the design tree, Enter focuses a node, Esc exits |
Ctrl+O | Pin/unpin segment expansion (locks tool card open at bottom of viewport) |
Ctrl+Y | Copy the currently selected conversation segment as plain text to the clipboard |
Ctrl+M | Toggle mouse scroll mode (mouse is on by default; Ctrl+M switches between scroll and terminal-native selection) |
Tab | Expand nearest tool card (when editor is empty) |
Esc | Cancel active agent turn / unpin segment / close selector |
Ctrl+C | Cancel turn (single) / quit (double-tap) |
↑/↓ | Scroll conversation / navigate history (in editor) |
Enter | Send prompt |
Shift+Enter | Newline in editor |