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
093fc9a711
commit
03fda6e391
2 changed files with 21 additions and 0 deletions
|
|
@ -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
12
dist/registry.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue