Source of truth: crates/tui/src/completion.rs (SLASH_COMMANDS) and crates/tui/src/input.rs (dispatch semantics).
| Command | Description |
|---|---|
/accent |
change accent color |
/agents |
list available agent roles |
/analytics |
session analytics and friction detection |
/autopilot |
autonomous multi-step execution |
/aside |
alias for /steer |
/artifact |
alias for /gate |
/artifact apply |
alias for /gate apply |
/artifact reject |
alias for /gate reject |
/artifact rollback |
alias for /gate rollback |
/background |
alias for /bg |
/bg |
manage background tasks |
/bench |
open the bench projection in the Control lane |
/bench adopt |
adopt the latest or named bench policy |
/bench report |
open bench projection in the Control lane |
/bench run |
refresh the bench projection from harness runs |
/benchmark adopt |
alias for /bench adopt |
/benchmark report |
alias for /bench report |
/benchmark run |
alias for /bench run |
/btw |
alias for /steer |
/by the way |
alias for /steer |
/bug |
generate a bug report |
/checkpoint |
save/list/restore session checkpoints |
/checkpoint save |
save a named checkpoint |
/checkpoint list |
list all checkpoints |
/checkpoint restore |
restore a checkpoint by id or name |
/changes |
list file changes this session |
/clear |
clear the session |
/clear queue |
clear the message queue |
/commands |
list custom commands |
/compact |
compress conversation history |
/connect |
connect a provider |
/context |
show context window usage |
/context build |
build a bounded context package from session and pinned research |
/deep |
deep mode: autonomous research then implement |
/diff |
show all file changes this session as diffs |
/docs |
view/manage cached documentation (librarian) |
/docs add |
cache docs by key from URL or text |
/docs get |
retrieve cached docs by key |
/docs clear |
clear cached docs |
/doctor |
run diagnostics |
/deck |
open the lane menu or switch workspace lanes |
/editor |
open $EDITOR for multi-line input |
/enable_exa |
set up Exa web search |
/exit |
exit quavil |
/export |
export conversation as markdown |
/gate |
open the governed change gate |
/gate apply |
apply the latest or named staged change |
/gate list |
open the full Gate lane |
/gate reject |
reject the latest or named staged change |
/gate rollback |
restore the latest or named rollback checkpoint |
/harness |
open harness status in the Control lane |
/harness bless |
bless a harness baseline or snapshot set |
/harness diff |
diff a run against a baseline or another run |
/harness report |
show the latest or named harness run |
/harness run |
run a harness lane, suite, or case |
/handoff |
create session handoff for continuation |
/help |
show commands and shortcuts |
/home |
alias for /launch |
/hooks |
list configured hooks |
/image |
attach image to next prompt |
/index |
force re-index codebase |
/index off |
disable auto-context for session |
/index status |
show index stats |
/init |
initialize .quavil/ project config |
/init-deep |
generate AGENTS.md files across project |
/inspect |
inspect a diff, PR, or working tree for bugs and regressions |
/learn |
create or list learned skills |
/launch |
open the lightweight Launch lane |
/login |
show OAuth login status |
/mcp |
list connected MCP servers |
/memory |
view auto-memory index and status |
/memory toggle |
toggle auto-memory |
/memory clear |
clear project memory |
/control |
open the Control lane |
/mission |
open the Mission lane |
/mission create |
create a mission from title, goal, and milestones |
/mission pause |
pause latest or named mission run |
/mission resume |
resume latest or named mission run |
/mission start |
start latest or named mission |
/model |
choose model |
/notepad |
view saved notepads |
/notify |
configure notifications |
/persist |
enable verify-and-fix mode |
/plan |
view or create execution plans |
/qa |
run autonomous QA cycling |
/quit |
exit quavil |
/recall |
open Recall for saved runs and resumable work |
/refactor |
structured refactoring workflow |
/resume |
restore a saved run |
/research |
open the Research lane or run a research query |
/research pin |
pin latest or named research result into context |
/review |
alias for /inspect |
/retry |
resend last prompt |
/search |
search session messages |
/share |
share session to share.quavil.com |
/steer |
queue a non-interrupting operator note for the active run |
/voice |
toggle voice input |
/walkthrough |
generate codebase walkthrough diagram |
/session delete |
delete a saved run |
/session rename |
rename the current run |
/sessions |
alias for /recall |
/status |
show session status and usage |
/stop |
stop continuation mechanisms |
/style |
change output verbosity |
/settings |
alias for /control |
/surface |
alias for /deck |
/thinking toggle |
toggle thinking display |
/subagent-config |
show or set model overrides per role |
/subagent-config set |
set model for role |
/subagent-config reset |
clear model overrides |
/team |
spawn coordinated sub-agents |
/teams-config |
list teams and config |
/teams-config show |
detailed team view |
/teams-config set |
set team defaults |
/teams-config member |
set member override |
/teams-config reset |
clear team overrides |
/theme |
choose theme |
/think |
toggle extended thinking |
/thinking |
set thinking effort level |
/todo |
view todo list and progress |
/todo enforce on |
enable todo enforcer |
/todo enforce off |
pause todo enforcer |
/todo clear |
clear todos |
/trust |
show or set trust mode |
/undo |
undo last file change |
/undo all |
undo all file changes in session |
/undo git |
restore all files from git HEAD |
/verify |
detect/list project checks |
/quick |
ad-hoc task with commit discipline |
/map |
map codebase stack/architecture/conventions |
/init-project |
structured project initialization with research |
/profile |
switch model profile |
/work |
return to primary chat lane |
/worktree |
manage git worktrees |
/worktree create |
create isolated worktree |
/worktree list |
list worktrees |
/worktree merge |
merge worktree back |
/worktree remove |
remove worktree |
/resume-work |
load latest handoff and resume |
- custom slash commands from
.quavil/commands/*.mdare merged into completion candidates - completion supports
Tab/Shift+Tabcycling - command kind (
Instant,StreamingSafe,Prompt) determines execution path and streaming safety /harnessis canonical for lane-by-lane verification;/benchis the scorecard projection layer on top of it