docs: auto-regenerate README and registry data

This commit is contained in:
rhighs 2026-03-08 20:39:45 +00:00 committed by github-actions[bot]
parent 559b1e965c
commit e91b84f539
2 changed files with 21 additions and 9 deletions

View file

@ -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
View file

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