You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+68-42Lines changed: 68 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
> [!NOTE]
4
4
> Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
5
5
6
-
This repository provides a set of agent skills to interact with [Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres) instances. These skills can be used with various AI agents, including [Gemini CLI](https://google-gemini.github.io/gemini-cli/), Claude Code, and Codex, to manage your databases, execute queries, explore schemas, and troubleshoot issues using natural language prompts.
6
+
This repository provides a set of agent skills to interact with [Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres) instances. These skills can be used with various AI agents, including [Antigravity](https://antigravity.google/), [Claude Code](https://claude.com/product/claude-code) and [Codex](https://developers.openai.com/codex), to manage your databases, execute queries, explore schemas, and troubleshoot issues using natural language prompts.
7
7
8
8
> [!IMPORTANT]
9
9
> **We Want Your Feedback!**
@@ -19,10 +19,9 @@ This repository provides a set of agent skills to interact with [Cloud SQL for P
@@ -40,10 +39,11 @@ This repository provides a set of agent skills to interact with [Cloud SQL for P
40
39
Before you begin, ensure you have the following:
41
40
42
41
- One of these AI agents installed
43
-
-[Gemini CLI](https://github.com/google-gemini/gemini-cli) version **v0.6.0** or higher
44
-
-[Claude Code](https://claude.com/product/claude-code) version **v2.1.94** or higher
45
-
-[Codex](https://developers.openai.com/codex)**v0.117.0** or higher
46
-
-[Antigravity](https://antigravity.google)**v1.14.2** or higher
42
+
- Antigravity
43
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
44
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
45
+
-[Claude Code](https://claude.com/product/claude-code) version **v2.1.94** or higher.
46
+
-[Codex](https://developers.openai.com/codex)**v0.117.0** or higher.
47
47
- A Google Cloud project with the **Cloud SQL Admin API** enabled.
48
48
- Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
49
49
- IAM Permissions:
@@ -83,34 +83,73 @@ For the latest version, check the [releases page][releases].
83
83
<!-- {x-release-please-start-version} -->
84
84
85
85
<detailsopen>
86
-
<summaryid="gemini-cli">Gemini CLI</summary>
86
+
<summaryid="antigravity">Antigravity</summary>
87
+
88
+
You can use either of these two agents for Antigravity:
89
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
90
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
91
+
92
+
<blockquote>
93
+
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
94
+
If you previously installed this extension with <code>gemini extensions install</code>, you can convert it to an Antigravity plugin instead of reinstalling from scratch:
95
+
<ul>
96
+
<li><strong>On first launch of Antigravity CLI</strong>, accept the Migration Options prompt to automatically convert your installed Gemini CLI extensions to Antigravity plugins.</li>
See <ahref="https://antigravity.google/docs/gcli-migration">Migrating from Gemini CLI</a> for details on plugins, context files (<code>GEMINI.md</code> / <code>AGENTS.md</code>), and MCP server config differences.
During the installation, enter your environment vars as described in the [configuration section](#configuration).
124
+
**3. Set env vars:**
125
+
Set your environment vars as described in the [configuration section](#configuration).
126
+
127
+
_(Tip: Antigravity 2.0 automatically discovers skills in these directories at the start of a session. You can verify they are active by running the `/skills` command in your active session.)_
_(Tip: Run `/extensions list` to verify your configuration and active extensions.)_
149
+
**3. Set env vars:**
150
+
Set your environment vars as described in the [configuration section](#configuration).
109
151
110
-
> [!WARNING]
111
-
> **Changing Instance & Database Connections**
112
-
> Currently, the database connection must be configured before starting the agent and can not be changed during a session.
113
-
> To save and resume conversation history in Gemini CLI use command: `/chat save <tag>` and `/chat resume <tag>`.
152
+
_(Tip: Antigravity CLI automatically discovers skills in these directories at the start of a session. You can verify they are active by running the `/skills` command in your active session.)_
114
153
115
154
</details>
116
155
@@ -184,33 +223,20 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
0 commit comments