diff options
Diffstat (limited to 'opencode/.config')
| -rw-r--r-- | opencode/.config/opencode/opencode.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/opencode/.config/opencode/opencode.json b/opencode/.config/opencode/opencode.json index bac72c4..2ae9375 100644 --- a/opencode/.config/opencode/opencode.json +++ b/opencode/.config/opencode/opencode.json @@ -1,7 +1,9 @@ { "$schema": "https://opencode.ai/config.json", - "plugin": ["opencode-gemini-auth@latest"], - "plugin": ["opencode-claude-auth@latest"], + "plugin": [ + "opencode-claude-auth@latest", + "opencode-antigravity-auth@latest" + ], "agent": { "hack": { @@ -18,6 +20,6 @@ }, "test": { "color": "#D38CFF" - }, - }, + } + } } |
