fix(coding-agent): improve subagent parallel summaries closes #4710

This commit is contained in:
Mario Zechner
2026-05-18 22:52:43 +02:00
parent 7670563374
commit 93ecdbea35
3 changed files with 48 additions and 19 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed the subagent extension's parallel mode to return useful per-task output and failed-task diagnostics to the parent model instead of 100-character previews ([#4710](https://github.com/earendil-works/pi/issues/4710)).
## [0.75.3] - 2026-05-18
### Fixed