Skip to content

Telegram Command Reference

All commands available through the NexusSuiteBot on Telegram.

General Commands

CommandDescription
/startBegin interaction with the bot and start pairing
/statusCheck connection status, agent state, and active model
/helpShow all available commands

Agent Commands

CommandDescription
/run <task>Execute a one-shot agent task
/chat <message>Send a message to the agent in conversation mode
/stopStop the currently running agent task

Examples

/run Create a unit test for src/auth.ts
/chat What does the handleLogin function do?
/run Fix the TypeScript errors in src/utils.ts

TIP

Text messages sent without a command prefix are treated as /chat messages. You can just type naturally.

Session Commands

CommandDescription
/pairStart a new pairing flow (generates a new pairing code)
/unpairDisconnect the current session
/sessionsList all active sessions across devices

File Commands

CommandDescription
/ls [path]List files in the workspace (or a subdirectory)
/cat <path>View the contents of a file

Examples

/ls src/
/cat src/auth.ts

Notes

  • File attachments sent to the bot are forwarded to the agent's workspace
  • Long responses are automatically split across multiple Telegram messages
  • Inline buttons appear when the agent needs tool approval (Allow / Deny)
  • Code blocks in responses are formatted with Telegram's monospace formatting
  • All commands respect the tool allowlist — restricted tools return an error message

Released under the MIT License.