pi-working

Replaces the Working... text with custom phrases while pi is processing

Packages

Package details

extension

Install pi-working from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-working
Package
pi-working
Version
1.0.0
Published
Jul 2, 2026
Downloads
148/mo · 7/wk
Author
kauedm
License
MIT
Types
extension
Size
3.5 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

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

README

pi-working

Replaces the "Working..." text while pi streams a response with phrases loaded from PHRASES.md.

Each line in PHRASES.md is a phrase. One is picked at random and rotates every 3 seconds.

Commands

  • /phrases reload — reload phrases from file
  • /phrases list — show loaded phrases in editor

Install

pi install /path/to/pi-working

Contributing

Edit PHRASES.md and open a PR. Add one phrase per line.