From d534c2ce09fd7be74305dd90544df019b564fef9 Mon Sep 17 00:00:00 2001 From: aixmoyu Date: Fri, 5 Jun 2026 19:51:56 +0800 Subject: [PATCH] docs: add opencode-trace to plugins --- data/plugins/opencode-trace.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/opencode-trace.yaml diff --git a/data/plugins/opencode-trace.yaml b/data/plugins/opencode-trace.yaml new file mode 100644 index 0000000..8aeb580 --- /dev/null +++ b/data/plugins/opencode-trace.yaml @@ -0,0 +1,4 @@ +name: opencode-trace +repo: https://github.com/aixmoyu/opencode-trace +tagline: Automatic tracing, visualization, and replay for OpenCode AI conversations with token and latency metrics +description: A comprehensive tool suite that automatically records every interaction between OpenCode and AI Providers (OpenAI, Anthropic), including complete request/response payloads, token usage, and latency metrics. Features a real-time Web Viewer for conversation history and statistics, per-session tracing control via slash commands and agent tools, CLI for export/query, and support for both global and project-level storage. \ No newline at end of file