@jnardiello/pi-speed

Pi extension that shows the decode speed (tok/s) of each assistant response in the status bar

Packages

Package details

extension

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

$ pi install npm:@jnardiello/pi-speed
Package
@jnardiello/pi-speed
Version
0.2.0
Published
Aug 17, 2026
Downloads
400/mo · 12/wk
Author
jnardiello
License
MIT
Types
extension
Size
2.3 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

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

README

pi-speed

Pi extension that shows the decode speed (tok/s) of each assistant response in the footer status bar.

It records the time of the first and last streaming delta of every assistant message and divides the reported usage.output tokens by that interval, so it measures pure decode throughput (TTFT excluded).

Install

pi install npm:@jnardiello/pi-speed

Uninstall

pi remove npm:@jnardiello/pi-speed