npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@wuyoumaster/opencode-telemetry-panel

v0.1.3

Published

OpenCode telemetry panel plugin with a companion Tauri binary

Readme

OpenCode Telemetry Panel

OpenCode telemetry plugin plus a Tauri floating panel.

中文文档: README_CN.md

OpenCode Telemetry Panel home OpenCode Telemetry Panel example1 OpenCode Telemetry Panel example2

latest version:

  • v0.1.3

Changelog

Core changes from v0.1.1 to v0.1.2:

  • Added finer-grained latency metrics for wait, text stream, reasoning, tool execution, and post-processing across the summary, model, and recent-request views.
  • Added failure-type classification, a failure breakdown panel, and a failure filter scope to make error analysis faster.
  • Expanded the recent-request cards and model cards so the new metrics stay visible in the main dashboard.

Core changes from v0.0.8 to v0.1.1:

  • v0.0.9: Reworked telemetry metrics to use first-output timing and avoid duplicate completions, added tutorial/onboarding docs plus screenshots, and fixed the initial filter interaction bug.
  • v0.1.0: Fixed the filter-change bug so scope switches keep the selected value and snapshot data aligned.
  • v0.1.1: Refined the floating panel CSS and copy for a cleaner, more polished UI.

Core changes from v0.0.7 to 72761b9 (v0.0.8):

  • Added global, session, and model filters so the panel can drill into scoped metrics, model performance, and recent requests.
  • Expanded the native snapshot pipeline and telemetry aggregation to keep filter options and dashboard metrics in sync on each refresh.
  • Refreshed the floating panel UI with a cleaner glass layout, stronger visual hierarchy, and updated bilingual copy.

What it does

  • Captures request telemetry from OpenCode events.
  • Stores telemetry in ~/.opencode-telemetry/telemetry.jsonl.
  • Launches a native floating panel from the plugin.
  • Downloads the matching executable automatically when the plugin loads.

Package Layout

  • plugin/opencode-telemetry-panel.ts OpenCode plugin entry.
  • src/ Solid panel UI.
  • src-tauri/ Tauri backend.
  • scripts/postinstall.mjs binary downloader.

Install In OpenCode

Add the published npm package to your global or project OpenCode config:

{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["@wuyoumaster/[email protected]"]
}

Restart OpenCode after updating the config. When OpenCode loads the plugin for the first time, it downloads the matching native binary into ~/.opencode-telemetry/.

Manual Package Install

bun add @wuyoumaster/opencode-telemetry-panel

or

npm i @wuyoumaster/opencode-telemetry-panel

Manual package installation still runs postinstall and downloads the matching binary into ~/.opencode-telemetry/.

Environment Variables

  • OPENCODE_TELEMETRY_PANEL_REPO overrides the GitHub repo slug used for binary downloads.
  • OPENCODE_TELEMETRY_PANEL_BIN forces a custom binary path.
  • OPENCODE_TELEMETRY_PANEL_SKIP_DOWNLOAD=1 disables binary download during CI installs.

Supported Platforms

  • Windows x64
  • macOS x64
  • macOS arm64

Linux is intentionally not supported for release artifacts yet.

Development

bun install
bun run tauri dev

Build Executable

bun run build:exe

This outputs the executable only, not an installer.

Release

  • Push a v* tag to publish npm and GitHub Release artifacts.
  • GitHub Releases contain the platform-specific executables.

Notes

  • The plugin reads the binary from ~/.opencode-telemetry/OpenCodeTelemetryPanel(.exe) by default.
  • On Windows, the binary is OpenCodeTelemetryPanel.exe.