feat(apollo-vertex): ai-chat text selection — Ask AI floating pill + quote chip [5/5]#632
Draft
petervachon wants to merge 1 commit into
Draft
feat(apollo-vertex): ai-chat text selection — Ask AI floating pill + quote chip [5/5]#632petervachon wants to merge 1 commit into
petervachon wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Apr 30, 2026
7dd0761 to
d7825bc
Compare
7beb110 to
a27c80c
Compare
Dependency License Review
License distribution
Excluded packages
|
d7825bc to
81ea0f5
Compare
a27c80c to
30bd3d9
Compare
81ea0f5 to
cbb42da
Compare
30bd3d9 to
8012d26
Compare
cbb42da to
e056918
Compare
405b118 to
ce7867d
Compare
8cdb31f to
fa624d3
Compare
7e4b0e5 to
873677f
Compare
fa624d3 to
549b6d0
Compare
Contributor
|
I think this is part of a PR stack? Seems like |
5 tasks
Adds text-selection-to-AI flow: - AiChatSelectionMenu: floating "Ask AI" pill shown on text selection, scoped to the chat container, with fade+scale entrance animation - AiChatInput: quotedText chip with left-accent border, dismissable with X - AiChat: enableTextSelection prop wires selection menu to quote chip; clicking "Ask AI" pre-fills the input and focuses the textarea - registry.json: ai-chat-selection-menu.tsx registered Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
873677f to
2162d40
Compare
549b6d0 to
11b444a
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.
What this does
Lets users ask the AI about specific text they've selected — a natural way to go from reading a response to asking a follow-up about a particular part of it.
enableTextSelectionprop (off by default) so teams can opt in only where it makes senseTest plan
enableTextSelection={false}(default) — pill never appears🤖 Generated with Claude Code