From fa8076bb3d592248d5bb07622b06d7c2a0896f21 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sun, 11 Jan 2026 04:07:03 +0100 Subject: [PATCH] docs(coding-agent): add tui fixes to changelog --- packages/coding-agent/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 229830fc..30cb4d93 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +### Fixed + +- Reduced flicker by only re-rendering changed lines ([#617](https://github.com/badlogic/pi-mono/pull/617) by [@ogulcancelik](https://github.com/ogulcancelik)). No worries tho, there's still a little flicker in the VS Code Terminal. Praise the flicker. +- Cursor position tracking when content shrinks with unchanged remaining lines +- TUI renders with wrong dimensions after suspend/resume if terminal was resized while suspended ([#599](https://github.com/badlogic/pi-mono/issues/599)) +- Pasted content containing Kitty key release patterns (e.g., `:3F` in MAC addresses) was incorrectly filtered out ([#623](https://github.com/badlogic/pi-mono/pull/623) by [@ogulcancelik](https://github.com/ogulcancelik)) + ## [0.42.4] - 2026-01-10 ### Fixed