@dihak/pix-footer

Pi extension — status bar footer (model, tokens, git, TPS)

Packages

Package details

extension

Install @dihak/pix-footer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@dihak/pix-footer
Package
@dihak/pix-footer
Version
0.2.5
Published
Sep 1, 2026
Downloads
491/mo · 173/wk
Author
dihak
License
MIT
Types
extension
Size
31.2 KB
Dependencies
1 dependency · 2 peers
Pi manifest JSON
{
  "extensions": [
    "src/extension.ts"
  ]
}

Security note

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

README

pix-footer

Pi extension — status bar footer.

What it does

Renders a persistent status bar at the bottom of the Pi TUI. The footer shows: current mode, working directory with git branch (including dirty/ahead/behind markers), context usage percentage, active model name (with thinking level when available), cumulative session token counts (in/out), session cost after those tokens, and extension statuses. During a streaming response it displays live tokens-per-second (TPS). Extension statuses (e.g. plan mode) are surfaced as additional segments.

Install

pi install npm:@dihak/pix-footer

Also included in @dihak/pix-core:

pi install npm:@dihak/pix-core

Full distro

Source: github.com/dihak/pix-mono

To install the complete pix suite (all packages + Pi itself):

curl -fsSL https://raw.githubusercontent.com/dihak/pix-mono/main/scripts/install.sh | sh

License

MIT