Files
Sehoon Shon 616608ef23 fix(ui): restore slash command autocomplete space and fix enter execution
This restores the original autocomplete behavior where hitting Tab on a slash command suggestion correctly inserts a trailing space, allowing the user to naturally type the next argument or subcommand.

It also changes the Enter key execution logic to correctly execute a command if it has an action and no completion function, ignoring the autoExecute flag. This matches the expected user behavior where selecting a command like `/stats` and pressing Enter immediately executes it, instead of simply autocompleting it without execution.
2026-03-28 02:31:58 -04:00
..
2026-03-27 21:05:22 +00:00