@georgetsouvaltzis/pi-working-time
v0.1.0
Published
Pi extension that shows live elapsed working time with configurable formatting
Maintainers
Readme
@georgetsouvaltzis/pi-working-time
Pi extension for a live elapsed timer in the Working... message.
Preview
While running

On completion

What it does
- Shows elapsed time while agent is running
- Updates every second
- Supports custom format, color, prefix
- Optional completion summary (icon/text/color)
- Suppresses summary for aborted turns
Install
From npm
pi install npm:@georgetsouvaltzis/pi-working-timeAfter install/update, run:
/reloadUsage
Show current config
/working-timeHelp
/working-time helpEnable / disable timer
/working-time on|offSet prefix
/working-time prefix <text|none>Set time format
/working-time format m:ss|mm:ss|h:mm:ssSet timer color
/working-time color none|text|muted|dim|accent|warning|success|errorSummary on completion
/working-time summary on|offSummary icon
/working-time summary-icon ✅
/working-time summary-icon ◉
/working-time summary-icon done
/working-time summary-icon noneSummary color
/working-time summary-color none|text|muted|dim|accent|warning|success|errorSummary text
/working-time summary-text <text|none>
/working-time summary-text {icon} {prefix} {elapsed}summary-text none disables summary output.
If your custom summary text does not include {elapsed}, elapsed time is appended automatically.
Reset to defaults
/working-time resetPlaceholders for summary-text
{icon}{elapsed}{prefix}
Uninstall
pi remove npm:@georgetsouvaltzis/pi-working-time