Anthropic Launches Claude Code Channels for Messaging Integration

Anthropic has released Claude Code Channels, a messaging integration feature for Claude Code that enables developers to interact with their coding sessions through popular messaging platforms.
Key Details
Claude Code Channels launched today with these specific capabilities:
- Direct messaging to Claude Code sessions from Telegram or Discord
- Full tool access including file edits, test runs, and git operations
- Setup requires a
--channelsflag and a bot token - Built on MCP with Bun as the runtime
- Available to Research preview, Pro and Max subscribers who opt in
The feature provides similar functionality to OpenClaw's persistent AI coding agent that can be accessed from mobile devices, but with different technical requirements and limitations.
Comparison with OpenClaw
According to the source material, here are the key differences:
- Platform Support: Channels supports 2 platforms (Telegram, Discord). OpenClaw supports 20+ platforms.
- Model Support: Channels is Claude-only. OpenClaw runs any model, with KiloClaw allowing toggling between 500+ models.
- Cost: Channels requires a paid Anthropic plan ($20-200/mo). OpenClaw is free and open source.
- Setup Complexity: Channels requires no dedicated hardware (no Mac Mini, Docker, or OpenClaw's 500K lines of code and 70+ dependencies).
The source notes that for developers who want "text my AI coder from my phone" without setup hassle, Channels offers the path of least resistance. Power users running multi-model setups across multiple platforms still need OpenClaw's ecosystem.
📖 Read the full source: r/ClaudeAI
👀 See Also

Gemma 4 Early Signals: Deployment Fit Over Hype for Local Agent Workflows
Gemma 4's launch emphasizes deployment across hardware tiers with official positioning for personal hardware and edge/mobile, NVIDIA's NVFP4 quantization showing 4x compression with 99.7% baseline retention on GPQA, and Arena rankings placing the 31B dense model around #27.

Claude for Word Add-in Evidence Found in Analytics API
Anthropic's analytics API now returns metrics for Claude for Word alongside existing Excel and PowerPoint add-ins, indicating the Word integration is in development. The API shows zero usage counts for Word, suggesting it's not yet publicly available.

Developer Prefers Qwen3.5-27B Over Proprietary Models for Its Failure Mode
A developer on r/LocalLLaMA reports preferring Qwen3.5-27B over Gemini 3.1 Pro and GPT-5.3 Codex because it gives up on problematic tasks rather than generating potentially dangerous code like unrestricted Perl or NodeJS scripts.

OpenClaw auto-update bug leaves orphaned preflight directories filling /tmp
OpenClaw's auto-update mechanism creates preflight copies in /tmp that persist when updates fail, potentially filling disk space and blocking further updates. A user found 9 orphaned directories totaling 6.5GB on a 38GB VPS.