@zigai/pi-run-timer

Pi package that shows live loader elapsed time and post-run agent timing stats.

Packages

Package details

extension

Install @zigai/pi-run-timer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@zigai/pi-run-timer
Package
@zigai/pi-run-timer
Version
0.2.0
Published
Jun 14, 2026
Downloads
not available
Author
zigai
License
MIT
Types
extension
Size
9 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

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

README

Pi Run Timer

npm version npm downloads license

This Pi extension adds runtime timing details to Pi.

When an operation takes longer than expected, the active loader shows how long it has been running, such as Thinking (12s) or Running command (2m 05s).

After an agent run finishes, Pi shows a compact summary widget with total runtime and output token speed, such as Worked for 1m 12s. [45 tok/s].

Install

pi install npm:@zigai/pi-run-timer

License

MIT