fix(coding-agent): cap resume session metadata loads

closes #4583

closes #4591
This commit is contained in:
Mario Zechner
2026-05-16 23:07:55 +02:00
parent 163fd35fd8
commit 758004d1bb
2 changed files with 51 additions and 16 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Fixed `--resume` session listing to cap in-flight session metadata loads and avoid OOM on large session histories ([#4583](https://github.com/earendil-works/pi/issues/4583)).
- Fixed interactive error messages to render with trailing spacing so reload errors do not run into resource listings ([#4510](https://github.com/earendil-works/pi/issues/4510)).
- Fixed nested code fences in the Termux setup documentation so the example AGENTS.md renders correctly ([#4503](https://github.com/earendil-works/pi/issues/4503)).
- Fixed tool output expansion while extension confirmation dialogs are focused ([#4429](https://github.com/earendil-works/pi/issues/4429)).