fix(coding-agent): avoid retrying successful overflow compaction

closes #5720
This commit is contained in:
Armin Ronacher
2026-06-18 19:30:14 +02:00
parent 788a044483
commit 6b9f3f492f
3 changed files with 46 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed successful overflow-triggered auto-compaction to avoid retrying completed assistant responses ([#5720](https://github.com/earendil-works/pi/issues/5720)).
## [0.79.7] - 2026-06-18
### New Features