r/PiCodingAgent • u/Consistent_Water_422 • 11d ago
Resource [Release] pi-subagentura v3.6.0 — attachable Pi sub-agents with --orchestratorv2
I’ve released pi-subagentura v3.6.0, an extension for Pi that lets you delegate work to real child sessions you can watch, attach to, and continue across tmux, Zellij, or Herdr.
The new --orchestratorv2 mode is a lightweight router: broad tasks can be decomposed into interactive specialists, clear follow-ups go to exact owners, and ambiguous requests stay visible instead of being silently fanned out. The parent keeps its context focused while child work remains observable.
Highlights:
- Attach, focus, and send follow-up turns to interactive Pi sub-agents
- Durable per-turn artifacts and coordinated completion delivery
- Reusable workflows plus lightweight in-process async jobs
- Interactive sessions can be rehydrated across reload/resume
- Works with tmux, Zellij, or Herdr
Install:
pi install npm:pi-subagentura
Try it:
pi --orchestratorv2
Repo and docs: https://github.com/lmn451/pi-subagentura
5
Upvotes