Custom Pi extensions collected in this repo.
Shows a status HUD in Pi with:
- current branch
- clean/dirty state
- staged / unstaged / untracked counts
- current context size in k tokens (green up to 50k, yellow up to 75k, red above)
Files:
extensions/status-hud/status-hud.ts
Install all extensions from this repo:
./install.shOr install just this extension:
mkdir -p ~/.pi/agent/extensions
cp extensions/status-hud/status-hud.ts ~/.pi/agent/extensions/status-hud.ts