From 4f535e7cd2e59238aed51fe44ab99897804b8ca9 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 25 Jun 2026 22:44:18 +0000
Subject: [PATCH] docs: auto-regenerate README and registry data
---
README.md | 33 ++++++++++++++++++++++++++++++
dist/registry.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 83 insertions(+)
diff --git a/README.md b/README.md
index bab569a..1074ea0 100644
--- a/README.md
+++ b/README.md
@@ -742,6 +742,15 @@ startup.
+
+ Opencode Telemetry
- Passive cross-session telemetry to local SQLite; cost rollups across agent orchestration chains
+
+ Logs every opencode session to a local SQLite database automatically — tokens, tool calls, skills, per-turn cost. Aggregates costs across orchestration chains (conductor + child sessions), offers turn-by-turn forensic inspection, and ships an `octm` CLI for reports without spending model tokens. Zero cloud, zero network, no message bodies stored.
+
+ 🔗 View Repository
+
+
+
OpenCode Throughput
- Real-time LLM performance monitoring
@@ -898,6 +907,21 @@ startup.
+
+ OpenCodeRAG
- Local-first RAG plugin for semantic code search with tree-sitter chunking and LanceDB
+
+ A local-first Retrieval-Augmented Generation plugin for OpenCode that enables semantic code
+search across your workspace. Features AST-aware chunking via tree-sitter (19 languages),
+incremental indexing with file-change detection, watch mode for live re-indexing, and
+configurable embeddings via Ollama (default) or OpenAI. Includes a CLI (index, query, status,
+clear) and an OpenCode plugin with a chunk retrieval tool + automatic chat.message file
+suggestions. All processing stays local by default — no data leaves the machine.
+
+
+ 🔗 View Repository
+
+
+
OpenHax Codex
- OAuth authentication
@@ -1314,6 +1338,15 @@ Also available for bat and Ghostty in the same repository.
+
+ deliberation
- Ask GPT, Gemini, Grok, or OpenRouter for a second opinion or a fix, as expert subagents over MCP
+
+ Get a delegated second opinion or an actual fix from GPT (Codex), Gemini, Grok (xAI), or OpenRouter. Seven expert subagents - Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, and Debugger - plus the ask-gpt, ask-gemini, ask-grok, ask-openrouter, ask-all, and consensus commands. Each one can advise (read-only) or implement. ask-all asks every model at once and compares the answers; consensus runs an arbiter loop until the models agree.
+
+ 🔗 View Repository
+
+
+
Gem Team
- Self-Learning Multi-agent orchestration harness for spec-driven development and automated verification.
diff --git a/dist/registry.json b/dist/registry.json
index 22d3ed5..308791c 100644
--- a/dist/registry.json
+++ b/dist/registry.json
@@ -23,6 +23,25 @@
],
"tags": []
},
+ {
+ "productId": "deliberation",
+ "type": "agents",
+ "displayName": "deliberation",
+ "repoUrl": "https://github.com/antonbabenko/deliberation",
+ "tagline": "Ask GPT, Gemini, Grok, or OpenRouter for a second opinion or a fix, as expert subagents over MCP",
+ "description": "Get a delegated second opinion or an actual fix from GPT (Codex), Gemini, Grok (xAI), or OpenRouter. Seven expert subagents - Architect, Plan Reviewer, Scope Analyst, Code Reviewer, Security Analyst, Researcher, and Debugger - plus the ask-gpt, ask-gemini, ask-grok, ask-openrouter, ask-all, and consensus commands. Each one can advise (read-only) or implement. ask-all asks every model at once and compares the answers; consensus runs an arbiter loop until the models agree.",
+ "scope": [
+ "global",
+ "project"
+ ],
+ "tags": [
+ "mcp",
+ "subagents",
+ "second-opinion",
+ "code-review",
+ "multi-model"
+ ]
+ },
{
"productId": "gem-team",
"type": "agents",
@@ -1099,6 +1118,18 @@
],
"tags": []
},
+ {
+ "productId": "opencode-rag",
+ "type": "plugins",
+ "displayName": "OpenCodeRAG",
+ "repoUrl": "https://github.com/MrDoe/OpenCodeRAG",
+ "tagline": "Local-first RAG plugin for semantic code search with tree-sitter chunking and LanceDB",
+ "description": "A local-first Retrieval-Augmented Generation plugin for OpenCode that enables semantic code\nsearch across your workspace. Features AST-aware chunking via tree-sitter (19 languages),\nincremental indexing with file-change detection, watch mode for live re-indexing, and\nconfigurable embeddings via Ollama (default) or OpenAI. Includes a CLI (index, query, status,\nclear) and an OpenCode plugin with a chunk retrieval tool + automatic chat.message file\nsuggestions. All processing stays local by default — no data leaves the machine.\n",
+ "scope": [
+ "global"
+ ],
+ "tags": []
+ },
{
"productId": "opencode-research-papers",
"type": "plugins",
@@ -1231,6 +1262,25 @@
],
"tags": []
},
+ {
+ "productId": "opencode-telemetry",
+ "type": "plugins",
+ "displayName": "Opencode Telemetry",
+ "repoUrl": "https://github.com/agostinilabsrl/opencode-telemetry",
+ "tagline": "Passive cross-session telemetry to local SQLite; cost rollups across agent orchestration chains",
+ "description": "Logs every opencode session to a local SQLite database automatically — tokens, tool calls, skills, per-turn cost. Aggregates costs across orchestration chains (conductor + child sessions), offers turn-by-turn forensic inspection, and ships an `octm` CLI for reports without spending model tokens. Zero cloud, zero network, no message bodies stored.",
+ "scope": [
+ "global"
+ ],
+ "tags": [
+ "telemetry",
+ "observability",
+ "cost-tracking",
+ "sqlite",
+ "local-first",
+ "orchestration"
+ ]
+ },
{
"productId": "opencode-throughput",
"type": "plugins",