Add AI rerank and detail actions to Components V2#2323
Merged
Conversation
This was referenced May 27, 2026
🎩 PreviewA preview build has been created at: |
This was referenced May 27, 2026
Collaborator
Author
This was referenced May 27, 2026
4ebdbe3 to
7e01bdf
Compare
d8182ea to
9491133
Compare
7e01bdf to
a66df23
Compare
9491133 to
3134ffe
Compare
a66df23 to
16cb38c
Compare
7e813eb to
9f78cd5
Compare
1b90c44 to
2259e4e
Compare
9f78cd5 to
4357ab9
Compare
2259e4e to
7ad9821
Compare
4357ab9 to
545577e
Compare
7ad9821 to
d94b36a
Compare
545577e to
6a81400
Compare
d94b36a to
30ac27b
Compare
6a81400 to
83501db
Compare
8 tasks
a170a35 to
7e44940
Compare
36af25f to
0fe1287
Compare
camielvs
reviewed
Jun 4, 2026
camielvs
reviewed
Jun 4, 2026
cc83c54 to
fa7ca48
Compare
2fd493b to
4443b22
Compare
fa7ca48 to
89c8c12
Compare
4956d34 to
f32e1fa
Compare
e2310c0 to
e9fe92c
Compare
f32e1fa to
cf752a1
Compare
e9fe92c to
c1d32e1
Compare
cf752a1 to
d5f797a
Compare
c1d32e1 to
ac5f4d9
Compare
9a7ebb9 to
8a164e9
Compare
d4eee7c to
f5f9b79
Compare
11d5018 to
c10c8b9
Compare
morgan-wowk
approved these changes
Jun 5, 2026
c10c8b9 to
6f6d16e
Compare
f5f9b79 to
c3af153
Compare
Collaborator
Author
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6f6d16e to
e0af315
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Tophatting
Manual tophatting recommended because this adds AI reranking and detail actions.
/components-v2and search for a component.What changed
Adds the final interactive pieces to Components V2:
Why
After normal search finds matching components, users can optionally ask an LLM to rerank those results. The detail panel lets users inspect a result without leaving the page.
Test plan
/components-v2pnpm exec vitest run src/routes/Dashboard/DashboardComponentsV2View.test.tsxpnpm run typecheck --pretty false