Enhanced Claude Code Telegram Plugin Adds Voice, Stickers, Threading

A developer has created an enhanced fork of the official Claude Code Telegram plugin, adding several practical features not included in the base release. The fork is open source and available on GitHub.
Key Features Added
- MarkdownV2 formatting: Bold, italic, and code blocks now render correctly in Telegram instead of showing raw characters.
- Voice & audio message support: Users can send voice notes from their phones, and Claude transcribes them using Whisper.
- Sticker & GIF support: Claude can now see stickers and GIFs by converting them to frame collages.
- Conversation threading: In group chats, Claude follows reply chains up to 3 levels deep and responds in the correct thread.
- Inline keyboard buttons: Claude can send tappable choices and wait for user responses.
- Emoji reaction tracking: Users can react with 👍👎🔥 and Claude receives the feedback.
- Reaction status indicators: Uses 👀 when read, 🔥 when working, and 👍 when done.
- Emoji validation: Eliminates cryptic REACTION_INVALID errors.
Setup
The fork is designed as a drop-in replacement for the official plugin. Setup involves cloning the repository, copying one file, and restarting. It works with the existing official plugin infrastructure.
The developer built this enhanced version within hours of the official plugin's release, noting that the original "ships only the basics." They're seeking contributors to help develop the project further.
📖 Read the full source: r/ClaudeAI
👀 See Also

Ante: A Single-Binary Coding Agent That Runs Offline
Ante is a self-contained Rust binary that works like Claude Code or Codex but with zero runtime dependencies and full offline support. It scores 82.7% on Terminal-Bench 2.1 using DeepSeek V4 Flash.

Vibeyard Adds Kanban Board for Managing Multiple Claude Code Sessions
An open-source IDE called Vibeyard now includes a Kanban board that lets you spin up Claude Code agent sessions directly from cards. Cards auto-move to Done when the agent finishes.

OpenClaw Plugin Connects AI Agents to Meshtastic Radio Mesh for Off-Grid Operation
A new open-source plugin bridges the OpenClaw framework with Meshtastic's LoRa radio mesh network, enabling AI conversations, API queries, and device control without internet or cellular connectivity.

Open-Source Web UI for Parallel Claude Code Sessions Using Git Worktree
A developer has built an open-source web UI called CCUI that enables running multiple Claude Code sessions in parallel using git worktree. It runs as a local web server accessible via browser and supports SSH port forwarding for remote development.