Skip to content

docs: remove outdated Gemini CLI support references#1848

Open
Mohak-Agrawal wants to merge 1 commit into
Graphify-Labs:v8from
Mohak-Agrawal:fix/1826-remove-gemini-cli-docs
Open

docs: remove outdated Gemini CLI support references#1848
Mohak-Agrawal wants to merge 1 commit into
Graphify-Labs:v8from
Mohak-Agrawal:fix/1826-remove-gemini-cli-docs

Conversation

@Mohak-Agrawal

Copy link
Copy Markdown

Summary

Closes #1826.

Google discontinued Gemini CLI support, but README.md still listed it as a supported install/hook platform. Removes all six references:

  • the tagline platform list
  • both install-command tables (--platform gemini, graphify gemini install)
  • the "hook platforms" call-out
  • the graphify gemini install/uninstall command block
  • the "community names" call-out

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, 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
  • Confirmed the Gemini API backend rows/paragraphs (--backend gemini, GEMINI_API_KEY) are untouched in the diff

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: remove outdated Gemini CLI support references

1 participant