fix: remove api:antigravity field causing auth issues (#211)
The api: "antigravity" field being added to opencode.json causes authentication failures with the antigravity plugin. Fixes: NoeFabris/opencode-antigravity-auth#49
This commit is contained in:
@@ -362,7 +362,6 @@ export async function runBunInstall(): Promise<boolean> {
|
||||
export const ANTIGRAVITY_PROVIDER_CONFIG = {
|
||||
google: {
|
||||
name: "Google",
|
||||
api: "antigravity",
|
||||
// NOTE: opencode-antigravity-auth expects full model specs (name/limit/modalities).
|
||||
// If these are incomplete, models may appear but fail at runtime (e.g. 404).
|
||||
models: {
|
||||
|
||||
Reference in New Issue
Block a user