fix(coding-agent): route compaction through streamFn

closes #4484
This commit is contained in:
Armin Ronacher
2026-05-17 01:57:03 +02:00
parent 2c708492e3
commit 35f807cfaf
4 changed files with 154 additions and 27 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## [Unreleased]
### Fixed
- Fixed compaction summary calls to use custom agent stream functions, preserving proxy-backed LLM routing ([#4484](https://github.com/earendil-works/pi/issues/4484)).
## [0.74.1] - 2026-05-16
### New Features