fix(ai): use SDK token auth and omit Bedrock display in GovCloud closes #3359

This commit is contained in:
Mario Zechner
2026-04-18 01:24:13 +02:00
parent 2dddc5ba25
commit 454b9619c7
3 changed files with 55 additions and 51 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed Bedrock bearer-token authentication to use the SDK's native token auth path and omit Claude `thinking.display` for GovCloud targets, avoiding duplicate `Authorization` headers and GovCloud Converse validation errors ([#3359](https://github.com/badlogic/pi-mono/issues/3359))
- Fixed direct Mistral tool definitions to strip TypeBox symbol metadata before passing schemas to the SDK, restoring tool calls after the SDK's stricter outbound validation ([#3361](https://github.com/badlogic/pi-mono/issues/3361))
## [0.67.67] - 2026-04-17