fix(coding-agent): retry explicit provider retry errors

closes #6019
This commit is contained in:
Armin Ronacher
2026-06-24 18:12:25 +02:00
parent c29bbc0958
commit 371adcf371
7 changed files with 178 additions and 18 deletions
+4
View File
@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed auto-retry for provider stream errors that explicitly tell callers to retry the request ([#6019](https://github.com/earendil-works/pi/issues/6019)).
## [0.80.2] - 2026-06-23
### Changed