From 832fc3b2e4cf48cb9c3cffdc6b2610273d557f65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 01:37:16 +0000 Subject: [PATCH] docs: auto-regenerate README and registry data --- README.md | 39 +++++++++++++++++++++++++++++++++++++ dist/registry.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+) diff --git a/README.md b/README.md index a31fb10..7f80657 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,15 @@ +
+ Opencode Log Sanitizer - Sanitizes pasted logs by redacting long strings, JWTs, bcrypt hashes, and base64 blobs +
+ Sanitizes pasted logs before sending them to AI by redacting long quoted strings, JWT tokens, bcrypt hashes, and base64 blobs to reduce token usage and remove irrelevant noise. +

+ 🔗 View Repository +
+
+
Opencode Mem - Persistent memory with vector database
@@ -556,6 +565,18 @@
+
+ OpenCode Workaholic - Enforce mandatory working time and prevents premature "done" responses +
+ - AI has an early-exit problem: it says "done" at 30 seconds while edge cases are untested, bugs remain, and docs are missing. +- Workaholic enforces mandatory working time for AI until the timer hits zero. +- Blocks premature "done" responses until timer expire, and require AI to call checkout() to end the task. + +

+ 🔗 View Repository +
+
+
Opencode Workspace - Multi-agent orchestration
@@ -1092,6 +1113,15 @@ Also available for bat and Ghostty in the same repository.
+
+ brood-box - Hardware-isolated microVMs for coding agents +
+ Run AI coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation, egress control, and MCP authorization. +

+ 🔗 View Repository +
+
+
CLI Proxy API - Multi-model proxy
@@ -1272,6 +1302,15 @@ Also available for bat and Ghostty in the same repository.
+
+ Opencode A2A - Full A2A Protocol support for OpenCode. +
+ A production-ready A2A Protocol implementation that exposes OpenCode as a standardized Agent-to-Agent service, enabling seamless cross-agent collaboration and automated workflows. +

+ 🔗 View Repository +
+
+
Opencode Chat Export - MCP server to export chat history to Markdown
diff --git a/dist/registry.json b/dist/registry.json index a64657f..179b8f0 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -565,6 +565,18 @@ ], "tags": [] }, + { + "productId": "opencode-log-sanitizer", + "type": "plugins", + "displayName": "Opencode Log Sanitizer", + "repoUrl": "https://github.com/errhythm/opencode-log-sanitizer", + "tagline": "Sanitizes pasted logs by redacting long strings, JWTs, bcrypt hashes, and base64 blobs", + "description": "Sanitizes pasted logs before sending them to AI by redacting long quoted strings, JWT tokens, bcrypt hashes, and base64 blobs to reduce token usage and remove irrelevant noise.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-mem", "type": "plugins", @@ -877,6 +889,18 @@ ], "tags": [] }, + { + "productId": "opencode-workaholic", + "type": "plugins", + "displayName": "OpenCode Workaholic", + "repoUrl": "https://github.com/RoderickQiu/opencode-workaholic", + "tagline": "Enforce mandatory working time and prevents premature \"done\" responses", + "description": "- AI has an early-exit problem: it says \"done\" at 30 seconds while edge cases are untested, bugs remain, and docs are missing. \n- Workaholic enforces mandatory working time for AI until the timer hits zero.\n- Blocks premature \"done\" responses until timer expire, and require AI to call checkout() to end the task.\n", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-workspace", "type": "plugins", @@ -1269,6 +1293,18 @@ ], "tags": [] }, + { + "productId": "brood-box", + "type": "projects", + "displayName": "brood-box", + "repoUrl": "https://github.com/stacklok/brood-box", + "tagline": "Hardware-isolated microVMs for coding agents", + "description": "Run AI coding agents (Claude Code, Codex, OpenCode) inside hardware-isolated microVMs with snapshot isolation, egress control, and MCP authorization.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "cli-proxy-api", "type": "projects", @@ -1510,6 +1546,18 @@ ], "tags": [] }, + { + "productId": "opencode-a2a", + "type": "projects", + "displayName": "Opencode A2A", + "repoUrl": "https://github.com/Intelligent-Internet/opencode-a2a", + "tagline": "Full A2A Protocol support for OpenCode.", + "description": "A production-ready A2A Protocol implementation that exposes OpenCode as a standardized Agent-to-Agent service, enabling seamless cross-agent collaboration and automated workflows.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-chat-export", "type": "projects",