Dev Tools · 1h ago
Developer Builds Telegram Notifier for Claude Code to Fix Blocked Tasks
A developer created claude-code-notify, a tool that sends Telegram alerts when Claude Code finishes a task or needs input. The naive version falsely reported completion due to background commands returning acknowledgments before finishing. The fix uses transcript-based matching on tool_use_id to only notify when background tasks truly resolve.
Meridian48 take
The tool highlights a real pain point in AI-assisted coding workflows, but its reliance on transcript parsing underscores Claude Code's current limitations in reporting subagent status.
claude-codedeveloper-tools