Skip to content

Slash Commands

Slash commands run locally and are not sent to the model.

CommandWhat it does
/newStart a new conversation.
/sessions [clear --confirm]Browse, search, reopen, rename, or delete past conversations. Clear with confirmation deletes all conversations in the current scope.
/historyAlias for /sessions.
/modelSwitch model. Shift actions apply a next-prompt-only override where supported.
/effort [level]Set reasoning effort (off, minimal, low, medium, high, xhigh). The level persists across messages. Alias: /thinking.
/configSwitch permission mode.
/modeAlias for /config.
/add-dir [folder]Grant a vault working directory. Without an argument, opens a vault folder picker.
/dirsList or revoke granted working directories.
/planEnter sticky read-only planning mode.
/endplanLeave planning mode and restore the prior posture.
/compact [instructions]Summarize older turns now. Optional instructions are passed to the compaction request.
/init [instructions]Create or curate the vault standing-instructions file. Optional text guides that update.
/style [name]Switch output style.
/skill [name] [args]Run a vault skill.
/<skill-name>Run a skill directly when no built-in command has that name.
/agent [name] [task]Delegate a task to a subagent. Without arguments, opens a picker.
/undoUndo the last vault change made by the agent.
/statusShow provider, model, mode, output style, session, MCP servers, and tools.
/usageShow token and cost totals.
/memory [add|review|manage|export|clear]Add, review, export, or clear stored long-term memories.
/semantic-index [status|estimate|start|cancel]Manage scoped semantic indexing. Alias: /semindex.
/todo [add|set|test|commit]Track milestones, tests, and checkpoint commits. Alias: /todos.
/steer [text]Steer the active turn while the agent is responding.
/follow-up [text]Queue a follow-up behind the active turn. Alias: /followup.
/redirect [text]Stop the active turn and answer this instead.
/exportSave this conversation as a Markdown note in the vault.
/doctorAudit runtime health, agent plugins, and MCP configs.
/helpList available commands.

Released under the MIT License.