ENยทESยทDEยทPTยทFR
โŒ˜K

Telegram Commands

Built-in slash commands for controlling the agent from Telegram.

CommandDescription
/modelShow the current active model
/model <name>Switch to a specific model (disables auto-routing)
/modelsList all available models from the provider (active model marked)
/autoRe-enable automatic model routing based on query complexity
/reloadReload config.toml (with auto-restore from backup if broken)
/restartFull restart โ€” exec new process (picks up new binary, config, MCP servers)
/costShow token usage statistics (last 24h, 7d, top models)
/tasksList running and recent agent tasks for your session
/cancel <id>Cancel a running task by ID
/helpShow list of available commands
/startSame as /help

Model Switching

text
/model claude-3.5-sonnet
# Switches to claude-3.5-sonnet and disables auto-routing

/auto
# Re-enables automatic Fast/Primary/Smart routing
Model Override
When you manually set a model with /model, auto-routing is disabled until you send /auto.

Config Reload

The /reload command reloads config.toml at runtime. If the config is invalid, aidaemon automatically restores from backup:

  1. .toml.lastgood โ€” last config that successfully completed an LLM call
  2. .toml.bak โ†’ .toml.bak.1 โ†’ .toml.bak.2 โ€” 3-deep rotation