Skip to main content

Slash Commands

Type / in any chat to access quick commands. Commands are organized by category.

Chat

CommandArgsDescription
/model<name>Switch the model for this conversation
/think<none|low|medium|high>Set extended thinking level
/mode<name>Switch agent mode
/agent<name>Switch to a different agent
/temp<0.0-2.0>Set temperature (creativity)

Examples

/model gemini-2.5-pro
/think high
/temp 0.8
/agent Research Bot

Session

CommandArgsDescription
/clearClear the current session
/compactCompact the session (summarize old messages)
/new[label]Start a new session
/rename<label>Rename the current session

Memory

CommandArgsDescription
/remember<text>Store a memory manually
/forget<id>Delete a memory by ID
/recall<query>Search memories and show results

Examples

/remember I prefer TypeScript over JavaScript
/recall What programming languages does the user like?
/forget mem_abc123

Tools

CommandArgsDescription
/web<query>Search the web
/img<prompt>Generate an image
/exec<command>Execute a shell command

Examples

/web latest Rust release notes
/img a cyberpunk cat in neon rain
/exec ls -la ~/projects

Config

CommandArgsDescription
/helpShow available commands
/statusShow engine status and configuration
/debugToggle debug mode

Autocomplete

As you type a command, the autocomplete dropdown shows matching commands with descriptions. Use arrow keys to navigate and Enter to select.