fix(coding-agent): correct bash truncation line count

closes #4818
This commit is contained in:
Mario Zechner
2026-05-21 16:54:56 +02:00
parent 6a38d7ff6e
commit f953067814
4 changed files with 45 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Fixed final bash tool cards to avoid rendering duplicate full-output truncation paths ([#4819](https://github.com/earendil-works/pi/issues/4819)).
- Fixed bash tool truncation line counts to ignore the trailing newline as an extra output line ([#4818](https://github.com/earendil-works/pi/issues/4818)).
## [0.75.4] - 2026-05-20