@artale/pi-dash

Live TUI dashboard widget for Pi. Shows tokens, cost, context %, uptime, and tool stats above the editor in real-time.

Package details

extension

Install @artale/pi-dash from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@artale/pi-dash
Package
@artale/pi-dash
Version
1.0.0
Published
Mar 14, 2026
Downloads
39/mo · 7/wk
Author
artale
License
MIT
Types
extension
Size
7.4 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "src/extension.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-dash

Live TUI dashboard widget for Pi. Shows tokens, context %, uptime, tool stats above the editor.

Install

pi install npm:@artale/pi-dash

Commands

/dash            — toggle on/off
/dash expand     — show detailed stats
/dash reset      — reset counters

Auto-updates on every message and tool call. Uses ctx.ui.setWidget() for persistent display.

License

MIT