fix(ai,coding-agent): omit undefined provider request options closes #3627

This commit is contained in:
Mario Zechner
2026-04-24 14:18:35 +02:00
parent 90d8051636
commit c1b62ae7fe
6 changed files with 32 additions and 29 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed provider retry/timeout forwarding to omit undefined provider request controls, avoiding downstream SDK validation errors such as `timeout must be an integer` when `retry.provider.timeoutMs` is not configured ([#3627](https://github.com/badlogic/pi-mono/issues/3627))
## [0.70.1] - 2026-04-24
### New Features