fix: slash command autocomplete triggers for . - _ prefixes

fixes #422
This commit is contained in:
Mario Zechner 2026-01-03 15:44:36 +01:00
parent e9cf3c1835
commit 69a8ecd5b3
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Slash command autocomplete now triggers for commands starting with `.`, `-`, or `_` (e.g., `/.land`, `/-foo`) ([#422](https://github.com/badlogic/pi-mono/issues/422))
## [0.32.1] - 2026-01-03
## [0.32.0] - 2026-01-03