@dihak/pix-working

Pi core extension — elapsed-time counter on the streaming Working indicator

Packages

Package details

extension

Install @dihak/pix-working from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@dihak/pix-working
Package
@dihak/pix-working
Version
0.1.2
Published
Jul 21, 2026
Downloads
not available
Author
dihak
License
MIT
Types
extension
Size
5.1 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "src/extension.ts"
  ]
}

Security note

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

README

pix-working

Pi core extension — shows elapsed time on the streaming Working indicator.

While the agent streams a response, the loader label ticks once per second:

Working (12s)
Working (1m 05s)

The counter runs from agent_start until agent_end (and clears on session shutdown), then restores pi's default label.

When the run ends, it pops a toast with the total:

Done in 1m 05s

Install

Bundled in @dihak/pix-core. Standalone:

pi install npm:@dihak/pix-working

Behavior

  • Format: 0s59s1m 00s1h 02m 03s.
  • Only affects the interactive TUI working message; compaction/retry loaders keep their own styling.
  • No config. It's a plain counter — upgrade path: add a pix.json toggle if a quiet mode is ever needed.