pi-header

A pi coding agent extension that displays a styled ASCII art header with model info at the top of every new session.

Packages

Package details

extension

Install pi-header from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-header
Package
pi-header
Version
0.2.3
Published
Jun 20, 2026
Downloads
not available
Author
shreyashp7
License
MIT
Types
extension
Size
16.9 KB
Dependencies
0 dependencies · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

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

README

pi-header

A pi coding agent extension that displays a styled ASCII art header at the top of every new session, along with model info and timestamp — all rendered in your active theme colors.

Features

  • Pixel-art π symbol — A hand-crafted Unicode block-character art style
  • Classic text art — Traditional #-based "PI" lettering
  • Theme-aware — Header colors adapt to your active pi theme
  • Auto-show — Automatically appears on every new session
  • Customizable — Switch between art styles on the fly

Installation

pi install npm:pi-header

Usage

Commands

Command Description
/header style <name> Switch art style (symbol or classic)
/header clear Hide the header
/header show Show the header again

Available Styles

  • symbol — Pixel-art π symbol (default)
  • classic — Classic "PI" text art using # characters

License

MIT