fix(coding-agent): avoid duplicate bash truncation path

closes #4819
This commit is contained in:
Mario Zechner
2026-05-21 12:03:55 +02:00
parent 4868222e34
commit 7dad27e5f2
3 changed files with 50 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed final bash tool cards to avoid rendering duplicate full-output truncation paths ([#4819](https://github.com/earendil-works/pi/issues/4819)).
## [0.75.4] - 2026-05-20
### New Features