pi-extension-too-dumb
A pi extension that warns when session reasoning ability may be compromised
Package details
Install pi-extension-too-dumb from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-extension-too-dumb- Package
pi-extension-too-dumb- Version
0.1.0- Published
- May 15, 2026
- Downloads
- not available
- Author
- justinclayton
- License
- MIT
- Types
- extension
- Size
- 9.7 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-extension-too-dumb
A pi coding agent extension that monitors session health and warns when the model's reasoning ability is likely to be compromised.
Instead of displaying raw token metrics for the user to interpret, this extension stays completely silent during normal operation. When a meaningful threshold is crossed, a single warning widget appears above the editor naming the triggered signal — educating as it warns.
The implied action for every warning is always /compact or /new.
Signals
| Signal | Orange | Red |
|---|---|---|
| Context window fill | > 70% | > 90% |
| Context fill rate | On pace to hit 70% in ~4 turns | — |
| Cache efficiency | Reuse < 30% | Reuse < 10% |
Install
pi install npm:pi-extension-too-dumb
Or project-local:
pi install -l npm:pi-extension-too-dumb