opencode-antigravity-auth 1.2.6 → 1.2.7-beta.0

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ If the agent only installs the plugin, ask it to also add models under `provider
43
43
 
44
44
  ```json
45
45
  {
46
- "plugin": ["opencode-antigravity-auth@1.2.6"]
46
+ "plugin": ["opencode-antigravity-auth@1.2.4"]
47
47
  }
48
48
  ```
49
49
 
@@ -61,7 +61,7 @@ If the agent only installs the plugin, ask it to also add models under `provider
61
61
 
62
62
  ```json
63
63
  {
64
- "plugin": ["opencode-antigravity-auth@1.2.6"],
64
+ "plugin": ["opencode-antigravity-auth@1.2.4"],
65
65
  "provider": {
66
66
  "google": {
67
67
  "models": {
@@ -111,14 +111,14 @@ mkdir -p ~/.config/opencode
111
111
 
112
112
  if [ -f ~/.config/opencode/opencode.json ]; then
113
113
  if command -v jq &> /dev/null; then
114
- jq '.plugin = ((.plugin // []) + ["opencode-antigravity-auth@1.2.6"] | unique)' \
114
+ jq '.plugin = ((.plugin // []) + ["opencode-antigravity-auth@1.2.4"] | unique)' \
115
115
  ~/.config/opencode/opencode.json > /tmp/oc.json && \
116
116
  mv /tmp/oc.json ~/.config/opencode/opencode.json
117
117
  else
118
- echo "Add \"opencode-antigravity-auth@1.2.6\" to the plugin array manually"
118
+ echo "Add \"opencode-antigravity-auth@1.2.4\" to the plugin array manually"
119
119
  fi
120
120
  else
121
- echo '{"plugin":["opencode-antigravity-auth@1.2.6"]}' > ~/.config/opencode/opencode.json
121
+ echo '{"plugin":["opencode-antigravity-auth@1.2.4"]}' > ~/.config/opencode/opencode.json
122
122
  fi
123
123
  ```
124
124
 
@@ -207,7 +207,7 @@ Version 1.2.5 introduces significant reliability improvements for Claude models.
207
207
 
208
208
  ```json
209
209
  {
210
- "plugin": ["opencode-antigravity-auth@1.2.6"]
210
+ "plugin": ["opencode-antigravity-auth@1.2.5"]
211
211
  }
212
212
  ```
213
213
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-antigravity-auth",
3
- "version": "1.2.6",
3
+ "version": "1.2.7-beta.0",
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",