Skip to content

/clear command not listed in autocomplete popup #254

@kevgo

Description

@kevgo

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

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions