@ljw1004/opencode-traceOpenCode plugin that saves raw json LLM request+responses as jsonl in ~/opencode-trace, with built-in HTML interactive viewer
31
194
43 in 7 days
43.2
Multi-signal model
2 months ago
2026-06-19
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@ljw1004/opencode-trace@0.1.4"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@ljw1004/opencode-trace@0.1.4"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D @ljw1004/opencode-traceopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
This opencode plugin lets you see the raw json requests made to the LLM, and the responses.
Installation
Add the package to your OpenCode config:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@ljw1004/opencode-trace"]
}
Restart OpenCode and you'll see each transcript stored in ~/opencode-trace.
That installation path by default uses @latest, which opencode currently does't refresh when latest changes. You can force a refresh with rm -rf ~/.cache/opencode/packages/@ljw1004/opencode-trace@latest