Slash commands
Everything you can type after / in the REPL — 75 commands. Type a bare / for the searchable palette; Tab completes names and arguments; a dim ghost hint suggests the rest of what you're typing (accept with →).
› / Slash commands 75 commands available — type to filter ❯ /model show or switch active model /resume list sessions or resume one in place /compact summarize conversation to free context /mcp MCP servers: status, enable/disable, reconnect /skills list available skills /teammates agent team panel — teammates + transcripts … type to search · ↑/↓ move · Enter run · Esc close
Custom additions: every *.md file in .hipmmcode/commands/ or .claude/commands/ becomes a /<name> command (subfolders namespace as <dir>:<name>), and /alias lets you define personal shorthands.
Session
| Command | Description |
|---|---|
/help (/?) | Show commands and shortcuts |
/init | Scan the project and generate (or improve) the project instructions file |
/clear | Drop conversation history |
/history | Print the message log |
/status | Tabbed Settings/Status/Config/Usage panel (full session info) |
/tokens | Quick turn and token counts (was /status in v0.10) |
/context (/ctx) | Token-usage breakdown by category (System/MCP/Agents/Skills) |
/cost | Session tokens + estimated cost |
/cwd | Show working directory |
/cd <dir> | Move the session to a new working directory (keeps history) |
/add-dir <dir> | Grant tools access to an additional directory for this session |
/doctor | Environment self-check (keys, config, MCP, skills) |
/sessions | List recent saved sessions |
/resume [id|name] [fork] (/continue) | List sessions or hot-swap into one; fork branches a copy |
/rename [name] | Rename the session (no arg: auto-generate a name) |
/branch | Fork the conversation here into a new session and continue in it |
/fork <prompt> | Run a prompt on a background copy of the conversation |
/rewind [n] | Drop the last N user turns; restore code, conversation, or both |
/compact [focus] | Summarize the conversation to free context (optional focus) |
/btw <question> | Quick side question that doesn't join the conversation |
/recap | One-line summary of this session |
/remember (/mem) | Extract durable memories from the recent conversation and save them |
/memory [list] (/memories) | Open a memory file in your editor, or list the index |
/publish [--file PATH|--report|--all] [--template NAME|--enhance] [--public] [--discoverable] [--title X] [--update HASH] | Interactive Artifact publish; bare uses the last reply, while --update replaces content/title without changing its URL or visibility |
/export [file] | Write the transcript to a Markdown file |
/copy [n|all] | Copy the last (or Nth-latest, or whole transcript) assistant message |
/release-notes (/changelog) | View release notes |
/exit (/quit, /q) | Leave hipmmcode |
Fullscreen & UI
| Command | Description |
|---|---|
/tui [fullscreen|inline] | Toggle the resident fullscreen renderer |
/transcript | Open the transcript view (= Ctrl+O) |
/expand | Pick a collapsed tool result and reprint it in full |
/statusline [cmd|padding n] | Show/set the external status-line command |
/hud [style] | Bottom HUD: picker when bare; styles: native / compact / force-native |
/output-style [name] (/style) | Show or switch the response output style |
/color [name] (/theme) | Switch terminal color theme (live-preview picker) |
/diff | Git working-tree diff (unstaged + staged) |
/paste (/img, /image) | Attach the clipboard image to your next message |
/warnings [on|off] | Show or hide WARN-level log lines (persisted) |
/vim | Toggle vim input editing |
/editor | Edit the draft in $VISUAL/$EDITOR (= Ctrl+X Ctrl+E) |
/terminal-setup | Install Shift+Enter multi-line input for your terminal |
Model & channel
| Command | Description |
|---|---|
/model [name | prov/model] (/m) | Show or switch model — bare opens the two-stage channel → model picker |
/provider [id] (/p) | Show or switch provider |
/providers | List provider presets and custom entries |
/refresh-models (/refresh) | Clear the model-discovery cache |
/effort [level] | Reasoning effort: off / low / medium / high / max |
/advisor [on|off|model] | Let a stronger model weigh in at key moments |
/config [key=value] (/settings) | View or set settings live |
Agents, skills & legions
| Command | Description |
|---|---|
/agents | Manage agent profiles (create / edit / delete) |
/skills | List available skills (interactive menu) |
/skill <name> [args] | Invoke a skill by name |
/skill-doctor | Report which loaded skills are unused and costing context |
/plugins | List installed plugins and their contributions |
/legion [name | off] | Show, activate, or deactivate a legion |
/legions | List installed legions |
/reload-skills (/reload) | Reload skills / plugins / MCP from disk without restarting |
Teams & tasks
| Command | Description |
|---|---|
/teammates (/team) | Agent-team panel — background teammates + transcripts |
/panes (/tiles) | Live tiled view of background teammates side-by-side |
/foreground [name] (/fg) | Pin one teammate's live output above the prompt; --full for fullscreen |
/preview | Cycle the teammate preview row: off / pills / tree |
/teams | List teams |
/tasks | List tasks in the active team |
/todos | Show the lead's TodoWrite list |
Governance & runtime
| Command | Description |
|---|---|
/permissions [allow|deny|ask <rule> | mode <m>] (/perms) | View/add permission rules or switch mode |
/auto-mode-setup | Reviewed two-stage auto-mode configuration: the agent proposes strictly-typed settings (allow / soft-deny / hard-deny / env / permission-removal), you review the JSON, then only the explicitly selected file is applied. |
/hooks | List configured lifecycle hooks |
/mcp | MCP server panel: status, enable/disable, reconnect, approve/reject |
/feedback | Review private, local-only product-feedback drafts (queued by the SendFeedback tool): list, inspect, delete, or explicitly export. Nothing is uploaded automatically. |
/worktree [name | exit [keep|remove]] (/wt) | Enter/exit an isolated git worktree |
/plan | Toggle plan mode or view the current plan |
/goal <condition> | Keep working until a cheap model verifies the condition is met |
/loop <interval> <prompt> | Run a prompt or command on a recurring interval |
/loops | List active loops |
/review [focus] | Review current git changes (bugs, security, quality) |
/code-review | Focused correctness review of your git changes |
/security-review | Security-focused review (severity-rated findings) |
/lsp | List LSP language servers and their install state |
/alias | Create, list, or remove personal command aliases |
Toggles
| Command | Description |
|---|---|
/anysearch [on|off|key=…] (/search) | AnySearch HTTP fallback for WebSearch — picker when bare |
/nativesearch [on|off] (/native) | Provider-native WebSearch; off forces the AnySearch path everywhere |
/compat [on|off] | Toggle .claude skills / agents discovery |
/experiments (/experimental) | List experimental flags; toggle one for this session |