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: align Claude thinking variants with API effort levels, remove gemini-3-pro
- Add medium/high/max thinking variants for Claude Opus 4.6 (low/medium/high/max)
- Add low/medium/high thinking variants for Claude Sonnet 4.6 Thinking
- Add 'max' to ThinkingTier type, TIER_REGEX, and THINKING_TIER_BUDGETS
- Remove antigravity-gemini-3-pro model definition
- Remove gemini-3-pro-preview CLI model definition
- Update all aliases, tests, docs, and scripts
- Include claude-sonnet-4-6-thinking model support (supersedes PR #496)
Supersedes: #496
Enable Opencode to authenticate against **Antigravity** (Google's IDE) via OAuth so you can use Antigravity rate limits and access models like `gemini-3-pro` and `claude-opus-4-6-thinking` with your Google credentials.
9
+
Enable Opencode to authenticate against **Antigravity** (Google's IDE) via OAuth so you can use Antigravity rate limits and access models like `gemini-3.1-pro` and `claude-opus-4-6-thinking` with your Google credentials.
10
10
11
11
## What You Get
12
12
13
-
-**Claude Opus 4.6, Sonnet 4.6** and **Gemini 3 Pro/Flash** via Google OAuth
13
+
-**Claude Opus 4.6, Sonnet 4.6** and **Gemini 3.1 Pro/Flash** via Google OAuth
14
14
-**Multi-account support** — add multiple Google accounts, auto-rotates when rate-limited
15
15
-**Dual quota system** — access both Antigravity and Gemini CLI quotas from one plugin
16
16
-**Thinking models** — extended thinking for Claude and Gemini 3 with configurable budgets
@@ -117,12 +117,11 @@ opencode run "Hello" --model=google/antigravity-claude-opus-4-6-thinking --varia
117
117
118
118
| Model | Variants | Notes |
119
119
|-------|----------|-------|
120
-
|`antigravity-gemini-3-pro`| low, high | Gemini 3 Pro with thinking |
121
120
|`antigravity-gemini-3.1-pro`| low, high | Gemini 3.1 Pro with thinking (rollout-dependent) |
122
121
|`antigravity-gemini-3-flash`| minimal, low, medium, high | Gemini 3 Flash with thinking |
123
122
|`antigravity-claude-sonnet-4-6`| — | Claude Sonnet 4.6 |
124
123
|`antigravity-claude-sonnet-4-6-thinking`| low, medium, high | Claude Sonnet 4.6 with extended thinking |
125
-
|`antigravity-claude-opus-4-6-thinking`| low, max | Claude Opus 4.6 with extended thinking |
124
+
|`antigravity-claude-opus-4-6-thinking`| low, medium, high, max | Claude Opus 4.6 with extended thinking |
126
125
127
126
**Gemini CLI quota** (separate from Antigravity; used when `cli_first` is true or as fallback):
128
127
@@ -131,7 +130,6 @@ opencode run "Hello" --model=google/antigravity-claude-opus-4-6-thinking --varia
0 commit comments