@monopi/extension-custom-footer

Monopi custom-footer pi extension.

Packages

Package details

extension

Install @monopi/extension-custom-footer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@monopi/extension-custom-footer
Package
@monopi/extension-custom-footer
Version
0.6.1
Published
Aug 28, 2026
Downloads
267/mo · 27/wk
Author
ifiokjr
License
MIT
Types
extension
Size
21.8 KB
Dependencies
1 dependency · 5 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

@monopi/extension-custom-footer

The custom-footer extension replaces the default pi footer with a rich status bar. It shows the model name with its thinking-level indicator, input and output token counts, accumulated cost, context window usage as a color-coded percentage, elapsed session time, the abbreviated working directory, and the git branch when available. The footer auto-refreshes every 30 seconds and whenever the git branch changes.

Install

pi install npm:@monopi/extension-custom-footer

Behavior

The status bar reads token and cost data from the active session, git state from the repo, and worktree context when the checkout is pi-owned. The context window percentage is color-coded so you can spot a nearly full window at a glance. When the watchdog extension is installed, the footer also reflects safe-mode state.