helix. How you start it decides what kind of session you get. All three
modes read your project’s AGENTS.md / CLAUDE.md, use the provider you signed in with, and share
the session tools — /trace, the sub-agent views, and the rest (see Sessions).
helix — the orchestrator

The dashboard helix boots into.
/command — both reach the same stage:
/help repaints the dashboard at any time;
/clear starts a fresh conversation without leaving.
This is the only mode with the lifecycle commands (
/spec, /build, /evaluate …). The other
modes do not load the orchestrator, so those commands do not exist there — by design.helix agent — a single agent as the session
/goal, /trace and your project context all still work. Definitions resolve
by --name (from .mutagent/agents/ and .pi/agents/), --file, --prompt, or a bare quoted
prompt.
Agent mode in full
Interactive, loading a specific definition, headless with
-p — plus the capability list and the
sub-agent views, with real captures.helix --prime — the RLM-based agent loop
helix: the orchestrator persona, the dashboard, the lifecycle skills, and
the Agent tool. What is there instead: one tool, run, that executes code in a namespace that
persists for the whole session — variables, functions and classes defined in one call are still
defined in the next, so the model accumulates state instead of recomputing it. Every file write and
shell command still passes a host gate, so “the agent ran code” still means something.
Two commands belong to this mode:
Combine it with agent mode to run a specific definition on the Prime loop — same agent, a
code-interpreter as its only tool:
Prime is experimental.
The three modes side by side
Next: sessions
What the dashboard shows, the slash commands, the fleet view and the agent viewer.