@@ -87,8 +87,8 @@ For the latest version, check the [releases page][releases].
8787<summary id =" antigravity " >Antigravity</summary >
8888
8989You can use either of these two agents for Antigravity:
90- - [ Antigravity CLI] ( https://github.com/google-gemini/gemini-cli ) version ** v1.6.0 ** or higher
91- - [ Antigravity 2.0] ( https://antigravity.google/product/antigravity-2 ) version ** v2.0.0 ** or higher.
90+ - [ Antigravity CLI] ( https://github.com/google-gemini/gemini-cli ) version ** v0.2.1 ** or higher
91+ - [ Antigravity 2.0] ( https://antigravity.google/product/antigravity-2 ) version ** v0.2.1 ** or higher.
9292
9393<blockquote >
9494💡 <strong >Tip — Migrating from Gemini CLI?</strong ><br >
@@ -107,7 +107,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
107107** 1. Clone the Repo:**
108108
109109``` bash
110- git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
110+ git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
111111```
112112
113113** 2. Install the skills:**
@@ -132,7 +132,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
132132** 1. Clone the Repo:**
133133
134134``` bash
135- git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
135+ git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
136136```
137137
138138** 2. Install the skills:**
@@ -169,7 +169,7 @@ claude
169169** 3. Add the marketplace:**
170170
171171``` bash
172- /plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-mysql.git#0.2.0
172+ /plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-mysql.git#0.2.1
173173```
174174
175175** 4. Install the plugin:**
@@ -188,7 +188,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
188188** 1. Clone the Repo:**
189189
190190``` bash
191- git clone --branch 0.2.0 git@github.com:gemini-cli-extensions/cloud-sql-mysql.git
191+ git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/cloud-sql-mysql.git
192192```
193193
194194** 2. Install the plugin:**
@@ -240,7 +240,7 @@ You can install skills using the `npx skills` command.
240240Run the following command in your terminal to automatically download and register the skills:
241241
242242``` bash
243- npx skills add https://github.com/gemini-cli-extensions/cloud-sql-mysql/tree/0.2.0
243+ npx skills add https://github.com/gemini-cli-extensions/cloud-sql-mysql/tree/0.2.1
244244```
245245
246246For detailed info check out the [ Skills npm package] ( https://www.npmjs.com/package/skills ) .
0 commit comments