Slash Commands
Type / for the completion popup.
Models & prompting
| Command | Effect |
|---|---|
/model [provider:]name | switch model (no arg opens the picker) |
/effort off|low|medium|high | set thinking effort |
/thinking | toggle thinking |
/goal text · /goal clear | pin a goal into the system prompt |
/btw note | add context without asking for a reply |
/systemprompt | edit the system prompt |
Conversation
| Command | Effect |
|---|---|
/regen | regenerate the last response |
/edit | pull the last prompt back into the input |
/clear | clear this agent's conversation |
/compact | summarize the conversation to free context |
/fork | branch the conversation into a new agent |
/agent [name] | new agent |
/ask question | answer from context, kept out of the conversation |
/steer text | stop this turn and send yours next, keeping its work |
/queue | edit or drop prompts waiting to send |
/remember fact · /remember clear | persist a project fact for the model |
Sessions & workspace
| Command | Effect |
|---|---|
/new · /save · /resume [id] | session management |
/cd dir | change the working directory |
/diff | scrollable git diff (staged + unstaged) |
/permissions | live permission state: mode, grants, rules |
/settings | open the config file in $EDITOR, hot-reloaded on save |
/log | recent messages and errors, after the flash has gone |
Undo
| Command | Effect |
|---|---|
/rewind [n|id] | rewind file changes (default: the latest checkpoint) |
/checkpoints | pick a checkpoint to rewind the working tree to |
Providers, servers and capabilities
| Command | Effect |
|---|---|
/connect [agent] | connect a provider or external agent — ctrl+d disconnects |
/mcp [server] | log in to an MCP server that needs OAuth |
/skills [name] | list capability packs; a name loads one now |
Appearance
| Command | Effect |
|---|---|
/theme [name] | palette: taro, contrast, mono (no arg: picker) |
/glyphs [name] | character set: unicode, ascii, nerd (no arg: picker) |
/wordmark [mode] | welcome screen mark: auto, compact, text, off |
/panels | pick and reorder dashboard panels |
/verbose · /tools · /zen | toggles |
Misc
| Command | Effect |
|---|---|
/help | help |
/quit | quit |
Custom commands
A markdown file in ~/.config/tapioca/commands/ or .tapioca/commands/ becomes a slash command named after the file. The first # heading is its description and $ARGUMENTS takes whatever you type after it. Project commands override personal ones.
MCP server prompts also appear as slash commands, namespaced /server__prompt — see MCP & LSP.