Skip to content

Commit 3b6a03a

Browse files
committed
fix: remove api:antigravity field causing auth issues
The api: "antigravity" field being added to opencode.json causes authentication failures with the antigravity plugin. Fixes: NoeFabris/opencode-antigravity-auth#49
1 parent 6b34373 commit 3b6a03a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cli/config-manager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ export async function runBunInstall(): Promise<boolean> {
362362
export const ANTIGRAVITY_PROVIDER_CONFIG = {
363363
google: {
364364
name: "Google",
365-
api: "antigravity",
366365
// NOTE: opencode-antigravity-auth expects full model specs (name/limit/modalities).
367366
// If these are incomplete, models may appear but fail at runtime (e.g. 404).
368367
models: {

0 commit comments

Comments
 (0)