Skip to content

fix: render all configured IDEs above the non-configured - #46

Merged
bespoyasov merged 5 commits into
mainfrom
fix/previously-configured-ide-order
Sep 3, 2026
Merged

fix: render all configured IDEs above the non-configured#46
bespoyasov merged 5 commits into
mainfrom
fix/previously-configured-ide-order

Conversation

@bespoyasov

Copy link
Copy Markdown
Collaborator

Fixes the order of IDE select options when multiple configured IDEs found and refactors the component.

Currently, when:

 Detected Confidence plugins for:
 ✔ Claude Code
 ✔ Codex

...it shows options in the selector as:

 ❯ Continue with Claude Code
   Cursor
   Codex

...which only places the first configured at the top. (Cursor is placed above Codex, even though Codex is found as configured.)

This PR changes the order so that the select shows all configured above the rest:

 ❯ Continue with Claude Code
   Codex
   Cursor

@bespoyasov
bespoyasov merged commit c4957c9 into main Sep 3, 2026
3 checks passed
@bespoyasov
bespoyasov deleted the fix/previously-configured-ide-order branch September 3, 2026 11:38
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.

2 participants