fix(tui): keep terminal progress alive

closes #3610
This commit is contained in:
Mario Zechner
2026-04-23 23:39:06 +02:00
parent 19f2478599
commit 76bc605ad1
2 changed files with 28 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Kept OSC 9;4 terminal progress alive with periodic updates so Ghostty does not clear the indicator during long-running agent work ([#3610](https://github.com/badlogic/pi-mono/issues/3610))
## [0.69.0] - 2026-04-22
### Added