fix(coding-agent): parse multiline prompt template args

closes #4553
This commit is contained in:
Mario Zechner
2026-05-16 23:36:25 +02:00
parent 22a9c484e7
commit d0fe8570e9
3 changed files with 63 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Fixed prompt template argument parsing to split unquoted multiline input on newlines ([#4553](https://github.com/earendil-works/pi/issues/4553)).
- 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)).