Software engineering
Post LinkedIn lead magnet · Revenue growth
Anthropic just shipped Remote Control for Claude Code. (but this open-source alternative was already doing more) Last week, Anthropic launched Remote Control, a way to continue your Claude Code terminal sessions from your phone or browser. It's a great step forward. But it has some limits: ↳ Max plan only ($100-200/mo), Pro support coming soon ↳ One remote session per Claude Code instance ↳ No automation, no webhooks, no scheduled tasks ↳ Your laptop needs to stay awake (or the session pauses) If all you need is mobile access to a running session, Remote Control nails it. But if you want a full agentic coding environment over chat with built-in automation, there's an open-source Telegram bot that goes further. Claude Code Telegram Bot connects Telegram directly to Claude Code. Here's what it adds beyond Remote Control: 1) Event-driven automation - GitHub webhooks route push events, PRs, and issues through Claude for automated review. - Cron-based scheduling lets you run recurring tasks like daily code health checks. 2) Multi-user access control - Whitelist-based authentication per Telegram user ID. - Per-user cost tracking and spending limits. - Rate limiting with token bucket algorithm. 3) Two interaction modes - Agentic mode (default): talk naturally, no commands needed. - Classic mode: 13 terminal-like commands with inline keyboards, session export, and directory navigation. 4) Production-grade security - Directory sandboxing with path traversal prevention. - Webhook HMAC-SHA256 verification. - Full audit logging of every user action. 5) Works on any plan - No Max subscription required. - MIT licensed. Run it locally on your own infra. The setup is four environment variables and a single command. Remote Control is the right call for quick mobile check-ins on a running session. This bot is for teams and developers who want persistent, automated, multi-user access to Claude Code from anywhere. Different tools for different workflows. Both worth knowing about. I have shared the GitHub repo in the comments! I'm Shrey Shah & I teach AI assisted coding and agents.
Mécanisme lead magnet
I have shared the GitHub repo in the comments!