fix(coding-agent): mark retrying agent end events

This commit is contained in:
Mario Zechner
2026-05-19 10:33:16 +02:00
parent 32bcdc9739
commit c685b27369
4 changed files with 28 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
### Fixed
- Fixed AgentSession retry, compaction, and event settlement to use the awaited agent lifecycle instead of a separate event queue.
- Fixed AgentSession retry, compaction, and event settlement to use the awaited agent lifecycle instead of a separate event queue, and added `willRetry` to `agent_end` session events.
- 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)).
- Fixed Windows local bash execution to hide helper console windows when launched from background SDK processes ([#4699](https://github.com/earendil-works/pi/issues/4699)).