Skip to content

Slash Commands

Type / in the input to see the autocomplete list. Commands accept optional arguments after the name (e.g. /theme tokyo, /cd ~/projects).

These ship with the pi framework and are always available.

CommandDescription
/settingsOpen settings menu
/modelSelect model (opens selector UI)
/scoped-modelsEnable/disable models for Ctrl+P cycling
/exportExport session to HTML file
/shareShare session as a secret GitHub gist
/copyCopy last agent message to clipboard
/nameSet session display name
/sessionShow session info and stats
/changelogShow changelog entries
/hotkeysShow all keyboard shortcuts
/forkCreate a new fork from a previous message
/treeNavigate session tree (switch branches)
/loginLogin with OAuth provider
/logoutLogout from OAuth provider
/newStart a new session
/compactManually compact the session context
/resumeResume a different session
/reloadReload extensions, skills, prompts, and themes
/quitQuit tallow

Registered by bundled extensions. Disable an extension to remove its commands.

CommandDescriptionExtension
/clearStart a new session (alias for /new)clear
/contextShow context window usage breakdowncontext-usage
/show-system-promptShow the current system promptshow-system-prompt
/rewindUndo file changes by rolling back to a previous turnrewind
/compactManually compact the session contextbuilt-in
CommandDescriptionExtension
/cdChange working directorycd
/initInitialize AGENTS.md for the current projectinit
/add-dirAdd an additional directory for context file discoverycontext-files
/clear-dirsRemove all additional context directoriescontext-files
CommandDescriptionExtension
/bgList and manage background tasks (interactive viewer)background-task-tool
/toggle-inline-resultsToggle inline result notifications for bg tasksbackground-task-tool
/tasksManage tasks — list, add, complete, delete, cleartasks
/plan-modeToggle plan mode (read-only exploration)plan-mode-tool
/mcpList connected MCP servers and their toolsmcp-adapter-tool
/team-dashboardToggle the Team Dashboard workspaceteams-tool
CommandDescriptionExtension
/themeSwitch color theme by name, tag, or randomtheme-selector
/output-styleSwitch output style (agent personality)output-styles-tool
/promptToggle expanded prompt visibility (compact/verbose)command-prompt
CommandDescriptionExtension
/healthShow session diagnostics (model, context, tools, environment)health
/statsShow usage statistics (today, week, month, all, range)stats
/permissionsView, test, or reload permission rulespermissions
/upstreamCheck for upstream pi-coding-agent / pi-tui updatesupstream-check
/debugInteractive troubleshooting — model analyzes debug logsdebug
/diagnosticsShow local diagnostics tail or open live follow in WezTermdebug
/diagnostics-onEnable debug diagnostic loggingdebug
/diagnostics-offDisable debug diagnostic loggingdebug
/diagnostics-tailShow last N debug log entries (default: 20)debug
/diagnostics-clearTruncate the debug log filedebug
CommandDescriptionExtension
/cheatsheetShow keyboard shortcutscheatsheet

These are generated at runtime from your configuration:

  • /agent:<name> — Spawns a subagent using a bundled or user-defined agent profile. Default agents: architect, debug, planner, refactor, reviewer, scout, worker.
  • /skill:<name> — Runs a skill as a slash command (when enableSkillCommands is true in settings).
  • User commands — Markdown files in ~/.tallow/commands/ or .tallow/commands/ become /command-name automatically.

Some commands register shorter or alternative names.

AliasPrimary CommandExtension
/doctor/healthhealth
/clear/newclear
/keys/cheatsheetcheatsheet
/keymap/cheatsheetcheatsheet
/keybindings/cheatsheetcheatsheet
/todos/plan-modeplan-mode-tool