Add AI rerank and detail actions to Components V2#2323
Draft
Mbeaulne wants to merge 1 commit into
Draft
Conversation
This was referenced May 27, 2026
🎩 PreviewA preview build has been created at: |
This was referenced May 27, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
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
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