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
GLiGuard: Open-Source 300M Parameter Safety Moderation Model Claims 16x Speedup Over LLM Guardrails
Fastino Labs releases GLiGuard, a 300M parameter encoder-based model that performs multiple safety tasks in a single pass, matching or exceeding models 23–90x larger while running up to 16x faster.

PreToolUse Hook Fixes Claude Code Image Crash Problem
A developer created a PreToolUse hook that intercepts Claude Code's Read calls on images, converts them safely, and proxies them through a Haiku subprocess to prevent API Error 400 crashes from problematic images.

Self-Hosted GitHub Bot Runs Claude Code with 40+ Webhook Triggers and MCP Tools
A self-hosted GitHub bot leverages Claude Agent SDK with full Claude Code features, supporting 40+ webhook triggers, 4 built-in MCP servers, and custom YAML-based workflows for PR review, CI auto-fix, and issue triage.

MCP Slim: Local Embedding Search for MCP Tools Reduces Context Bloat
MCP Slim is a proxy that replaces full MCP tool catalogs with three meta-tools (search, describe, call), using local MiniLM embeddings for semantic search. It achieves 96% context window reduction and works offline without API keys.