Skip to content

Comments

fix(tui): chain slash arg autocomplete after Tab completion#1481

Open
barapa wants to merge 1 commit intobadlogic:mainfrom
barapa:fix/tui-slash-command-arg-chaining-1437
Open

fix(tui): chain slash arg autocomplete after Tab completion#1481
barapa wants to merge 1 commit intobadlogic:mainfrom
barapa:fix/tui-slash-command-arg-chaining-1437

Conversation

@barapa
Copy link

@barapa barapa commented Feb 12, 2026

Implements chaining into argument completions immediately after slash-command name completion via Tab.

  • After accepting /mod -> /model , the editor retriggers autocomplete once to show argument suggestions (if the command has an arg completer).
  • Keeps Enter/submit behavior unchanged.

Tests:

  • Added regression coverage for chaining into argument completions after Tab completion.
  • Verified no arg menu is shown for commands without argument completers.

Ref: closes #1442

@RimuruW
Copy link

RimuruW commented Feb 16, 2026

Wait for it!

@barapa
Copy link
Author

barapa commented Feb 17, 2026

Is this waiting for me to do anything? Or just for @badlogic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants