-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Gemini in Firebase for VSCode Integration #8575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
* feat: GQL AI assistant * feat: init gemini assist controller * (wip): use custom editor * feat: view column & copy button * feat: inserting code * feat: append instead of replace * chore: update lock * fix: get back css-loader * addressing comments * feat: use data connect configs * fix: html content setting --------- Co-authored-by: Harold Shen <hlshen@google.com>
fredzqm
approved these changes
May 14, 2025
Reviewed it with @hlshen together offline~ |
TrCaM
pushed a commit
that referenced
this pull request
May 26, 2025
* feat: GQL AI assistant (#8116) * feat: GQL AI assistant * feat: init gemini assist controller * (wip): use custom editor * feat: view column & copy button * feat: inserting code * feat: append instead of replace * chore: update lock * fix: get back css-loader * addressing comments * feat: use data connect configs * fix: html content setting --------- Co-authored-by: Harold Shen <hlshen@google.com> * temp initial types and service done * Fix service file * remove debugging logs * successful calls * Add new line * temp working gemini tool * working demo * change id to dataconnect * change cloudAiCompanion to prod * Add backend for CloudAICompanion calls * controller code * GCA controls implemented * Update webview and clean code * revert unecessary changes * package-lock * cleanup * more cleanup * update test to build extensionDependency * add small fix to support gca download delay * Fix error flow * fix lint * change command to pretest * fix imports * fix verison of code-server * add changelog * format changelog --------- Co-authored-by: Mais Alheraki <mais.alheraki@gmail.com>
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.
Implements a Gemini Chat Tool integration, which surfaces a @Data-Connect tool in Gemini Code Assist. The two available commands will be /generate_schema and /generate_operation, which call our backend CloudAICompanion apis.