فهرست منبع

Merge branch 'main' into feature/issue-32-multi-prompt-support

Darren Hinde 7 ماه پیش
والد
کامیت
21696e3360
1فایلهای تغییر یافته به همراه19 افزوده شده و 1 حذف شده
  1. 19 1
      registry.json

+ 19 - 1
registry.json

@@ -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",