fix(coding-agent): recompute interactive bash preview width closes #2569

This commit is contained in:
Mario Zechner
2026-03-24 20:09:43 +01:00
parent 629341c18f
commit d08ab9b9c1
3 changed files with 99 additions and 10 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed interactive bash execution collapsed previews to recompute visual line wrapping at render time, so previews respect the current terminal width after resizes and split-pane width changes ([#2569](https://github.com/badlogic/pi-mono/issues/2569))
- Fixed RPC `get_session_stats` to expose `contextUsage`, so headless clients can read actual current context-window usage instead of deriving it from token totals ([#2550](https://github.com/badlogic/pi-mono/issues/2550))
- Fixed `pi update` for git packages to fetch only the tracked target branch with `--no-tags`, reducing unrelated branch and tag noise while preserving force-push-safe updates ([#2548](https://github.com/badlogic/pi-mono/issues/2548))