From 41e02598f5f0a80323b2fc5499058205ddbca656 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sat, 7 Mar 2026 23:22:31 +0100 Subject: [PATCH] docs(tui): add changelog entry for slash autocomplete fix --- packages/tui/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index 6b62af7e..1a18d844 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -6,6 +6,7 @@ - Fixed autocomplete selection ignoring typed text: highlight now follows the first prefix match as the user types, and exact matches are always selected on Enter ([#1931](https://github.com/badlogic/pi-mono/pull/1931) by [@aliou](https://github.com/aliou)) - Fixed xterm `modifyOtherKeys` parsing in `matchesKey()` and `parseKey()`, restoring Ctrl-based keybindings and modified Enter keys in tmux when `extended-keys-format` is left at the default `xterm` ([#1872](https://github.com/badlogic/pi-mono/issues/1872)) +- Fixed slash-command Tab completion to immediately open argument completions when available ([#1481](https://github.com/badlogic/pi-mono/pull/1481) by [@barapa](https://github.com/barapa)) ## [0.57.0] - 2026-03-07