Add stateful Gemini Live copilot - #44
Draft
0xtigerclaw wants to merge 3 commits into
Draft
Conversation
|
Someone is attempting to deploy a commit to the csrsoftwares' projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
Summary
This PR adds a stateful Gemini Live copilot path for real-time screen and audio assistance, plus an optional browser-native response rail that users explicitly activate for the current tab.
What changed
activeTabChrome extension rail without persistent access to browsing history or every websiteWhy
The existing one-shot screenshot and speech workflows lose context when the screen or conversation changes quickly. They also introduce enough latency that the result is difficult to use during an interactive practice session or an AI-permitted call. The new flow maintains a bounded active-task state and streams results as the model processes current audio and screen context.
User impact
Users configure a Vertex AI project with
GOOGLE_CLOUD_PROJECTand authenticate locally using:Live Screen and Call Copilot remain explicit user actions. The browser rail is injected only when the extension toolbar button is clicked for the current tab.
Security and privacy
127.0.0.1activeTabinstead of broad persistent site accessValidation
mainCurrent limitations