pi-working-message

Custom working-message phrases for pi.

Packages

Package details

extension

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

$ pi install npm:pi-working-message
Package
pi-working-message
Version
0.1.1
Published
May 21, 2026
Downloads
not available
Author
viartemev
License
MIT
Types
extension
Size
5.5 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

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

README

pi-working-message

Release License pi package

A small, focused pi package that customizes the working message shown while the agent is busy.

It changes only the working message and nothing else:

  • no footer changes
  • no title bar changes
  • no thinking-label changes
  • no extra UI widgets

For each request, pi-working-message shows exactly one phrase. The phrase does not rotate during the same response.

Features

  • works as soon as the extension is installed
  • random phrase selection
  • safe defaults
  • standard pi package layout

Default behavior

If the extension is installed, it is enabled. No config file is needed.

Installation

Install from npm

pi install npm:pi-working-message

To update later:

pi update npm:pi-working-message

Install from GitHub

pi install https://github.com/viartemev/pi-working-message@v0.1.0

Install from a local path

pi install /absolute/path/to/pi-working-message

If pi is already running, execute:

/reload

Commands

  • /working-message — show current status
  • /working-message preview — preview the next phrase

Notes

  • one request = one phrase
  • phrases are built into the extension
  • uninstall or disable the extension to stop changing the working message

Package manifest

This repository is a standard pi package:

{
  "keywords": ["pi-package"],
  "pi": {
    "extensions": ["./extensions"]
  }
}

License

MIT