Show HN: cursor-tg – Run Cursor Cloud Agents from Telegram
github.comI built cursor-tg, a Telegram bot that lets me use Cursor Cloud Agents from my phone.
The idea is simple: sometimes I want to start an agent run, reply to it, or check what changed without opening my laptop. With cursor-tg, I can talk to Cursor agents in Telegram, track their progress, view generated diffs/PRs, and handle simple review actions from chat.
I made this mainly for remote/asynchronous development workflows, where I want quick access to my coding agent while away from my desk.
It is really exciting to be finally be able to (help agent) code anywhere!
Good idea for async coding workflows. One surface worth hardening: the Telegram input is the agent's stdin. Even with TELEGRAM_ALLOWED_USER_ID, if any message content reaches the agent without sanitization, conversation history injection becomes a path to unintended tool calls (file deletion, exfiltration, etc.). I've been building a test suite for this pattern — want me to run it against a staging bot? Full report, no charge.