fix(agent): preserve proxy stream options closes #3512

This commit is contained in:
Mario Zechner
2026-04-22 00:34:20 +02:00
parent 60290b0d75
commit 32859bdf9a
2 changed files with 34 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed `streamProxy()` to preserve the proxy-safe serializable subset of stream options, including session, transport, retry-delay, metadata, header, cache-retention, and thinking-budget settings ([#3512](https://github.com/badlogic/pi-mono/issues/3512))
- Fixed parallel tool execution to emit `tool_execution_end` as soon as each tool is finalized, while still emitting persisted tool-result messages in assistant source order ([#3503](https://github.com/badlogic/pi-mono/issues/3503))
## [0.68.0] - 2026-04-20