docs: remove outdated Gemini CLI support references#1848
Open
Mohak-Agrawal wants to merge 1 commit into
Open
Conversation
Google discontinued Gemini CLI support, but README.md still listed it as a supported install/hook platform: the tagline platform list, both install-command tables, the "hook platforms" and "community names" call-outs, and the graphify gemini install/uninstall command block. Removes all six references. Leaves the unrelated Gemini API backend for semantic extraction (--backend gemini, GEMINI_API_KEY/GOOGLE_API_KEY, the graphifyy[gemini] extra) untouched — that's a different feature (an LLM provider for `graphify extract`), not the Gemini CLI coding-agent platform this issue is about. Docs-only change; the Python install/uninstall code for the gemini platform is unchanged per the issue's explicit scope. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
Closes #1826.
Google discontinued Gemini CLI support, but README.md still listed it as a supported install/hook platform. Removes all six references:
--platform gemini,graphify gemini install)graphify gemini install/uninstallcommand blockLeaves the unrelated Gemini API backend for semantic extraction (
--backend gemini,GEMINI_API_KEY/GOOGLE_API_KEY, thegraphifyy[gemini]extra) untouched — that's a different feature (an LLM provider forgraphify extract), not the Gemini CLI coding-agent platform this issue is about.Docs-only change, per the issue's explicit scope — no runtime/install code touched.
Note: I see #1827 is already open covering the same issue — posting this as an independent pass in case it's useful as an alternative or for comparison; happy to close in favor of #1827 if preferred.
Test plan
grep -in "gemini cli" README.md→ no matches--backend gemini,GEMINI_API_KEY) are untouched in the diff🤖 Generated with Claude Code