In a move to “democratize mobile AI coding,” Anthropic officially released Claude Code Channels on March 20, 2026. The new feature allows developers to link their desktop Claude Code CLI session to third-party messaging apps like Discord and Telegram, effectively turning their smartphone into a remote control for their development environment.
The “OpenClaw” Killer
The release is seen as a direct response to OpenClaw, an open-source project that gained massive traction in late 2025 by allowing developers to “vibe code” via mobile chat. By internalizing this functionality, Anthropic aims to offer the same convenience with the added security and reliability of their official infrastructure.
- How it Works: Developers start a local session using a new
--channelsflag. This spins up a polling service (running on the ultra-fast Bun runtime) that monitors specific plugins for incoming messages. - The Workflow: You can be in a cab or at a coffee shop, send a message to your private Telegram bot like “Fix the CSS bug in the header,” and Claude Code will execute the task, run tests, and reply once the fix is deployed.
- Security: Anthropic utilizes a “Pairing Code” system to link your mobile identity to your terminal, ensuring only authorized users can trigger remote code execution.
Key Features & Setup
The “Channels” update is currently available as a Research Preview for Claude Pro, Max, and Enterprise subscribers.
| Platform | Setup Requirement | Primary Use Case |
| Telegram | Bot Token via BotFather | Quick fixes and status updates |
| Discord | Developer Portal Application | Team-based “Agentic” reviews |
| Terminal | claude --channels plugin:telegram | Remote CLI Control |
Related Update: “Claude Dispatch” & Remote Control
In tandem with Channels, Anthropic also rolled out Claude Dispatch (also known as Remote Control). While Channels works through third-party apps, Dispatch allows for a “bridge” between the Claude Desktop app and the Claude iOS/Android apps.
- Persistence: It creates a single, persistent thread that stays in sync across devices.
- Local Execution: Crucially, the “brain” remains on your desktop. Your phone acts as the controller, but the code is executed in the secure, local sandbox of your home or office machine.
- The Catch: Your desktop must remain powered on and the Claude app must be open for the “remote control” link to function.
Market Context: The Battle for “Vibe Coders”
The launch comes just days after OpenAI acquired the Python startup Astral, a move designed to bolster its own Codex ecosystem. With Cursor also reportedly raising at a $50 billion valuation, the “AI Coding” space is rapidly shifting from simple autocompletion to “Agentic Workflows” where the AI manages the entire lifecycle of a feature—even when the developer is away from their desk.
This tutorial walks you through the /plugin install process and shows how to use the new --channels flag to keep your coding session alive while you’re on the move.
