fix(ai): detect Poolside context overflow

Closes #4943
This commit is contained in:
Armin Ronacher
2026-05-26 08:58:21 +02:00
parent fc8a155901
commit fa1180b6b7
3 changed files with 16 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed OpenRouter/Poolside context overflow detection for `maximum allowed input length` errors ([#4943](https://github.com/earendil-works/pi/issues/4943)).
## [0.75.5] - 2026-05-23
### Breaking Changes