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(providers): add Google Antigravity OAuth subscription provider
Adds a native Google Antigravity OAuth channel (`ChannelAuth::AntigravityOAuth`,
auth.toml key "google-antigravity") alongside the existing xAI / ChatGPT /
Copilot subscription providers, exposing Google-native models over Google REST.
- neenee-core: new `AntigravityOAuth` variant wired into `is_oauth`,
`oauth_provider_id`, and `default_login_method` (browser flow).
- neenee-providers: `GOOGLE_ANTIGRAVITY` OAuthConfig (public client id,
offline-access consent scope, loopback callback) with an `antigravity-oauth`
template spec; `OAuth::google_antigravity()` constructor.
- neenee-agent: OAuth bearer resolution collapses the three per-provider match
arms into a single `oauth_provider_id()`-driven lookup, so new OAuth channels
no longer need bespoke code in catalog / discovery.
- neenee-cli TUI: new `antigravity-oauth` provider template and Antigravity
labels in the custom-auth / oauth-pending views.
0 commit comments