mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-04-28 04:19:27 +00:00
docs: auto-regenerate README and registry data
This commit is contained in:
parent
559b1e965c
commit
e91b84f539
2 changed files with 21 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -259,6 +259,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>open-plan-annotator</b> <img src="https://badgen.net/github/stars/ndom91/open-plan-annotator" height="14"/> - <i>Annotate LLM plans like a Google Doc!</i></summary>
|
||||
<blockquote>
|
||||
A fully local agentic coding plugin that intercepts plan mode and opens an annotation UI in your browser. Select text to strikethrough, replace, insert, or comment — then approve the plan or request changes
|
||||
<br><br>
|
||||
<a href="https://github.com/ndom91/open-plan-annotator">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenAI Codex Auth</b> <img src="https://badgen.net/github/stars/numman-ali/opencode-openai-codex-auth" height="14"/> - <i>ChatGPT Plus/Pro OAuth</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -700,15 +709,6 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>GolemBot</b> <img src="https://badgen.net/github/stars/0xranx/golembot" height="14"/> - <i>Unified AI assistant framework for multiple Coding Agent CLIs</i></summary>
|
||||
<blockquote>
|
||||
Wraps Claude Code, Cursor, OpenCode, and Codex behind a single API with a Skill system, IM channel adapters (Feishu/Slack/Telegram/Discord), fleet mode, and an interactive onboard wizard.
|
||||
<br><br>
|
||||
<a href="https://github.com/0xranx/golembot">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Beads</b> <img src="https://badgen.net/github/stars/steveyegge/beads" height="14"/> - <i>Project task management</i></summary>
|
||||
<blockquote>
|
||||
|
|
|
|||
12
dist/registry.json
vendored
12
dist/registry.json
vendored
|
|
@ -318,6 +318,18 @@
|
|||
],
|
||||
"homepageUrl": "https://ohmyopencodeslim.com"
|
||||
},
|
||||
{
|
||||
"productId": "open-plan-annotator",
|
||||
"type": "plugins",
|
||||
"displayName": "open-plan-annotator",
|
||||
"repoUrl": "https://github.com/ndom91/open-plan-annotator",
|
||||
"tagline": "Annotate LLM plans like a Google Doc!",
|
||||
"description": "A fully local agentic coding plugin that intercepts plan mode and opens an annotation UI in your browser. Select text to strikethrough, replace, insert, or comment — then approve the plan or request changes",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "openai-codex-auth",
|
||||
"type": "plugins",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue