Skip to main content
This page reflects the current implementation in:
  • super_turtle/claude-telegram-bot/src/index.ts
  • super_turtle/claude-telegram-bot/src/handlers/commands.ts

Registered Slash Commands

These commands are currently wired with bot.command(...) in index.ts.

Stop Intents (Command-Like)

These are handled as stop intents in text handling:
  • /pause
  • /abort
  • ! (single character)
  • Natural language variants recognized by isStopIntent(...) (for example, please stop now)
When matched, the bot stops active driver work and attempts to stop running SubTurtles.

Notes

  • /cron does not currently have a /jobs slash alias in source.
  • Use /looplogs for raw launcher/runtime output (run-loop.sh, stdout/stderr). The legacy un-prefixed log path is still supported as a fallback.
  • Use /pinologs for structured app logs when you need level/module filtering.
  • Programmatic control-plane operations (usage/model/driver/session/restart) are documented in MCP Tools under bot_control.