github nicobailon/pi-subagents v0.11.9

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

Fixed

  • /agents overlay launches (single, chain, parallel) and slash commands (/run, /chain, /parallel) now render an inline result card in chat instead of relaying through sendUserMessage.
  • /agents overlay chain launches no longer bypass the executor for async fallback, fixing a path where async chain errors were silently swallowed.

Changed

  • All slash and overlay subagent execution now routes through an event bus request/response protocol (slash-bridge.ts), matching the pattern used by pi-prompt-template-model.
  • Slash launches show a live inline card immediately on start that streams current tool, recent tools, and output in real time.
  • /parallel now uses the native tasks parameter directly instead of wrapping through { chain: [{ parallel: tasks }] }.

Added

  • slash-bridge.ts — event bus bridge for slash command execution.
  • slash-live-state.ts — request-id keyed snapshot store for live inline card rendering and session reload.

Don't miss a new pi-subagents release

NewReleases is sending notifications on new releases.