A Pi extension that replaces the default Working… label with rotating whimsical messages.
It adds:
- whimsical status lines with a custom voice
- elapsed runtime
esc to interrupt- animated shimmer inspired by Codex CLI
Untangling the context noodles… (12s • esc to interrupt)
extensions/pi-whimsy-status/ canonical Pi extension directory with index.ts entrypoint
index.ts root re-export for Pi auto-discovery and quick testingmkdir -p ~/.pi/agent/extensions
ln -sfn "$PWD" ~/.pi/agent/extensions/pi-whimsy-statusThen run /reload inside Pi.
pi --extension ./index.tsThis repo is also structured as a Pi package:
{
"pi": {
"extensions": ["./extensions/pi-whimsy-status"]
}
}npm packWhen you're ready:
npm publishMIT