fix(coding-agent): stream large session files

closes #5231
This commit is contained in:
Mario Zechner
2026-05-30 21:21:42 +02:00
parent dbb9911a54
commit 3911d6f5cd
3 changed files with 130 additions and 74 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed opening and listing very large JSONL session files by reading session entries line-by-line instead of materializing the full file as one string ([#5231](https://github.com/earendil-works/pi/issues/5231)).
## [0.78.0] - 2026-05-29
### New Features