fix(tui): stop chaining slash arg autocomplete after Tab closes #2577

This commit is contained in:
Mario Zechner
2026-03-24 23:52:48 +01:00
parent ebe437081e
commit 21950c5ba4
2 changed files with 1 additions and 26 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Fixed blockquote text color breaking after inline links (and other inline elements) due to missing style restoration prefix
- Fixed slash-command Tab completion from immediately chaining into argument autocomplete after completing the command name, restoring flows like `/model` that submit into a selector dialog ([#2577](https://github.com/badlogic/pi-mono/issues/2577))
## [0.62.0] - 2026-03-23