|
|
@@ -581,6 +581,20 @@
|
|
|
}
|
|
|
],
|
|
|
"plugins": [
|
|
|
+ {
|
|
|
+ "id": "telegram-bot",
|
|
|
+ "name": "Telegram Bot Library",
|
|
|
+ "type": "plugin",
|
|
|
+ "path": ".opencode/plugin/lib/telegram-bot.ts",
|
|
|
+ "description": "Simple Telegram Bot wrapper for sending notifications",
|
|
|
+ "tags": [
|
|
|
+ "telegram",
|
|
|
+ "bot",
|
|
|
+ "library"
|
|
|
+ ],
|
|
|
+ "dependencies": [],
|
|
|
+ "category": "specialized"
|
|
|
+ },
|
|
|
{
|
|
|
"id": "telegram-notify",
|
|
|
"name": "Telegram Notifications",
|
|
|
@@ -593,7 +607,8 @@
|
|
|
"integration"
|
|
|
],
|
|
|
"dependencies": [
|
|
|
- "tool:env"
|
|
|
+ "tool:env",
|
|
|
+ "plugin:telegram-bot"
|
|
|
],
|
|
|
"category": "specialized"
|
|
|
},
|
|
|
@@ -1139,6 +1154,7 @@
|
|
|
"tool:env",
|
|
|
"tool:gemini",
|
|
|
"plugin:notify",
|
|
|
+ "plugin:telegram-bot",
|
|
|
"plugin:telegram-notify",
|
|
|
"context:essential-patterns",
|
|
|
"context:project-context",
|
|
|
@@ -1171,6 +1187,7 @@
|
|
|
"tool:env",
|
|
|
"tool:gemini",
|
|
|
"plugin:notify",
|
|
|
+ "plugin:telegram-bot",
|
|
|
"plugin:telegram-notify",
|
|
|
"context:essential-patterns",
|
|
|
"context:project-context",
|
|
|
@@ -1220,6 +1237,7 @@
|
|
|
"tool:env",
|
|
|
"tool:gemini",
|
|
|
"plugin:notify",
|
|
|
+ "plugin:telegram-bot",
|
|
|
"plugin:telegram-notify",
|
|
|
"context:essential-patterns",
|
|
|
"context:project-context",
|