pi-cohort 3.0.2 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.0.0] - 2026-07-16
4
+
5
+ ### Changed
6
+ - **BREAKING:** Foreground and async top-level single/parallel runs no longer inherit agent output defaults, and top-level parallel runs no longer inherit `defaultProgress`; output and parallel progress are opt-in per invocation. Chains retain their three-state inheritance semantics, and omitted top-level parallel-task `reads` still inherit `defaultReads`. Migrate callers with `output: true` (configured filename), `output: "path"` (explicit path), or `progress: true`.
7
+
3
8
  ## [3.0.2] - 2026-07-05
4
9
 
5
10
  Branding, funding, and gallery preview. No behavior change.