@tifan/pi-titlebar-spinner

Show a spinner in the Herdr tab title while the agent runs.

Packages

Package details

extension

Install @tifan/pi-titlebar-spinner from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@tifan/pi-titlebar-spinner
Package
@tifan/pi-titlebar-spinner
Version
1.1.0
Published
Aug 29, 2026
Downloads
124/mo · 56/wk
Author
tifan
License
MIT
Types
extension
Size
5 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

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

README

@tifan/pi-titlebar-spinner

[!WARNING] This package is deprecated. Support is frozen.

Show a spinner in the Herdr tab title while the agent runs.

The spinner starts on agent_start and stops when the agent settles or the session shuts down. It pauses while an extension waits for user input. When it stops, the extension restores the original Herdr tab label.

Legacy support

The extension continues to update the Herdr tab title when HERDR_TAB_ID is available. No further fixes are planned.

Install

pi install npm:@tifan/pi-titlebar-spinner

Requirements

  • Pi >=0.84.4.
  • Run pi inside a Herdr tab. Herdr provides the required HERDR_TAB_ID environment variable.

Release notes

See CHANGELOG.md

License

MIT