diff --git a/README.md b/README.md index f395bce..a31fb10 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,15 @@ +
+ Opencode Hooks Plugin - Claude code compatible hooks +
+ Use Claude code hooks definition and hook them to opencode hooks. +

+ 🔗 View Repository +
+
+
Opencode Host Notify Bridge - Devcontainer notifications bridged back to the host
@@ -1128,6 +1137,15 @@ Also available for bat and Ghostty in the same repository.
+
+ Deck - Local cockpit for OpenCode-powered autonomous agents with secure sandboxes and live desktop visibility. +
+ Open-source desktop cockpit that runs OpenCode-integrated agents in isolated Docker sandboxes with chat plus live noVNC desktop monitoring, tool permission controls, and a Pilot bridge suite for orchestrating agents from Telegram, Slack, WhatsApp, and more. +

+ 🔗 View Repository +
+
+
Gemini CLI to API - Gemini proxy
diff --git a/dist/registry.json b/dist/registry.json index fc9c0d0..a64657f 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -522,6 +522,18 @@ ], "tags": [] }, + { + "productId": "opencode-hooks-plugin", + "type": "plugins", + "displayName": "Opencode Hooks Plugin", + "repoUrl": "https://github.com/romain325/opencode-hooks-plugin", + "tagline": "Claude code compatible hooks", + "description": "Use Claude code hooks definition and hook them to opencode hooks.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-host-notify-bridge", "type": "plugins", @@ -1317,6 +1329,19 @@ ], "tags": [] }, + { + "productId": "deck", + "type": "projects", + "displayName": "Deck", + "repoUrl": "https://github.com/cofy-x/deck", + "tagline": "Local cockpit for OpenCode-powered autonomous agents with secure sandboxes and live desktop visibility.", + "description": "Open-source desktop cockpit that runs OpenCode-integrated agents in isolated Docker sandboxes with chat plus live noVNC desktop monitoring, tool permission controls, and a Pilot bridge suite for orchestrating agents from Telegram, Slack, WhatsApp, and more.", + "scope": [ + "global" + ], + "tags": [], + "homepageUrl": "https://deck.cofy-x.space" + }, { "productId": "gemini-cli-to-api", "type": "projects",