[BUG] Telegram plugin: only first permission prompt per session is forwarded to Telegram — subsequent prompts are not

Resolved 💬 3 comments Opened Mar 27, 2026 by ckoren1975 Closed Mar 31, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

When running Claude Code with --channels plugin:telegram@claude-plugins-official, the first permission prompt in a session is correctly forwarded to Telegram with an Allow/Deny inline keyboard. However, subsequent permission prompts in the same session are not forwarded to Telegram — the terminal blocks silently waiting for keyboard input with no Telegram notification sent.

Debug log confirms the first prompt was received and matched:
notifications/claude/channel/permission: bsoyd allow (matched pending)

But for the second permission prompt (gcal_delete_event) there is no equivalent log entry — no notification was sent to Telegram at all.

What Should Happen?

Every permission prompt should be forwarded to Telegram with an Allow/Deny inline keyboard button, not just the first one per session.

Note: this is related to #37505 (fixed in v0.0.2) but that fix only covers the first prompt. Subsequent prompts in the same session are still silently dropped.

Environment: Windows 11, Claude Code v2.1.85, Telegram plugin v0.0.4

Error Messages/Logs

Steps to Reproduce

1.Start Claude Code with the Telegram channel: claude --channels plugin:telegram@claude-plugins-official

  1. From Telegram, send a request that triggers a first permission prompt (e.g. "check my calendar") — triggers gcal_list_events
  2. Telegram receives the inline keyboard with Allow/Deny ✅ — click Allow
  3. In the same session, send a request that triggers a second permission prompt (e.g. "delete the Paris trip") — triggers gcal_delete_event
  4. Telegram receives no notification ❌ — terminal blocks silently waiting for keyboard input (1/2/3

Claude Model

Sonnet (default)

Is this a regression?

I don't know

Last Working Version

_No response_

Claude Code Version

2.1.85 (Claude Code)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗