CommandCodeAI / CommandCodeAI/command-code
Bug: Skill autocomplete only works at the beginning of the prompt
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 4k
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
Summary
Skill autocomplete currently only works when / is typed at the very beginning of the prompt.
After selecting one skill, typing another / later in the same prompt does not trigger skill suggestions anymore.
Additionally, typing / anywhere after normal text also does not trigger autocomplete.
Expected Behavior
Skill suggestions should appear whenever / is typed, not only when it is the first character of the prompt.
This would greatly improve UX when chaining multiple skills in a single prompt.
Actual Behavior
- No autocomplete suggestions appear
- The full skill name must be typed manually
Also:
Typing:
please use /skill-a
does not trigger autocomplete either.
Steps to reproduce the issue
- Open the CLI
- Type:
/skill-a
- Select a suggested skill
- Continue typing:
/skill-b
Command Code Version
0.25.7
Operating System
Windows
Terminal/IDE
Power shell
Shell
No response
Additional context
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in the CLI using the listed steps, including a slash after normal text and a second skill after selecting the first. Trace the skill autocomplete entry point and verify that suggestions appear for every typed slash, including chained skills, on Windows PowerShell.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100