Slash Command Reference
Slash commands and directives give you direct control over your AI agent’s behavior. Send them as a message on iMessage, Telegram, WhatsApp, Discord, or WebChat — they work identically across all channels.Commands vs. Directives
There are two related systems:Session Control
/new [model] — Start a fresh session
/new [model] — Start a fresh session
/reset works the same as /new./compact [instructions] — Summarize context
/compact [instructions] — Summarize context
/stop — Abort current action
/stop — Abort current action
/queue — Manage the message queue
/queue — Manage the message queue
debounce, cap, and drop options./queue alone to see your current queue settings.Model & Thinking
/model — Switch AI model (directive)
/model — Switch AI model (directive)
:model./models. Send /model or /model list to see a numbered model picker. Use /model <number> to select from the list./think [level] — Set reasoning depth (directive)
/think [level] — Set reasoning depth (directive)
/thinking, /t. Also works inline: :think high./reasoning — Toggle reasoning output (directive)
/reasoning — Toggle reasoning output (directive)
stream mode shows reasoning as a Telegram draft in real time (Telegram only). Alias: /reason.Output & Display
/tts — Text-to-speech control
/tts — Text-to-speech control
/verbose — Verbose output (directive)
/verbose — Verbose output (directive)
full includes all tool output. on shows summaries. Alias: /v. Also works inline: :verbose./send — Override message delivery
/send — Override message delivery
off, your agent processes your request but doesn’t deliver the response — useful for testing. Also works inline: :send off.Information
/status — Current agent status
/status — Current agent status
/context — Token usage details
/context — Token usage details
/whoami — Your sender identity
/whoami — Your sender identity
/id./help — Quick command reference
/help — Quick command reference
/commands — Full command list
/commands — Full command list
Skills & Export
/skill — Run a skill by name
/skill — Run a skill by name
/export-session — Export conversation to HTML
/export-session — Export conversation to HTML
/export. Useful for archiving conversations or sharing session context.Inline Directives
Directives work inline in a normal message to modify how your agent handles that specific message only. They don’t persist to the session when used inline.Stop Phrases
Need your agent to stop immediately? Just say “stop” in any form:- “stop”
- “please stop”
- “STOP!”
- “cancel”
Quick Reference
/tts stream which is Telegram-only).