-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Remove Gemini CLI provider #5223
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
This reverts commit 0ddd21e.
|
✅ No security or compliance issues detected. Reviewed everything up to 3541b71. Security Overview
Detected Code Changes
Reply to this PR with |
baobinhday
pushed a commit
to baobinhday/Roo-Code
that referenced
this pull request
Jul 2, 2025
This reverts commit d64e677.
hannesrudolph
pushed a commit
that referenced
this pull request
Jul 3, 2025
utarn
pushed a commit
to modelharbor/ModelHarbor-Agent
that referenced
this pull request
Jul 4, 2025
snoyiatk
pushed a commit
to snoyiatk/Roo-Code
that referenced
this pull request
Jul 9, 2025
This reverts commit d64e677.
MichaelYochpaz
added a commit
to MichaelYochpaz/Roo-Code
that referenced
this pull request
Jul 12, 2025
This reverts commit 35b0f55. # Conflicts: # src/i18n/locales/ca/common.json # src/i18n/locales/zh-TW/common.json # webview-ui/src/i18n/locales/ca/settings.json # webview-ui/src/i18n/locales/de/settings.json # webview-ui/src/i18n/locales/en/settings.json # webview-ui/src/i18n/locales/es/settings.json # webview-ui/src/i18n/locales/fr/settings.json # webview-ui/src/i18n/locales/hi/settings.json # webview-ui/src/i18n/locales/id/settings.json # webview-ui/src/i18n/locales/it/settings.json # webview-ui/src/i18n/locales/ja/settings.json # webview-ui/src/i18n/locales/ko/settings.json # webview-ui/src/i18n/locales/nl/settings.json # webview-ui/src/i18n/locales/pl/settings.json # webview-ui/src/i18n/locales/pt-BR/settings.json # webview-ui/src/i18n/locales/ru/settings.json # webview-ui/src/i18n/locales/tr/settings.json # webview-ui/src/i18n/locales/vi/settings.json # webview-ui/src/i18n/locales/zh-CN/settings.json # webview-ui/src/i18n/locales/zh-TW/settings.json
This was referenced Jul 23, 2025
p30arena
added a commit
to p30arena/Roo-Code
that referenced
this pull request
Aug 1, 2025
This reverts commit d64e677.
MichaelYochpaz
added a commit
to MichaelYochpaz/Roo-Code
that referenced
this pull request
Aug 7, 2025
This reverts commit 35b0f55.
Yandrik
added a commit
to Yandrik/Roo-Code
that referenced
this pull request
Aug 7, 2025
This reverts commit d64e677.
MichaelYochpaz
added a commit
to MichaelYochpaz/Roo-Code
that referenced
this pull request
Aug 8, 2025
This reverts commit 35b0f55.
Yandrik
added a commit
to Yandrik/Roo-Code
that referenced
this pull request
Sep 18, 2025
This reverts commit d64e677.
MichaelYochpaz
added a commit
to MichaelYochpaz/Roo-Code
that referenced
this pull request
Oct 3, 2025
This reverts commit 35b0f55.
youngzyl
pushed a commit
to youngzyl/Roo-Code
that referenced
this pull request
Oct 25, 2025
baobinhday
pushed a commit
to baobinhday/Roo-Code
that referenced
this pull request
Nov 19, 2025
This reverts commit d64e677.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue/PR - Triage
New issue. Needs quick review to confirm validity and assign labels.
size:XXL
This PR changes 1000+ lines, ignoring generated files.
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.
Per Google's request for a more standard implementation
Important
Remove Gemini CLI provider and related configurations, components, and translations from the codebase.
gemini-clifromprovider-settings.ts,index.ts, andapi/index.ts.gemini-cli.tsand its testgemini-cli.spec.ts.geminiCliSchemafromprovider-settings.ts.GeminiCliHandlerfromapi/index.tsandproviders/index.ts.checkExistApiConfig.tsto removegemini-clispecial case.GeminiClicomponent and its test fromApiOptions.tsxandproviders/index.ts.constants.tsanduseSelectedModel.tsto removegemini-clireferences.geminiClirelated translations from all locale files.validate.tsto removegemini-clivalidation logic.This description was created by
for 3541b71. You can customize this summary. It will automatically update as commits are pushed.