fix(tui,coding-agent): add OSC 133 user message markers support closes #1805

This commit is contained in:
Mario Zechner 2026-03-04 18:33:22 +01:00
parent 689e7b4ac2
commit 4cb1a56b53
5 changed files with 41 additions and 6 deletions

View file

@ -5,6 +5,7 @@
### Fixed
- Fixed IME hardware cursor positioning in the custom extension editor (`ctx.ui.editor()` / extension editor dialog) by propagating focus to the internal `Editor`, preventing the terminal cursor from getting stuck at the bottom-right during composition.
- Added OSC 133 semantic zone markers around rendered user messages to support terminal navigation between prompts in iTerm2, WezTerm, Kitty, Ghostty, and other compatible terminals ([#1805](https://github.com/badlogic/pi-mono/issues/1805))
## [0.55.4] - 2026-03-02