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 for the next message (off, minimal, low, medium, high, xhigh). Alias: /thinking.
/configSwitch permission mode.
/modeAlias for /config.
/add-dir [folder]Grant a vault working directory. On desktop, an absolute folder outside the vault configures the external workspace root instead. Without an argument, opens a vault folder picker.
/dirsList or revoke granted working directories and the configured external workspace root.
/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.
/project [name|clear]Switch to a project workspace, or clear to return to vault-wide mode. Alias: /projects.
/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.
/diagnosticsShow dev runtime diagnostics. Alias: /diag.
/helpList available commands.
/template [name] [args]Deprecated alias for /skill. Hidden from /help.

Released under the MIT License.