Skip to content

Slash Commands

Type / for the completion popup.

Models & prompting

CommandEffect
/model [provider:]nameswitch model (no arg opens the picker)
/effort off|low|medium|highset thinking effort
/thinkingtoggle thinking
/goal text · /goal clearpin a goal into the system prompt
/btw noteadd context without asking for a reply
/systempromptedit the system prompt

Conversation

CommandEffect
/regenregenerate the last response
/editpull the last prompt back into the input
/clearclear this agent's conversation
/compactsummarize the conversation to free context
/forkbranch the conversation into a new agent
/agent [name]new agent
/ask questionanswer from context, kept out of the conversation
/steer textstop this turn and send yours next, keeping its work
/queueedit or drop prompts waiting to send
/remember fact · /remember clearpersist a project fact for the model

Sessions & workspace

CommandEffect
/new · /save · /resume [id]session management
/cd dirchange the working directory
/diffscrollable git diff (staged + unstaged)
/permissionslive permission state: mode, grants, rules
/settingsopen the config file in $EDITOR, hot-reloaded on save
/logrecent messages and errors, after the flash has gone

Undo

CommandEffect
/rewind [n|id]rewind file changes (default: the latest checkpoint)
/checkpointspick a checkpoint to rewind the working tree to

Providers, servers and capabilities

CommandEffect
/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

CommandEffect
/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
/panelspick and reorder dashboard panels
/verbose · /tools · /zentoggles

Misc

CommandEffect
/helphelp
/quitquit

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.

Released under the MIT License.