pi-simple
UI and tool rendering customizations to make Pi simpler.
Package details
Install pi-simple from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-simple- Package
pi-simple- Version
0.1.0- Published
- Apr 28, 2026
- Downloads
- 147/mo · 147/wk
- Author
- hnsn
- License
- MIT
- Types
- extension
- Size
- 66.7 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
pi-simple
A bundled Pi extension that combines UI/style customizations into a single extension.
Install
From npm:
pi install npm:pi-simple
From GitHub:
pi install git:github.com/mybuddymichael/pi-simple
For local development from this directory:
pi install ./
# or try it for one run only
pi -e ./
Includes
assistant-stylestartup-headerstatus-message-styletool-one-lineuser-message-style
Excludes
handoffquestionnaire
Package structure
This package exposes index.ts through the pi.extensions manifest in package.json. Pi core packages are declared as peer dependencies, as required for Pi packages.