@zigai/pi-loader-time
Pi package that adds elapsed time to loader messages.
Package details
Install @zigai/pi-loader-time from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@zigai/pi-loader-time- Package
@zigai/pi-loader-time- Version
0.1.5- Published
- Jun 7, 2026
- Downloads
- not available
- Author
- zigai
- License
- MIT
- Types
- extension
- Size
- 4.1 KB
- Dependencies
- 0 dependencies · 1 peer
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 Loader Time
This Pi extension adds a running elapsed-time counter to Pi loader messages.
When an operation takes longer than expected, the loader shows how long it has been active, such as Thinking (12s) or Running command (2m 05s).
Install
pi install git:github.com/zigai/pi-tweaks
The timer starts when a loader starts and is cleared when that loader stops. Durations are displayed in seconds, minutes, or hours depending on how long the loader has been running.