You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tui): add /skills: sub-completion in autocomplete
Typing /skills: in the prompt now triggers inline autocomplete for
skill names instead of opening the full dialog. Skills are listed
alphabetically and filtered via fuzzysort as the user types after
the colon. Selecting a skill inserts /<skill-name> into the prompt.
0 commit comments