opencode-google-auth 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-google-auth",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "_description_",
5
5
  "keywords": [
6
6
  "opencode-google-auth"
@@ -49,8 +49,8 @@ export const CLIENT_METADATA = {
49
49
  } as const
50
50
 
51
51
  export const GEMINI_CLI_MODELS = [
52
- "gemini-2.5-pro",
53
- "gemini-2.5-flash",
52
+ // "gemini-2.5-pro",
53
+ // "gemini-2.5-flash",
54
54
  "gemini-2.5-flash-lite",
55
55
  "gemini-3-pro-preview",
56
56
  "gemini-3-flash-preview",
@@ -205,7 +205,7 @@ export const antigravityConfig = (): ProviderConfigShape => ({
205
205
  ...googleProvider,
206
206
  id: antigravityConfig().SERVICE_NAME,
207
207
  name: antigravityConfig().DISPLAY_NAME,
208
- api: antigravityConfig().ENDPOINTS.at(2) as string,
208
+ api: antigravityConfig().ENDPOINTS.at(0) as string,
209
209
  models,
210
210
  }
211
211
  },