diff --git a/README.md b/README.md index a0e17d1..09efa61 100644 --- a/README.md +++ b/README.md @@ -403,6 +403,15 @@ +
+ OpenCode Mission Control - Command center for parallel agents — worktree isolation, DAG plans, merge train, PRs +
+ 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. +

+ 🔗 View Repository +
+
+
Opencode Notify - Native OS notifications
@@ -763,6 +772,15 @@
+
+ System Prompt Logger - System prompt logger +
+ OpenCode plugin that intercepts the system prompt before it's sent to the LLM and logs it. +

+ 🔗 View Repository +
+
+
Token Monitor - Token analysis & cost tracking with budgets, trends, and per-project analytics
diff --git a/dist/registry.json b/dist/registry.json index 3a4adfd..7331248 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -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",