@tombell/pi-status

Slim minimal status bar for Pi

Packages

Package details

extension

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.10
Published
Aug 3, 2026
Downloads
309/mo · 35/wk
Author
tombell
License
BSD-3-Clause
Types
extension
Size
27.3 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 bookmark when on one, otherwise the nearest bookmark and change ID (for example, main:: @xyz), or just @xyz when no bookmark exists. Falls back to the git branch in git repos.
  • 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 and available usage-limit resets when the provider is openai-codex (weekly as wk; the temporarily disabled 5h limit is hidden).
  • Shows a diff summary.

Install

  • From npm: pi install npm:@tombell/pi-status
  • Local/quick test: pi -e path/to/pi-status