From a9f37ffd42d3aad1fc4df7c9167c0582a0198e99 Mon Sep 17 00:00:00 2001 From: Lucian Wischik Date: Fri, 10 Apr 2026 08:59:40 -0700 Subject: [PATCH] docs: add opencode-trace to plugins --- data/plugins/opencode-trace.yaml | 12 ++++++++++++ 1 file changed, 12 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..66b888a --- /dev/null +++ b/data/plugins/opencode-trace.yaml @@ -0,0 +1,12 @@ +name: opencode-trace +repo: https://github.com/ljw1004/opencode-trace +tagline: Capture raw json LLM requests+responses as jsonl traces, with interactive HTML viewer +description: OpenCode plugin that logs raw provider request and response payloads to ~/opencode-trace as self-contained HTML files with an interactive viewer for debugging and inspection. +scope: + - global +tags: + - tracing + - debugging + - observability +installation: | + Add `"@ljw1004/opencode-trace"` to the `plugin` array in `~/.config/opencode/opencode.json`.