pi-thinking

Muted, themed rendering for thinking blocks in pi.

Package details

extension

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

npm version License: MIT

[!NOTE] Muted, themed rendering for thinking blocks in pi — calmer colors, dim syntax highlighting inside fenced code, and a themed "Thinking" label.

Visuals

Thinking block rendering 1 Thinking block rendering 2 Thinking block rendering 3

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