From 12da556712b23c549f3c6ab02da281d3550d96be Mon Sep 17 00:00:00 2001 From: Anthony Hausman Date: Sun, 14 Jun 2026 15:16:22 +0200 Subject: [PATCH] feat(plugins): add Antigravity CLI Auth plugin Add configuration for the OpenCode Antigravity CLI Auth plugin to the registry. This enables authentication with Google accounts for users to leverage their existing Antigravity plans. --- data/plugins/agy-auth.yaml | 4 ++++ dist/registry.json | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 data/plugins/agy-auth.yaml diff --git a/data/plugins/agy-auth.yaml b/data/plugins/agy-auth.yaml new file mode 100644 index 0000000..0ceb28b --- /dev/null +++ b/data/plugins/agy-auth.yaml @@ -0,0 +1,4 @@ +name: OpenCode Antigravity CLI Auth +repo: https://github.com/anthonyhaussman/opencode-agy-auth +tagline: Google Antigravity account auth +description: Authenticate the Opencode CLI with your Google account so you can use your existing Antigravity plan. diff --git a/dist/registry.json b/dist/registry.json index 2267cf1..a3e29a1 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -251,6 +251,18 @@ ], "tags": [] }, + { + "productId": "antigravity-auth", + "type": "plugins", + "displayName": "Antigravity Auth", + "repoUrl": "https://github.com/anthonyhaussman/opencode-agy-auth", + "tagline": "Google Antigravity account auth", + "description": "Authenticate the Opencode CLI with your Google account so you can use your existing Antigravity plan.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "google-ai-search", "type": "plugins",