Documentation
Telegram commands
Almost everything can be done through natural conversation, but a few commands give you direct control. Just type them in your agent’s chat:
The ones you’ll actually use
| Command | What it does |
|---|---|
/new | Starts a fresh conversation (clears the current context — long-term memory stays intact). |
/stop | Cancels whatever the agent is doing and empties the message queue. |
/memory | Checks memory: what it noted today, stats, and search. |
/cron list | Lists your scheduled tasks (creating and editing is easier through conversation). |
/help | Lists all available commands. |
Diagnostics and fine control
| Command | What it does |
|---|---|
/status | Shows what is running right now (active queries, tools in use). |
/context | Tokens used in the current conversation and estimated cost in USD. |
/usage | Detailed token consumption breakdown. |
/doctor | Runs an agent health check (/doctor fix tries to self-repair). |
/feature | Toggles features on and off (web browsing, image generation, etc.). |
/skill | Manages reusable skills the agent has learned. |
/checkpoint | Restores files the agent edited (automatic snapshots). |
Quick rule of thumb: if the agent seems “lost” in a long conversation,
/new fixes it. If it got stuck mid-task, /stop first.