mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-08-18 04:54:29 +00:00
docs: auto-regenerate README and registry data
This commit is contained in:
parent
0e1d9c0cab
commit
cbfe79bbd9
2 changed files with 63 additions and 0 deletions
27
README.md
27
README.md
|
|
@ -52,6 +52,15 @@
|
|||
<summary><strong>🧩 PLUGINS</strong></summary>
|
||||
<br>
|
||||
|
||||
<details>
|
||||
<summary><b>aerovato/opencode-quotes-plugin</b> <img src="https://badgen.net/github/stars/aerovato/opencode-quotes-plugin" height="14"/> - <i>Display inspirational quotes instead of tips</i></summary>
|
||||
<blockquote>
|
||||
Replaces the default home-page tips with inspirational quotes for a more motivating OpenCode experience.
|
||||
<br><br>
|
||||
<a href="https://github.com/aerovato/opencode-quotes-plugin">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Agent Identity</b> <img src="https://badgen.net/github/stars/gotgenes/opencode-agent-identity" height="14"/> - <i>Agent self-identity and per-message attribution for multi-agent sessions</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -448,6 +457,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenCode Throughput</b> <img src="https://badgen.net/github/stars/Howardzhangdqs/opencode-throughput" height="14"/> - <i>Real-time LLM performance monitoring</i></summary>
|
||||
<blockquote>
|
||||
Real-time LLM performance monitoring plugin for OpenCode. Tracks TTFT, TPS, latency, token usage, and cost per model with toast notifications and a TUI sidebar display.
|
||||
<br><br>
|
||||
<a href="https://github.com/Howardzhangdqs/opencode-throughput">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenCode Token Tracker</b> <img src="https://badgen.net/github/stars/eserete/opencode-token-tracker" height="14"/> - <i>Real-time token usage, cost, and latency tracking for every AI request in OpenCode</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -484,6 +502,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>opencode-ascii</b> <img src="https://badgen.net/github/stars/d3vv3/opencode-ascii" height="14"/> - <i>Strip unicode characters from output and replace them by their ASCII equivalents</i></summary>
|
||||
<blockquote>
|
||||
Substitute unicode characters for ASCII. Em-dash (—) and en-dash (–) for hyphens (-); right arrow (→) for (->) and so on.
|
||||
<br><br>
|
||||
<a href="https://github.com/d3vv3/opencode-ascii">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>opencode-mystatus</b> <img src="https://badgen.net/github/stars/vbgate/opencode-mystatus" height="14"/> - <i>Check AI subscription quotas</i></summary>
|
||||
<blockquote>
|
||||
|
|
|
|||
36
dist/registry.json
vendored
36
dist/registry.json
vendored
|
|
@ -426,6 +426,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-ascii",
|
||||
"type": "plugins",
|
||||
"displayName": "opencode-ascii",
|
||||
"repoUrl": "https://github.com/d3vv3/opencode-ascii",
|
||||
"tagline": "Strip unicode characters from output and replace them by their ASCII equivalents",
|
||||
"description": "Substitute unicode characters for ASCII. Em-dash (—) and en-dash (–) for hyphens (-); right arrow (→) for (->) and so on.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-canvas",
|
||||
"type": "plugins",
|
||||
|
|
@ -589,6 +601,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-quotes-plugin",
|
||||
"type": "plugins",
|
||||
"displayName": "aerovato/opencode-quotes-plugin",
|
||||
"repoUrl": "https://github.com/aerovato/opencode-quotes-plugin",
|
||||
"tagline": "Display inspirational quotes instead of tips",
|
||||
"description": "Replaces the default home-page tips with inspirational quotes for a more motivating OpenCode experience.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-roadmap",
|
||||
"type": "plugins",
|
||||
|
|
@ -661,6 +685,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-throughput",
|
||||
"type": "plugins",
|
||||
"displayName": "OpenCode Throughput",
|
||||
"repoUrl": "https://github.com/Howardzhangdqs/opencode-throughput",
|
||||
"tagline": "Real-time LLM performance monitoring",
|
||||
"description": "Real-time LLM performance monitoring plugin for OpenCode. Tracks TTFT, TPS, latency, token usage, and cost per model with toast notifications and a TUI sidebar display.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-token-tracker",
|
||||
"type": "plugins",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue