mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-08-18 21:14:28 +00:00
docs: auto-regenerate README and registry data
This commit is contained in:
parent
6be8c8ed55
commit
8bb9d0d2e7
2 changed files with 43 additions and 0 deletions
18
README.md
18
README.md
|
|
@ -385,6 +385,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Opencode Hooks Plugin</b> <img src="https://badgen.net/github/stars/romain325/opencode-hooks-plugin" height="14"/> - <i>Claude code compatible hooks</i></summary>
|
||||
<blockquote>
|
||||
Use Claude code hooks definition and hook them to opencode hooks.
|
||||
<br><br>
|
||||
<a href="https://github.com/romain325/opencode-hooks-plugin">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Opencode Host Notify Bridge</b> <img src="https://badgen.net/github/stars/Zaradacht/opencode-host-notify-bridge" height="14"/> - <i>Devcontainer notifications bridged back to the host</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -1128,6 +1137,15 @@ Also available for bat and Ghostty in the same repository.
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Deck</b> <img src="https://badgen.net/github/stars/cofy-x/deck" height="14"/> - <i>Local cockpit for OpenCode-powered autonomous agents with secure sandboxes and live desktop visibility.</i></summary>
|
||||
<blockquote>
|
||||
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.
|
||||
<br><br>
|
||||
<a href="https://github.com/cofy-x/deck">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Gemini CLI to API</b> <img src="https://badgen.net/github/stars/gzzhongqi/geminicli2api" height="14"/> - <i>Gemini proxy</i></summary>
|
||||
<blockquote>
|
||||
|
|
|
|||
25
dist/registry.json
vendored
25
dist/registry.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue