@dihak/pix-footer
v0.2.3
Published
Pi extension — status bar footer (model, tokens, git, TPS)
Downloads
983
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), cumulative session token counts (in/out), context usage percentage, session cost, and active model name. During a streaming response it displays live tokens-per-second (TPS), holding the last value for 4 seconds after the turn ends. Model spec (context window, pricing) is sourced from modelgrep via pix-data, with registered Pi model cost/contextWindow filling gaps for private or gateway models. Extension statuses (e.g. plan mode) are surfaced as additional segments on the right. Requires @dihak/pix-data as a dependency.
Install
pi install npm:@dihak/pix-footerAlso 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 | shLicense
MIT
