-
Notifications
You must be signed in to change notification settings - Fork 882
feat: add Google OAuth authentication support #440
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
Conversation
izyuumi
commented
Jun 27, 2025
- Implement Google OAuth authorization flow
- Add callback server for handling OAuth responses
- Integrate Google authentication into CLI commands
- Enable access token management for Google users
- Implement Google OAuth authorization flow - Add callback server for handling OAuth responses - Integrate Google authentication into CLI commands - Enable access token management for Google users
This PR would fix #402 |
check the cline implementation of gemini cli as provider |
Thank you for the advice. I'll note this here for myself: cline/cline#4472 |
Is this PR something similar to what Gemini CLI has when we log in with our Google Account and then still have free access to Gemini 2.5 Pro models? Or is it still like the API where there is only a free tier on the 2.5 flash only?? |
@Gibgoyt The former, where it's like Google CLI free access to Gemini 2.5 Pro! |
…t API - Add Gemini CLI OAuth credentials format compatibility - Implement Google Cloud Code Assist API integration - Add automatic project discovery functionality - Support both Auth system and Gemini CLI credential storage 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
I now need a |
Thanks for the info. If you could help, it'd be really appreciated @thdxr |
https://x.com/cline/status/1939129177807913024 i'm still planning on making a plugin system and people can load their own plugins but we can't support this officially |
Makes sense 😭 |
@thdxr Please see cline/cline#4495 - unless I'm misunderstanding, it looks like the Gemini CLI maintainer isn't against other agents routing requests through their offering as long as it's done in the right way. Seems that he's already collaborating with the Cline team to get this done, so maybe opencode can launch a similar collab? |