@firstpick/pi-extension-git-footer-status
Enhanced Pi footer with git status, token usage, context usage, and model telemetry.
Package details
Install @firstpick/pi-extension-git-footer-status from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-extension-git-footer-status- Package
@firstpick/pi-extension-git-footer-status- Version
0.1.3- Published
- May 5, 2026
- Downloads
- 272/mo · 272/wk
- Author
- firstpick
- License
- MIT
- Types
- extension
- Size
- 21.9 KB
- Dependencies
- 0 dependencies · 3 peers
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
pi-extension-git-footer-status
Enhanced Pi footer with git health and model/token telemetry.
What it does
- Shows compact runtime metrics in the footer:
- input/output/cache tokens
- token speed estimate (
tok/s) - cost + context-window usage
- current model and reasoning level
- Shows git status context on the path line:
- branch/detached state
- ahead/behind
- staged/unstaged/untracked/conflicts
- operation state (rebase/merge/cherry-pick/revert/bisect)
- stash/submodule/worktree/tag/last-commit-age/signing mismatch indicators
Install
pi install npm:@firstpick/pi-extension-git-footer-status
Configuration
No required configuration.
Commands
/git-footer-refresh— refresh git/footer information immediately.
Tools
None.