Slash Commands
Quick actions via commands.
Overview
Slash commands provide quick access to actions:
/help - Show help
/clear - Clear session
/agent - Switch agentBuilt-in Commands
| Command | Description |
|---|---|
/help | Show available commands |
/clear | Clear current session |
/agent | Switch to different agent |
/session | Session management |
/model | Switch model |
/memory | Memory operations |
/status | Show status |
Usage
Type a command in any channel:
/helpCommands with arguments:
/agent coding
/model claude-3-5-sonnetCustom Commands
Define custom commands:
json5
{
commands: {
"/summarize": {
prompt: "Summarize this conversation",
description: "Get a summary"
},
"/translate": {
prompt: "Translate the following to {{arg}}",
description: "Translate text"
}
}
}Command Arguments
Some commands accept arguments:
/translate spanish
/agent codingChannel Support
Slash commands work in all channels:
- Telegram
- Discord
- WebChat