Willem van den Ende a7f9822fa0 feat(pi-turn-limit): add widget, /turn-limit command, and boundary confirmation
- Live widget showing Turns: {current}/{max}
- /turn-limit <N> command to change max turns mid-session
- Confirmation dialog at boundary turn (Yes resets counter, No aborts)
- Widget visible on session reload and fresh start
2026-04-21 12:34:09 +01:00
2026-04-20 22:42:59 +01:00
2026-04-21 12:27:50 +01:00

pi-extensions

Experimental monorepo for Pi coding agent extensions.

Extensions

pi-turn-limit

Limits the number of turns (agent round-trips) in a Pi session. When the limit is exceeded, the agent aborts with an error notification.

  • Default limit: 25 turns
  • Override: set PI_MAX_TURNS environment variable

Installation

This is an early release — not on npm yet. To install from source:

# Clone the repo
git clone <repo-url>
cd pi-extensions

# Install dependencies
pnpm install

# Link the extension (or reference it directly in your Pi config)

Repository Status

Experimental. APIs and behavior may change without notice. Feedback welcome.

Description
Mono Repo for Pi coding agent extensions. Experimental.
Readme MIT 143 KiB
Languages
TypeScript 100%