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
Keith Guerin
46aa3fd193
fix(ui): prevent over-eager slash subcommand completion ( #20136 )
2026-03-25 03:11:09 +00:00
Tommaso Sciortino
23264ced9a
refactor(cli): integrate real config loading into async test utils ( #23040 )
2026-03-19 17:05:33 +00:00
nityam
352bbc36c0
merge duplicate imports packages/cli/src subtask3 ( #22056 )
2026-03-11 21:21:40 +00:00
Dmitry Lyalin
d41735d6a9
feat(cli): unify /chat and /resume command UX ( #20256 )
2026-03-08 22:50:51 +00:00
Jacob Richman
12957ea16a
fix(cli): Polish shell autocomplete rendering to be a little more shell native feeling. ( #20931 )
2026-03-04 06:52:56 +00:00
Jacob Richman
e00e8f4728
fix(cli): Shell autocomplete polish ( #20411 )
2026-02-27 19:03:37 +00:00
MD. MOHIBUR RAHMAN
8380f0a3b1
feat(cli): implement interactive shell autocompletion ( #20082 )
2026-02-26 07:49:11 +00:00
Sehoon Shon
c537fd5aec
refactor(config): remove enablePromptCompletion from settings ( #19974 )
2026-02-22 19:10:20 -05:00
Tommaso Sciortino
1b98c1f806
refactor: push isValidPath() into parsePastedPaths() ( #18664 )
2026-02-09 21:19:51 +00:00
Jacob Richman
8efae719ee
ux(polish) autocomplete in the input prompt ( #18181 )
2026-02-05 20:38:29 +00:00
Gal Zahavi
b2e866585d
fix(cli): allow @ file selector on slash command lines ( #16370 )
2026-01-13 22:01:30 +00:00
Jasmeet Bhatia
d48c934357
feat(cli): add filepath autosuggestion after slash commands ( #14738 )
...
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com >
2026-01-08 01:47:05 +00:00
Jacob Richman
1689e9b671
fix(cli): fix issue updating a component while rendering a different component ( #14319 )
2025-12-02 01:33:03 +00:00
Jacob Richman
d1e35f8660
Protect stdout and stderr so JavaScript code can't accidentally write to stdout corrupting ink rendering ( #13247 )
...
Bypassing rules as link checker failure is spurious.
2025-11-20 10:44:02 -08:00
Jacob Richman
54fa26ef0e
Fix tests to wrap all calls changing the UI with act. ( #12268 )
2025-10-30 18:50:26 +00:00
Jacob Richman
ee66732ad2
First batch of fixing tests to use best practices. ( #11964 )
2025-10-25 21:41:53 +00:00