@monopi/extension-compact-header
Monopi compact-header pi extension.
Package details
Install @monopi/extension-compact-header from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@monopi/extension-compact-header- Package
@monopi/extension-compact-header- Version
0.6.1- Published
- Aug 28, 2026
- Downloads
- 267/mo · 22/wk
- Author
- ifiokjr
- License
- MIT
- Types
- extension
- Size
- 8.4 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-compact-header
The compact-header extension replaces pi's verbose startup header with a table-style summary showing the model, provider, thinking level, extension count, and other session details in one compact block. It also bootstraps the plain-icons setting: it reads plainIcons from settings.json and the --plain-icons CLI flag, then bridges the value to the OH_PI_PLAIN_ICONS environment variable so every monopi package picks it up consistently.
Install
pi install npm:@monopi/extension-compact-header
Configuration
The extension honors plainIcons in settings.json (global or project-local) and the --plain-icons CLI flag. When either is set, it exports OH_PI_PLAIN_ICONS=1 so every monopi package renders ASCII-safe icons instead of emoji.