Summary
The /clear command is supported and works as expected when executed directly, but it does not appear in the autocomplete popup when typing /cl. Only /clipboard is shown. This misleads users into thinking /clear is unavailable.
Background
I frequently use /clear in code-puppy to reset the context between tasks. While the command itself works, it's missing from the command suggestion popup, which impacts discoverability and user experience.
Steps to Reproduce
- Start code-puppy.
- Type
/cl in the input box.
- Observe the autocomplete popup for available commands (see attached screenshot).
Screenshot
Expected Behavior
The popup should list both /clear and /clipboard as available commands when /cl is typed.
Actual Behavior
The popup only lists /clipboard. /clear is missing from the suggestions, even though it is a valid and working command.
Notes
Executing /clear manually works, so this appears to be an issue with the command registry or autocomplete logic, not the command handler itself.
Summary
The
/clearcommand is supported and works as expected when executed directly, but it does not appear in the autocomplete popup when typing/cl. Only/clipboardis shown. This misleads users into thinking/clearis unavailable.Background
I frequently use
/clearin code-puppy to reset the context between tasks. While the command itself works, it's missing from the command suggestion popup, which impacts discoverability and user experience.Steps to Reproduce
/clin the input box.Screenshot
Expected Behavior
The popup should list both
/clearand/clipboardas available commands when/clis typed.Actual Behavior
The popup only lists
/clipboard./clearis missing from the suggestions, even though it is a valid and working command.Notes
Executing
/clearmanually works, so this appears to be an issue with the command registry or autocomplete logic, not the command handler itself.