mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-08-21 06:24:29 +00:00
docs: auto-regenerate README and registry data
This commit is contained in:
parent
8dd3f8496d
commit
0dbac3cf77
2 changed files with 42 additions and 0 deletions
18
README.md
18
README.md
|
|
@ -403,6 +403,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenCode Mission Control</b> <img src="https://badgen.net/github/stars/nigel-dev/opencode-mission-control" height="14"/> - <i>Command center for parallel agents — worktree isolation, DAG plans, merge train, PRs</i></summary>
|
||||
<blockquote>
|
||||
Orchestrates parallel OpenCode agents in tmux-isolated git worktrees with live inspection (capture/attach/diff), a dashboard overview, agent status reporting, and in-chat notifications. Supports DAG-based plans with autopilot/copilot/supervisor modes and a merge train with test gating and automatic rollback.
|
||||
<br><br>
|
||||
<a href="https://github.com/nigel-dev/opencode-mission-control">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Opencode Notify</b> <img src="https://badgen.net/github/stars/kdcokenny/opencode-notify" height="14"/> - <i>Native OS notifications</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -763,6 +772,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>System Prompt Logger</b> <img src="https://badgen.net/github/stars/tlinhart/opencode-system-prompt-logger" height="14"/> - <i>System prompt logger</i></summary>
|
||||
<blockquote>
|
||||
OpenCode plugin that intercepts the system prompt before it's sent to the LLM and logs it.
|
||||
<br><br>
|
||||
<a href="https://github.com/tlinhart/opencode-system-prompt-logger">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Token Monitor</b> <img src="https://badgen.net/github/stars/Ainsley0917/opencode-token-monitor" height="14"/> - <i>Token analysis & cost tracking with budgets, trends, and per-project analytics</i></summary>
|
||||
<blockquote>
|
||||
|
|
|
|||
24
dist/registry.json
vendored
24
dist/registry.json
vendored
|
|
@ -541,6 +541,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-mission-control",
|
||||
"type": "plugins",
|
||||
"displayName": "OpenCode Mission Control",
|
||||
"repoUrl": "https://github.com/nigel-dev/opencode-mission-control",
|
||||
"tagline": "Command center for parallel agents — worktree isolation, DAG plans, merge train, PRs",
|
||||
"description": "Orchestrates parallel OpenCode agents in tmux-isolated git worktrees with live inspection (capture/attach/diff), a dashboard overview, agent status reporting, and in-chat notifications. Supports DAG-based plans with autopilot/copilot/supervisor modes and a merge train with test gating and automatic rollback.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-mystatus",
|
||||
"type": "plugins",
|
||||
|
|
@ -745,6 +757,18 @@
|
|||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-system-prompt-logger",
|
||||
"type": "plugins",
|
||||
"displayName": "System Prompt Logger",
|
||||
"repoUrl": "https://github.com/tlinhart/opencode-system-prompt-logger",
|
||||
"tagline": "System prompt logger",
|
||||
"description": "OpenCode plugin that intercepts the system prompt before it's sent to the LLM and logs it.",
|
||||
"scope": [
|
||||
"global"
|
||||
],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"productId": "opencode-throughput",
|
||||
"type": "plugins",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue