docs: auto-regenerate README and registry data

This commit is contained in:
rhighs 2026-03-08 18:25:04 +00:00 committed by github-actions[bot]
parent 093fc9a711
commit 03fda6e391
2 changed files with 21 additions and 0 deletions

View file

@ -385,6 +385,15 @@
</blockquote>
</details>
<details>
<summary><b>opencode-snip</b> <img src="https://badgen.net/github/stars/VincentHardouin/opencode-snip" height="14"/> - <i>OpenCode plugin that prefixes shell commands with snip to reduce LLM token consumption by 60-90%</i></summary>
<blockquote>
Automatically prefixes supported shell commands (git, go, cargo, npm, docker, etc.) with snip to filter output before it reaches your LLM context window.
<br><br>
<a href="https://github.com/VincentHardouin/opencode-snip">🔗 <b>View Repository</b></a>
</blockquote>
</details>
<details>
<summary><b>OpenHax Codex</b> <img src="https://badgen.net/github/stars/open-hax/codex" height="14"/> - <i>OAuth authentication</i></summary>
<blockquote>

12
dist/registry.json vendored
View file

@ -462,6 +462,18 @@
],
"tags": []
},
{
"productId": "opencode-snip",
"type": "plugins",
"displayName": "opencode-snip",
"repoUrl": "https://github.com/VincentHardouin/opencode-snip",
"tagline": "OpenCode plugin that prefixes shell commands with snip to reduce LLM token consumption by 60-90%",
"description": "Automatically prefixes supported shell commands (git, go, cargo, npm, docker, etc.) with snip to filter output before it reaches your LLM context window.",
"scope": [
"global"
],
"tags": []
},
{
"productId": "opencode-snippets",
"type": "plugins",