fix(ai): enable Bedrock prompt caching for Claude 5

closes #6235
This commit is contained in:
Vegard Stikbakke
2026-07-02 11:00:20 +02:00
parent ca09b2b1a8
commit 114bacf349
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
- Fixed GitHub Copilot device-code login polling to wait before the first token poll, avoiding incorrect device-code failures for some users after browser authorization ([#6187](https://github.com/earendil-works/pi/issues/6187)).
- Fixed OpenAI Codex user-agent construction to synchronously load Node OS metadata, avoiding a startup race that could report `pi (browser)` in Node/Bun.
- Fixed Fireworks GLM 5.2 Fast to use the OpenAI-compatible endpoint and `thinkingLevelMap`, aligning it with GLM 5.2 ([#6195](https://github.com/earendil-works/pi/issues/6195)).
- Fixed Amazon Bedrock prompt-cache points for Claude Fable 5 and Claude Sonnet 5 ([#6235](https://github.com/earendil-works/pi/issues/6235)).
### Added