Skip to content

docs: note GEMINI_API_KEY requirement for the gemini backend#16

Merged
shinpr merged 1 commit into
mainfrom
docs/gemini-cli-api-key-note
May 29, 2026
Merged

docs: note GEMINI_API_KEY requirement for the gemini backend#16
shinpr merged 1 commit into
mainfrom
docs/gemini-cli-api-key-note

Conversation

@shinpr

@shinpr shinpr commented May 29, 2026

Copy link
Copy Markdown
Owner

Summary

Google is retiring the free Gemini CLI OAuth tier (Google AI Pro/Ultra/free) on June 18, 2026, transitioning users to Antigravity CLI. The previous "run gemini once to authenticate via browser" guidance will stop working for those tiers after that date.

This PR updates the README troubleshooting note only — no code changes.

Change

  • Replace the OAuth login note with: set GEMINI_API_KEY in the environment, otherwise the gemini backend won't run. The key is passed through to the spawned CLI via the inherited process environment, so no code change is needed.

Notes

  • gemini is already listed last across the engine/support lists, so no reordering was needed.
  • Antigravity CLI (agy) is intentionally not adopted yet: it currently emits plain-text output only (no JSON/stream-json), which the backend integration depends on. Revisit once agy ships structured output.
  • Enterprise access (Gemini Code Assist Standard/Enterprise) is unaffected by the June 18 change.

🤖 Generated with Claude Code

Google is retiring the free Gemini CLI OAuth tier on June 18, 2026
(transitioning to Antigravity CLI). Update the troubleshooting note so
users set GEMINI_API_KEY in the environment instead of the now-ending
browser OAuth login; otherwise the gemini backend won't run.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@shinpr shinpr self-assigned this May 29, 2026
@shinpr shinpr merged commit 42ff4f8 into main May 29, 2026
4 checks passed
@shinpr shinpr deleted the docs/gemini-cli-api-key-note branch May 29, 2026 05:01
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.

1 participant