Skip to content

Add TG Bridge β€” two-way Telegram bridge plugin#59

Open
IfeyChan702 wants to merge 1 commit into
jmanhype:mainfrom
IfeyChan702:add-tg-bridge
Open

Add TG Bridge β€” two-way Telegram bridge plugin#59
IfeyChan702 wants to merge 1 commit into
jmanhype:mainfrom
IfeyChan702:add-tg-bridge

Conversation

@IfeyChan702

Copy link
Copy Markdown

Adds TG Bridge to Plugins & Extensions: a plugin that pushes Claude Code replies to a private Telegram bot and turns TG messages into session events, so you can continue tasks from your phone.

  • Zero-dependency Python stdlib; the only network surface is api.telegram.org
  • Outbound via Stop/Notification hooks (auto-wired through ${CLAUDE_PLUGIN_ROOT}), inbound via a long-polling monitor
  • Multi-bot: one bot per session, parallel sessions from separate TG chats

Repo: https://github.com/IfeyChan702/claude-tg-bridge

Follows the existing table format; checked for duplicates (no Telegram entry present).

πŸ€– Generated with Claude Code

@qodo-code-review

qodo-code-review Bot commented Jun 12, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (1) πŸ“˜ Rule violations (0)

Grey Divider


Remediation recommended

1. Status metrics outdated 🐞 Bug ≑ Correctness
Description
README.md adds a fifth plugin entry (TG Bridge) but the Status table still reports "Plugins listed |
4" (and an older "Last updated" value), making the README metrics incorrect/misleading.
Code

README.md[33]

+| [TG Bridge](https://github.com/IfeyChan702/claude-tg-bridge) | IfeyChan702 | Two-way Telegram bridge: replies pushed to your phone, TG messages continue the session |
Evidence
The README Status table still states there are 4 plugins and shows an older last-updated quarter,
while the Plugins & Extensions section now contains 5 plugin rows including the newly added TG
Bridge entry.

README.md[7-13]
README.md[25-34]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The README Status table is now inconsistent with the Plugins & Extensions list after adding the TG Bridge row.

## Issue Context
The PR adds a new plugin row, increasing the number of listed plugins, but does not update the Status table metrics (plugins count and last-updated quarter).

## Fix Focus Areas
- README.md[7-13]
- README.md[25-34]

β“˜ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

Qodo Logo

@qodo-code-review

Copy link
Copy Markdown

PR Summary by Qodo

Add TG Bridge plugin entry to README
πŸ“ Documentation πŸ• Less than 5 minutes

Grey Divider

Walkthroughs

Description
β€’ Add TG Bridge to the Claude Code Plugins table
β€’ Provide link, author, and a concise two-way Telegram bridge description
High-Level Assessment

The PR follows the existing README table format and adds the missing Telegram-related plugin entry; no alternative approach is meaningfully better for a simple catalog update.

Grey Divider

File Changes

Documentation (1)
README.md Add TG Bridge to Claude Code Plugins table +1/-0

Add TG Bridge to Claude Code Plugins table

β€’ Adds a new row for the TG Bridge plugin, including repository link, author, and a brief description of its two-way Telegram bridging behavior.

README.md


Grey Divider

Qodo Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants