@agnishc/edb-global-footer

Pi extension: two-line status footer showing path, git branch, token usage, and model

Package details

extension

Install @agnishc/edb-global-footer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@agnishc/edb-global-footer
Package
@agnishc/edb-global-footer
Version
0.5.1
Published
May 5, 2026
Downloads
221/mo · 221/wk
Author
agnishc
License
MIT
Types
extension
Size
13.7 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

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

README

@agnishc/edb-global-footer

A Pi CLI extension that renders a persistent two-line (plus optional third line) status footer at the bottom of every session.

~/Developer/my-project  main *  ↑2  my-session-name
↑12.4k ↓3.2k R8.1k $0.042  (anthropic)  claude-sonnet-4
⊕ 2 snippets  → 3 active  ✓ 5 done

Line 1 — Working directory · git branch (dirty *, ahead ↑N, behind ↓N) · session name

Line 2 — Token usage (input/output/cache-read/cache-write) · cost · context window % · model name · thinking level

Line 3 — Active extension statuses (shown only when extensions set a status)

Git status is refreshed after every turn and on branch change events.

Install

pi install npm:@agnishc/edb-global-footer

License

MIT © Agnish Chakraborty