mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-04-17 21:22:42 +00:00
* feat(telegram,discord): compact permission messages with expandable details Replace verbose permission request messages with a compact format showing only the tool name. Adds a "See more" button that expands inline to show tool_name, description, and pretty-printed input_preview JSON. Yes/No buttons replace Allow/Deny. Bump plugin versions to 0.0.4. * revert: restore Allow/Deny button labels
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"name": "telegram",
|
|
"description": "Telegram channel for Claude Code \u2014 messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.",
|
|
"version": "0.0.4",
|
|
"keywords": [
|
|
"telegram",
|
|
"messaging",
|
|
"channel",
|
|
"mcp"
|
|
]
|
|
}
|