@tombell/pi-status
Slim minimal status bar for Pi
Package details
Install @tombell/pi-status from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@tombell/pi-status- Package
@tombell/pi-status- Version
0.0.6- Published
- May 31, 2026
- Downloads
- 579/mo · 30/wk
- Author
- tombell
- License
- BSD-3-Clause
- Types
- extension
- Size
- 24.9 KB
- Dependencies
- 0 dependencies · 1 peer
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
@tombell/pi-status
Slim minimal status bar for Pi.
Features
- Replaces Pi's footer with a slim minimal status bar.
- Shows the current working directory.
- Shows the jj change ID when inside a jj repo, otherwise the git branch when inside a git repo.
- Shows the truncated session name when set.
- Shows the provider, model, and thinking level.
- Shows token usage and cost from the current session (cost hidden for subscription providers).
- Shows OpenAI Codex subscription usage when the provider is
openai-codex(5hand weekly aswk). - Shows a diff summary.
Install
- From npm:
pi install npm:@tombell/pi-status - Local/quick test:
pi -e path/to/pi-status