Slack Commands
Slash commands available in Slack. The same set of commands as Telegram.
| Command | Description |
|---|---|
/model | Show the current active model |
/model <name> | Switch to a specific model (disables auto-routing) |
/models | List all available models from the provider (active model marked) |
/auto | Re-enable automatic model routing based on query complexity |
/reload | Reload config.toml (with auto-restore from backup if broken) |
/restart | Full restart — exec new process (picks up new binary, config, MCP servers) |
/cost | Show token usage statistics (last 24h, 7d, top models) |
/tasks | List running and recent agent tasks for your session |
/cancel <id> | Cancel a running task by ID |
/help | Show list of available commands |
Slash vs. Plain Text
In Slack, these commands are sent as regular messages starting with
/ in a DM or channel with the bot. They are not registered as Slack slash commands in the app manifest.