pi-bash-live-view
A pi extension that adds optional PTY-backed live terminal rendering to the bash tool via usePTY=true.
Package details
Install pi-bash-live-view from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-bash-live-view- Package
pi-bash-live-view- Version
0.1.1- Published
- Mar 20, 2026
- Downloads
- 376/mo · 77/wk
- Author
- lucasmeijer
- License
- MIT
- Types
- extension
- Size
- 30.8 KB
- Dependencies
- 5 dependencies · 0 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-bash-live-view
When agents emit tool calls calls for build systems, those calls can take a long time. Often they have really nice visualizations of progress. I cannot see those in pi, making me blind to what is happening.
This extension upgrades model-initiated bash calls with an optional PTY-backed live terminal view.
Open the full demo video: https://github.com/lucasmeijer/pi-bash-live-view/releases/download/readme-assets/Screen.Recording.2026-03-20.at.22.27.36.web.mp4
Install
pi install npm:pi-bash-live-view
