From 4df74c52726932dd3d624732f1fc18bb503268ff Mon Sep 17 00:00:00 2001 From: Howard Zhang <75195784+Howardzhangdqs@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:53:45 +0800 Subject: [PATCH] docs: add opencode-throughput to plugins Added a new YAML configuration for the OpenCode Throughput plugin, detailing its name, repository, tagline, and description. --- data/opencode-throughput.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/opencode-throughput.yaml diff --git a/data/opencode-throughput.yaml b/data/opencode-throughput.yaml new file mode 100644 index 0000000..4e83ab2 --- /dev/null +++ b/data/opencode-throughput.yaml @@ -0,0 +1,4 @@ +name: OpenCode Throughput +repo: https://github.com/Howardzhangdqs/opencode-throughput +tagline: Real-time LLM performance monitoring +description: Real-time LLM performance monitoring plugin for OpenCode. Tracks TTFT, TPS, latency, token usage, and cost per model with toast notifications and a TUI sidebar display.