opencode-antigravity-auth 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/README.md +13 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -27,7 +27,7 @@ Then create or edit the config file at `~/.config/opencode/opencode.json`:
27
27
 
28
28
  ```json
29
29
  {
30
- "plugin": ["opencode-antigravity-auth@1.1.2"]
30
+ "plugin": ["opencode-antigravity-auth@1.1.3"]
31
31
  }
32
32
  ```
33
33
 
@@ -59,7 +59,7 @@ Open the **same config file** you created in Step 1 (`~/.config/opencode/opencod
59
59
 
60
60
  ```json
61
61
  {
62
- "plugin": ["opencode-antigravity-auth@1.1.2"],
62
+ "plugin": ["opencode-antigravity-auth@1.1.3"],
63
63
  "provider": {
64
64
  "google": {
65
65
  "models": {
@@ -85,6 +85,17 @@ Open the **same config file** you created in Step 1 (`~/.config/opencode/opencod
85
85
  "output": ["text"]
86
86
  }
87
87
  },
88
+ "gemini-3-flash": {
89
+ "name": "Gemini 3 Flash (Antigravity)",
90
+ "limit": {
91
+ "context": 1048576,
92
+ "output": 65536
93
+ },
94
+ "modalities": {
95
+ "input": ["text", "image", "pdf"],
96
+ "output": ["text"]
97
+ }
98
+ },
88
99
  "claude-sonnet-4-5": {
89
100
  "name": "Claude Sonnet 4.5 (Antigravity)",
90
101
  "limit": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-antigravity-auth",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Google Antigravity IDE OAuth auth plugin for Opencode - access Gemini 3 Pro and Claude 4.5 using Google credentials",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -55,4 +55,4 @@
55
55
  "dependencies": {
56
56
  "@openauthjs/openauth": "^0.4.3"
57
57
  }
58
- }
58
+ }