pine-of-glass
Observability extensions for the Pi coding agent
Package details
Install pine-of-glass from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pine-of-glass- Package
pine-of-glass- Version
0.2.4- Published
- Jun 4, 2026
- Downloads
- not available
- Author
- tmustier
- License
- MIT
- Types
- extension
- Size
- 269.2 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./extensions/pi-contextimate",
"./extensions/pi-traceline"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pine-of-glass
Small observability and context management tools for the Pi coding agent.
contextimatebreaks down what is filling your context window: sysprompt, AGENTS.md, Skill frontmatter, Tool schemas, and session material. Toggle with ctrl+o on start and /reload.tracelinecollapses tool calls to one trace line each, so you can see the full arc of what Pi did (path taken, context read, bloated tool results). Toggle with ctrl+t.cachemirecoming soon.
See each extension's own README.md for details, and docs/ for deeper reference.
Installation
- From GitHub:
pi install git:github.com/tmustier/pine-of-glass - From npm (installs both
contextimateandtraceline):pi install npm:pine-of-glass