pi-thinking
Muted, themed rendering for thinking blocks in pi.
Package details
Install pi-thinking from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-thinking- Package
pi-thinking- Version
1.0.0- Published
- May 2, 2026
- Downloads
- 380/mo · 144/wk
- Author
- danmademe
- License
- MIT
- Types
- extension
- Size
- 279.4 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-thinking
[!NOTE] Muted, themed rendering for thinking blocks in pi — calmer colors, dim syntax highlighting inside fenced code, and a themed
"Thinking"label.
Visuals

Installation
Using npm (Recommended)
pi install npm:pi-thinking
Using Git
pi install git:github.com/danielcherubini/pi-thinking
Local development
Symlink or copy this folder into pi's global extensions directory:
ln -s /path/to/pi-thinking ~/.pi/agent/extensions/pi-thinking
Or add the entry path to ~/.pi/agent/settings.json:
{ "extensions": ["/path/to/pi-thinking/src/index.ts"] }
Requirements
License
MIT