docs: add changelog entry for Anthropic SDK retries

This commit is contained in:
Mario Zechner 2025-12-20 09:57:03 +01:00
parent 0fc6689dfb
commit 04dcdebbc6

View file

@ -10,6 +10,8 @@
- **Double API version path in Google provider URL**: Fixed Gemini API calls returning 404 after baseUrl support was added. The SDK was appending its default apiVersion to baseUrl which already included the version path. ([#251](https://github.com/badlogic/pi-mono/pull/251) by [@shellfyred](https://github.com/shellfyred))
- **Anthropic SDK retries disabled**: Re-enabled SDK-level retries (default 2) for transient HTTP failures. ([#252](https://github.com/badlogic/pi-mono/issues/252))
## [0.23.5] - 2025-12-19
### Added