Slash commands

Type / in the composer to open the slash command picker. Start typing to filter, then press Enter to run.

Some commands take inline arguments, like /review fix the auth flow.

Models and personality

CommandWhat it does
/modelChoose provider, model, and reasoning effort
/fastToggle Fast mode on supported models
/personalityChoose a communication style
/realtimeToggle realtime voice mode (experimental)
/settingsConfigure realtime microphone and speaker

Permissions and sandbox

CommandWhat it does
/permissionsPick what runs without asking
/approvalsSame as /permissions
/setup-default-sandboxSet up an elevated agent sandbox
/sandbox-add-read-dir <path>Grant the sandbox read access to a directory

Conversation

CommandWhat it does
/newStart a fresh conversation in the same tab
/resumeOpen the resume picker
/forkFork the current chat into a new thread
/renameRename the current thread
/clearClear the terminal and start a new chat
/compactSummarize older turns to free context
/sideStart a side conversation in an ephemeral fork
/agentSwitch the active agent thread

Files and changes

CommandWhat it does
/initCreate an AGENTS.md file with project instructions
/diffShow the working-tree diff (including untracked files)
/mentionPin a file to the conversation
/copyCopy the latest output to your clipboard
/reviewReview your current changes for issues

Modes

CommandWhat it does
/planSwitch to Plan mode for read-only thinking
/goalSet or view the goal for a long-running task
/collabChange collaboration mode (experimental)

Tools and integrations

CommandWhat it does
/skillsBrowse and toggle skills
/mcpList configured MCP tools (/mcp verbose for details)
/appsManage app connectors
/pluginsBrowse plugins
/memoriesConfigure memory use and generation

Background work

CommandWhat it does
/psList background terminals
/stopStop all background terminals

Session info

CommandWhat it does
/statusShow session configuration and token usage
/debug-configPrint configuration layers and requirement sources
/rolloutPrint the rollout file path
/titleConfigure terminal title fields
/statuslineConfigure status line fields
/themeChoose a syntax highlighting theme

App lifecycle

CommandWhat it does
/updateManage Open Interpreter updates
/feedbackSend logs to maintainers
/experimentalToggle experimental features
/logoutSign out
/exitExit the CLI
/quitSame as /exit
Edit on GitHub