@lokiyou/pi-nano-footer

Lightweight powerline-style footer for Pi Coding Agent that shows model, thinking level, directory, MCP status, context usage, tokens, and cost while keeping the built-in Working indicator.

Packages

Package details

extension

Install @lokiyou/pi-nano-footer from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@lokiyou/pi-nano-footer
Package
@lokiyou/pi-nano-footer
Version
0.15.7
Published
Jun 5, 2026
Downloads
not available
Author
lokiyou
License
MIT
Types
extension
Size
12.2 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

@lokiyou/pi-nano-footer

Lightweight powerline-style footer for Pi Coding Agent.

This extension replaces the default footer with a compact single-line status bar while keeping Pi's built-in Working... indicator. It is designed to stay small and focused.

Installation

pi install npm:@lokiyou/pi-nano-footer
/reload

What it shows

From left to right, the footer shows:

  • current model
  • thinking level
  • current directory name
  • MCP status summary when MCP status is available
  • context usage
  • token totals
  • estimated cost

Behavior

  • Uses a compact powerline-style separator layout.
  • Keeps Pi's built-in Working... indicator instead of replacing it.
  • Reads MCP status from extension status data when an MCP adapter exposes it.
  • Focuses only on the footer and does not replace the editor component.

Notes

No additional configuration is required.

License

MIT