Skip to content

Chat Commands

These commands are available in Telegram chat.

Command Reference

CommandDescriptionUsage
/helpList available commands./help
/modelShow or change active model./model [provider]/[model]
/mcpList connected MCP tools./mcp
/tasksList active scheduled tasks./tasks
/statsShow session statistics./stats

Details

/help

Lists all registered commands with short descriptions.

/model

  • /model shows current provider/model.
  • /model <provider>/<model> switches runtime model.
  • Successful updates are persisted to .env.

/mcp

Shows currently connected tool names from native + MCP tool sources.

/tasks

Lists active scheduled background tasks and next run times.

/stats

Shows session ID, context token size, and message count.

Released under the MIT License