Discord Slash Commands
Registered application commands available in Discord. Accessible via / in the message input.
| Command | Description |
|---|---|
/ask <message> | Send a message to the agent |
/model | Show the current active model |
/model <name> | Switch to a specific model (disables auto-routing) |
/models | List all available models from the provider |
/auto | Re-enable automatic model routing |
/clear | Clear session conversation history |
/cost | Show token usage statistics |
/tasks | List running and recent agent tasks |
/cancel <id> | Cancel a running task by ID |
/status | Show daemon status and uptime |
/help | Show list of available commands |
Regular Messages
In addition to slash commands, users can also interact by mentioning the bot or sending direct messages. The bot processes these as regular conversation messages.
Command Registration
Slash commands are automatically registered with Discord when the bot connects. If you change guild_id, commands will re-register for the new scope.