fix(ai): layer prompt cache breakpoints (#38725)

This commit is contained in:
Kit Langton 2026-07-24 14:02:35 -04:00 committed by GitHub
commit 993f046dd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 258 additions and 43 deletions

View file

@ -0,0 +1,5 @@
---
"@opencode-ai/ai": patch
---
Improve Anthropic and Bedrock prompt reuse with layered cache breakpoints that roll through long tool loops.