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). |
/context compact | Trigger context compaction to free context window space. |
/context clear | Save the current session and start a fresh conversation with cleared live context. |
/detail [mode] | Toggle tool display: compact or detailed. |
Session & Memory
| Command | Description |
/stats | Session telemetry — turns, tool calls, tokens, duration. |
/new | Save the current session and start a fresh one. |
/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 such as anthropic, openai-codex, openai, openrouter, or github. |
/logout [provider] | Log out of a provider. |
/auth [action] | Authentication management: status, 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, secrets, routing state, and runtime health. |
/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. |
Interface
| Command | Description |
/auspex | Show Auspex attachability and handoff status. |
/auspex open | Launch the primary browser surface. If the local compatibility server is not running yet, Omegon starts it first. |
/dash | Open Omegon's local browser compatibility/debug surface (real-time live state over WebSocket). |
/focus | Toggle selected-segment focus mode for terminal-native text selection. |
/tree [sub] | Design tree summary: list, frontier, ready, blocked. |
/tutorial [action] | Interactive tutorial overlay. Primary paths: /tutorial for the current-project flow and /tutorial demo for the scripted showcase. Management args: status, reset. |
/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 structured tools that it calls autonomously:
set_model_tier / set_thinking_level / switch_to_offline_driver — adjust inference parameters 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 ask_local_model / list_local_models / manage_ollama — local inference and Ollama control read / edit / write / bash / view / change / commit — file and system operations with atomic edits and commits serve — manage long-lived background processes chronos — authoritative date/time whoami — auth status across development tools manage_tools — enable/disable tools or whole tool groups