Command Reference

Type / in the editor to see the command palette with fuzzy search. All commands are prefixed with /.

Model & Inference

CommandDescription
/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

CommandDescription
/statsSession telemetry — turns, tool calls, tokens, duration.
/compactTrigger context compaction to free context window space.
/clearClear conversation display (doesn't affect memory).
/memoryMemory statistics — facts, episodes, working memory.
/sessionsList saved sessions. Resume with --resume flag.
/note [text]Capture a note for later (persists across sessions).
/notes [clear]Show or clear pending notes.

Authentication

CommandDescription
/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

CommandDescription
/init [action]Initialize project — scan & migrate agent conventions. Args: scan, migrate.
/migrate [source]Import from other tools: auto, claude-code, codex, cursor, aider.
/checkinTriage what needs attention now — open designs, active changes, recent issues.
/statusShow 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.
/updateCheck for updates, inspect release notes, and install verified stable or RC builds.

OpenSpec

CommandDescription
/opsx:proposeCreate a new OpenSpec change proposal.
/opsx:specGenerate or add specs to a change.
/opsx:ffFast-forward: generate design.md and tasks.md from specs.
/opsx:statusShow all active OpenSpec changes.
/opsx:verifyVerify specs are satisfied by implementation.
/opsx:archiveArchive a completed change to baseline.

Plugins & Personas

CommandDescription
/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

CommandDescription
/dashOpen web dashboard in browser (real-time WebSocket connection).
/dashboardAlias for /dash.
/focusToggle 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.
/nextAdvance to next tutorial lesson.
/prevGo back to previous tutorial lesson.
/splashReplay the splash animation.

System

CommandDescription
/updateCheck for and install updates from GitHub Releases.
/versionShow build version, git SHA, and build date.
/helpShow available commands.
/exitQuit (or double Ctrl+C).

Agent Tools

In addition to slash commands, the agent has access to 53 structured tools that it calls autonomously:

Keyboard Shortcuts

KeyAction
Ctrl+DToggle sidebar navigation mode — arrow keys/hjkl navigate the design tree, Enter focuses a node, Esc exits
Ctrl+OPin/unpin segment expansion (locks tool card open at bottom of viewport)
Ctrl+YCopy the currently selected conversation segment as plain text to the clipboard
Ctrl+MToggle mouse scroll mode (mouse is on by default; Ctrl+M switches between scroll and terminal-native selection)
TabExpand nearest tool card (when editor is empty)
EscCancel active agent turn / unpin segment / close selector
Ctrl+CCancel turn (single) / quit (double-tap)
↑/↓Scroll conversation / navigate history (in editor)
EnterSend prompt
Shift+EnterNewline in editor