github nicobailon/pi-subagents v0.11.12

latest releases: v0.27.0, v0.26.0, v0.25.0...
2 months ago

Changed

  • Tool history (recentTools) in execution progress is now chronological (oldest first) and uncapped, replacing the old newest-first order with a 5-entry cap. Affects all execution paths (tool, slash commands, chains, parallel, async, delegation). Both single-task and chain-step render paths in render.ts now consistently use slice(-3) for most-recent display.
  • Removed 50ms throttle on execution progress updates. onUpdate now fires immediately on every tool start, tool end, message end, and tool result. Affects all execution paths.
  • Delegation bridge now passes through full recentOutputLines arrays, recentTools history, and resolved model to prompt-template consumers, replacing the old stripped-down single-line updates.

Don't miss a new pi-subagents release

NewReleases is sending notifications on new releases.