From 2dfb964cf331e0673d7366d661da2206b51c999b Mon Sep 17 00:00:00 2001 From: Eduardo Serete Date: Sat, 21 Mar 2026 15:35:49 +0000 Subject: [PATCH] docs: add opencode-token-tracker to plugins --- data/plugins/opencode-token-tracker.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/opencode-token-tracker.yaml diff --git a/data/plugins/opencode-token-tracker.yaml b/data/plugins/opencode-token-tracker.yaml new file mode 100644 index 0000000..b96aa43 --- /dev/null +++ b/data/plugins/opencode-token-tracker.yaml @@ -0,0 +1,4 @@ +name: OpenCode Token Tracker +repo: https://github.com/eserete/opencode-token-tracker +tagline: Real-time token usage, cost, and latency tracking for every AI request in OpenCode +description: Displays a toast after each AI response with input/output tokens, cache hits, reasoning tokens, response latency, per-message cost, cumulative session cost, model identifier, and request count. Automatically aggregates tokens from subagent sessions spawned via the Task tool. Zero config — drop the file in and it works.