Skip to content

v0.20.0

Latest

Choose a tag to compare

@patchmill-release-please-bot patchmill-release-please-bot released this 28 Aug 07:11
b4cbe91

0.20.0 (2026-08-28)

This release adds more detailed progress reporting and clearer results to run-once. Individual subagent progress now includes agent, model, and thinking metadata when available, and is correlated across direct, workflow, async, and failure paths. Interactive terminals receive grouped, status-aware results, while redirected stdout remains compact JSON for automation.

This release also adds standalone code-quality checks, automates pi-subagents dependency upgrade PRs, and fixes auth-provider navigation so selected items remain visible in long and filtered lists.

Features

  • deps: automate pi-subagents upgrade pull requests (cc09ad1)
  • pi: persist safe subagent runtime metadata (#146) (9eaaac5)
  • quality: add standalone code quality checks (#192) (34cb8de)
  • run-once: Correlate per-child subagent progress and preserve pipeline accounting (#196) (f85b1e0)
  • run-once: format final results for terminals (#181) (521f074)
  • run-once: Render enriched subagent progress in the run-once console (#198) (d940d1c)

Bug Fixes

  • auth: keep selected provider visible (#176) (1c05e3f)