Command Reference

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

Slim mode note: In om (slim mode), /help shows core commands only — design tree, cleave, delegate, and milestone commands are hidden to keep things focused. Type /help all to see every command, or /warp to switch to full mode. Hidden commands still work when typed directly.

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).
/context compactTrigger context compaction to free context window space.
/context clearSave the current session and start a fresh conversation with cleared live context.
/detail [mode]Toggle tool display: compact or detailed.

Session & Memory

CommandDescription
/statsSession telemetry — turns, tool calls, tokens, duration.
/newSave the current session and start a fresh one.
/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 such as anthropic, openai-codex, openai, openrouter, or ollama-cloud.
/logout [provider]Log out of a provider.
/auth [action]Authentication management: status, unlock.
/secrets [action]Manage stored secrets: list, set, get, delete. /secrets set NAME opens hidden input for raw values; /secrets get NAME checks resolution without printing the value.
/vault [action]HashiCorp Vault integration: status, unseal, login, configure, init-policy.

Secrets

CommandDescription
/secretsShow configured secret names and recipes. Values are never shown.
/secrets setOpen the common-secret selector.
/secrets set VAULT_ROOT_TOKENCapture an arbitrary operator secret through hidden input and store it in the OS keyring.
/secrets set VAULT_TOKEN keyring:VAULT_ROOT_TOKENCreate a keyring alias recipe without copying or exposing the value.
/secrets get VAULT_ROOT_TOKENCheck that a secret resolves. This does not print the value.
/secrets delete VAULT_ROOT_TOKENRemove the recipe and best-effort keyring entry.

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, 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.
/updateCheck for updates, inspect release notes, and install verified stable, RC, or nightly builds depending on the selected update lane.

Long-Running Automation

CLIDescription
omegon sentryRun the autonomous task executor with trigger intake, task budgets, run logs, and a local HTTP control plane.
omegon runRun one bounded headless task and exit with a structured status code.
omegon serveRun the persistent daemon/control-plane process.
omegon acpRun Agent Client Protocol over stdio or WebSocket.

OpenSpec

OpenSpec lifecycle operations are currently agent tool actions on openspec_manage, not /opsx:* slash commands.

Tool actionDescription
openspec_manage(status)Show all active OpenSpec changes.
openspec_manage(get)Show one change and its spec/task state.
openspec_manage(propose)Create a new OpenSpec change proposal.
openspec_manage(add_spec)Add specs to a change.
openspec_manage(register_tasks)Register task progress from tasks.md.
openspec_manage(register_test_file)Register required test coverage before implementation.
openspec_manage(archive)Archive a verifying change to baseline.

Interface

CommandDescription
/auspexShow Auspex attachability and handoff status.
/auspex openLaunch the primary browser surface. If the local compatibility server is not running yet, Omegon starts it first.
/dashOpen Omegon's local browser compatibility/debug surface (real-time live state over WebSocket).
/focusToggle selected-segment focus mode for terminal-native text selection.
/warpToggle live between om (slim) and omegon (full) runtime posture.
/shackleForce slim om-style posture: copy-friendly, conversation-first, lower-pressure surfaces.
/unshackleForce full omegon posture with the broader harness surfaces.
/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.
/splashReplay the splash animation.

System

CommandDescription
/versionShow build version, git SHA, and build date.
/helpShow available commands (filtered in slim mode). Use /help all for the complete list.
/exitQuit (or double Ctrl+C).

Agent tools

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

Always available

These tools are available in both om (slim) and omegon (full) modes:

Full mode only

These tools are hidden from the agent in slim mode to keep the coding loop focused. Switch to full mode with /warp or enable them individually with manage_tools.

Tool groups

Tools are organized into named groups that can be toggled together via the manage_tools tool: