From c6ab9a64cec34c0ac81e6e6e6553f48bf1958762 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 3 Feb 2026 02:17:01 +0100 Subject: [PATCH] chore(changelog): audit unreleased entries --- packages/coding-agent/CHANGELOG.md | 10 ++++++++++ packages/tui/CHANGELOG.md | 3 +++ 2 files changed, 13 insertions(+) diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 6f37b13e..540e2d45 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### New Features + +- Extension tool output expansion controls via ExtensionUIContext getToolsExpanded and setToolsExpanded. See [docs/extensions.md](docs/extensions.md) and [docs/rpc.md](docs/rpc.md). + ### Added - Added ExtensionUIContext getToolsExpanded and setToolsExpanded for controlling tool output expansion ([#1199](https://github.com/badlogic/pi-mono/pull/1199) by [@academo](https://github.com/academo)) @@ -10,6 +14,12 @@ ### Fixed - Fixed Kitty key release events leaking to parent shell over slow SSH connections by draining stdin for up to 1s on exit ([#1204](https://github.com/badlogic/pi-mono/issues/1204)) +- Fixed legacy newline handling in the editor to preserve previous newline behavior +- Fixed @ autocomplete to include hidden paths +- Fixed submit fallback to honor configured keybindings +- Fixed extension commands conflicting with built-in commands by skipping them ([#1196](https://github.com/badlogic/pi-mono/pull/1196) by [@haoqixu](https://github.com/haoqixu)) +- Fixed @-prefixed tool paths failing to resolve by stripping the prefix ([#1206](https://github.com/badlogic/pi-mono/issues/1206)) +- Fixed install method detection to avoid stale cached results ## [0.51.1] - 2026-02-02 diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index 07d0ae5a..f3ea2d71 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -9,6 +9,9 @@ ### Fixed - Fixed Kitty key release events leaking to parent shell over slow SSH connections by draining stdin for up to 1s ([#1204](https://github.com/badlogic/pi-mono/issues/1204)) +- Fixed legacy newline handling in the editor to preserve previous newline behavior +- Fixed @ autocomplete to include hidden paths +- Fixed submit fallback to honor configured keybindings ## [0.51.1] - 2026-02-02