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

@nilskluewer/pi-cost-transparency-statusline

v0.3.3

Published

Cost transparency status line for Pi: full-detail token and cost breakdown (input/output/cache), cache hit rate, context usage, model, and thinking level.

Downloads

1,148

Readme

@nilskluewer/pi-cost-transparency-statusline

A cost transparency status line for the Pi coding agent.

Pi cost transparency status line showing its pastel sci-fi telemetry dashboard

It replaces Pi's footer with a compact pastel telemetry dashboard that makes token usage and estimated spend transparent:

  • current working directory and Git branch
  • active model and thinking level
  • accumulated input/output/cache-read/cache-write tokens across the session
  • cache hit rate with a colored progress rail
  • context window usage with a colored progress rail
  • estimated cost breakdown: input, output, cache read, cache write, and total

For GitHub Copilot, the statusline uses Pi's current model catalog and recalculates the live estimate from the current session usage. The catalog is refreshed in the background when a session starts.

A Cache write 1h label means that GitHub Copilot reported one-hour prompt-cache writes. Pi prices those writes at twice the model's base input rate, so Claude Opus 5 cache writes can be $10/M instead of the five-minute $6.25/M rate.

The dollar values are estimates, not provider invoices. Subscription and gateway providers can use different billing units, allowances, discounts, or rounding.

Install

pi install npm:@nilskluewer/pi-cost-transparency-statusline

Notes

This package was previously published as @nilskluewer/pi-statusline. Use this package going forward.

If you want message wrapping and the live tool side panel too, use @nilskluewer/pi-terminal-ui instead.

License

MIT