From a44f90cacb23f0d7192c5b5c8d73fd457c3f247a Mon Sep 17 00:00:00 2001 From: rhighs <37136851+rhighs@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:26:49 +0000 Subject: [PATCH] docs: auto-regenerate README and registry data --- README.md | 9 +++++++++ dist/registry.json | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/README.md b/README.md index cf2ac75..f38e9e6 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,15 @@ +
+ opencode-plugin-otel - OpenTelemetry telemetry exporter for opencode sessions, mirroring Claude Code monitoring signals +
+ Exports metrics, logs, and traces from opencode sessions via OTLP/gRPC to any OpenTelemetry-compatible backend (Datadog, Honeycomb, Grafana Cloud, etc.). Instruments session lifecycle, token usage, cost, tool durations, and git commits — mirroring the same signals as Claude Code's monitoring. +

+ 🔗 View Repository +
+
+
opencode-snip - OpenCode plugin that prefixes shell commands with snip to reduce LLM token consumption by 60-90%
diff --git a/dist/registry.json b/dist/registry.json index 6a429c4..8ba865f 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -462,6 +462,18 @@ ], "tags": [] }, + { + "productId": "opencode-plugin-otel", + "type": "plugins", + "displayName": "opencode-plugin-otel", + "repoUrl": "https://github.com/DEVtheOPS/opencode-plugin-otel", + "tagline": "OpenTelemetry telemetry exporter for opencode sessions, mirroring Claude Code monitoring signals", + "description": "Exports metrics, logs, and traces from opencode sessions via OTLP/gRPC to any OpenTelemetry-compatible backend (Datadog, Honeycomb, Grafana Cloud, etc.). Instruments session lifecycle, token usage, cost, tool durations, and git commits — mirroring the same signals as Claude Code's monitoring.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-quota", "type": "plugins",