Add changelog entry for #280

This commit is contained in:
Mario Zechner 2025-12-22 17:02:23 +01:00
parent 7ad8a8c447
commit 99081fce30

View file

@ -4,6 +4,8 @@
### Fixed
- **File tab completion display**: File paths no longer get cut off early. Folders now show trailing `/` and removed redundant "directory"/"file" labels to maximize horizontal space. ([#280](https://github.com/badlogic/pi-mono/issues/280))
- **Bash tool visual line truncation**: Fixed bash tool output in collapsed mode to use visual line counting (accounting for line wrapping) instead of logical line counting. Now consistent with bash-execution.ts behavior. Extracted shared `truncateToVisualLines` utility. ([#275](https://github.com/badlogic/pi-mono/issues/275))
## [0.26.1] - 2025-12-22