From fb027da8bbae7548ca23e19cd069a17eb9194948 Mon Sep 17 00:00:00 2001 From: "blinkagent[bot]" <237617714+blinkagent[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 22:06:44 +0500 Subject: [PATCH] docs: add Antigravity IDE integration documentation (#22177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #21130 Adds documentation for Google Antigravity IDE integration, following the same pattern as Cursor and Windsurf (dedicated page for desktop IDEs). **Changes:** - `docs/user-guides/workspace-access/antigravity.md` — New dedicated page with install guide, Coder extension setup, and template configuration example using the [Antigravity registry module](https://registry.coder.com/modules/coder/antigravity) - `docs/user-guides/workspace-access/index.md` — Added Antigravity IDE section alongside Cursor and Windsurf - `docs/manifest.json` — Added sidebar navigation entry after Windsurf Antigravity uses the `antigravity://` protocol (added in #20873) and the built-in `/icon/antigravity.svg` icon (added in #21068). The [registry module](https://registry.coder.com/modules/coder/antigravity) wraps `vscode-desktop-core` with `protocol = "antigravity"`. Created on behalf of @matifali Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> --- docs/manifest.json | 5 ++ .../workspace-access/antigravity.md | 68 +++++++++++++++++++ docs/user-guides/workspace-access/index.md | 7 ++ 3 files changed, 80 insertions(+) create mode 100644 docs/user-guides/workspace-access/antigravity.md diff --git a/docs/manifest.json b/docs/manifest.json index c1819a9918..f6ebff7526 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -293,6 +293,11 @@ "title": "Windsurf", "description": "Access your workspace with Windsurf", "path": "./user-guides/workspace-access/windsurf.md" + }, + { + "title": "Antigravity", + "description": "Access your workspace with Antigravity", + "path": "./user-guides/workspace-access/antigravity.md" } ] }, diff --git a/docs/user-guides/workspace-access/antigravity.md b/docs/user-guides/workspace-access/antigravity.md new file mode 100644 index 0000000000..b89b29d10c --- /dev/null +++ b/docs/user-guides/workspace-access/antigravity.md @@ -0,0 +1,68 @@ +# Antigravity + +[Antigravity](https://antigravity.google/) is Google's desktop IDE. + +Follow this guide to use Antigravity to access your Coder workspaces. + +If your team uses Antigravity regularly, ask your Coder administrator to add Antigravity as a workspace application in your template. +You can also use the [Antigravity module](https://registry.coder.com/modules/coder/antigravity) to easily add Antigravity to your Coder templates. + +## Install Antigravity + +Antigravity connects to your Coder workspaces using the Coder extension: + +1. [Install Antigravity](https://antigravity.google/) on your local machine. + +1. Open Antigravity and sign in with your Google account. + +## Install the Coder extension + +1. You can install the Coder extension through the Marketplace built in to Antigravity or manually. + +