Skip to content

Conversation

@kitlangton
Copy link
Contributor

@kitlangton kitlangton commented Jan 11, 2026

fix.mp4

Summary

  • align hover selection index with grouped command list ordering
  • keep mouse hover consistent after filtering

Verification

  • open command palette (Ctrl+P) and hover items
  • optionally type a filter (e.g. press "e" a few times) and hover again

Fixes #7722

@github-actions
Copy link
Contributor

Hey! Your PR title Fix command palette hover index doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@kitlangton kitlangton changed the title Fix command palette hover index fix(opencode): align command palette hover index Jan 11, 2026
@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@kitlangton kitlangton changed the title fix(opencode): align command palette hover index fix(opencode): command palette mouse hover highlights wrong item Jan 11, 2026
@kitlangton kitlangton marked this pull request as ready for review January 11, 2026 00:47
@kitlangton kitlangton force-pushed the fix/command-p-hover-index branch from 128d297 to eb72c52 Compare January 11, 2026 00:47
@thdxr thdxr merged commit a457828 into anomalyco:dev Jan 11, 2026
1 check passed
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.

Command palette mouse hover highlights the wrong item

2 participants