You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(auth): add Gemini CLI OAuth authentication support
Add OAuth login flow for Gemini CLI in headless/Docker environments:
- Users can now authenticate via "Gemini CLI: login via OAuth (Google account)"
- OAuth flow runs Gemini CLI with NO_BROWSER=true inside Docker container
- User visits auth URL, copies authorization code, and pastes it back
- Credentials stored in account-specific .gemini directory
This addresses user feedback about needing to paste OAuth callback URLs
when browser redirect to localhost doesn't work in Docker.
Fixes#146
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments