fix(ai): detect anthropic request_too_large overflow closes #2734

This commit is contained in:
Mario Zechner
2026-04-01 23:51:27 +02:00
parent d98b563165
commit 39b1bf7b62
2 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed Anthropic context overflow detection to recognize HTTP 413 `request_too_large` errors, so callers can trigger compaction and retry instead of getting stuck on repeated oversized-image requests ([#2734](https://github.com/badlogic/pi-mono/issues/2734))
## [0.64.0] - 2026-03-29
### Added