pi-execution-time
v0.1.3
Published
Pi extension that shows prompt execution time in the footer while the agent works.
Maintainers
Readme
pi-execution-time
pi package that adds a live task execution timer to the footer.
The timer starts when a prompt begins running and counts up until the agent finishes. It renders as a compact status item in the bottom bar next to pi's built-in cost and context usage indicators.
Install
From GitHub:
pi install https://github.com/lukaspanni/pi-execution-timeFrom npm after publishing:
pi install npm:pi-execution-timeUsage
Reload or restart pi after installation. When the agent is working, the footer shows a live timer:
⏱ 4.2sWhen the agent finishes, it keeps the final duration visible:
✓ task 18sLonger durations are formatted as 1m 05s or 1h 02m 03s.
Local development
npm install
npm run validate
pi -e ./extensions/execution-time.tsPackage contents
extensions/execution-time.ts- registers the footer status timer
License
MIT
