@@ -81,8 +81,8 @@ For the latest version, check the [releases page][releases].
8181<summary id =" antigravity " >Antigravity</summary >
8282
8383You can use either of these two agents for Antigravity:
84- - [ Antigravity CLI] ( https://github.com/google-gemini/gemini-cli ) version ** v1.6.0 ** or higher
85- - [ Antigravity 2.0] ( https://antigravity.google/product/antigravity-2 ) version ** v2.0.0 ** or higher.
84+ - [ Antigravity CLI] ( https://github.com/google-gemini/gemini-cli ) version ** v0.2.2 ** or higher
85+ - [ Antigravity 2.0] ( https://antigravity.google/product/antigravity-2 ) version ** v0.2.2 ** or higher.
8686
8787<blockquote >
8888💡 <strong >Tip — Migrating from Gemini CLI?</strong ><br >
@@ -101,7 +101,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
101101** 1. Clone the Repo:**
102102
103103``` bash
104- git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
104+ git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
105105```
106106
107107** 2. Install the skills:**
@@ -126,7 +126,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
126126** 1. Clone the Repo:**
127127
128128``` bash
129- git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
129+ git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git
130130```
131131
132132** 2. Install the skills:**
@@ -163,7 +163,7 @@ claude
163163** 3. Add the marketplace:**
164164
165165``` bash
166- /plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.1
166+ /plugin marketplace add https://github.com/gemini-cli-extensions/bigquery-data-analytics.git#0.2.2
167167```
168168
169169** 4. Install the plugin:**
@@ -182,7 +182,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
182182** 1. Clone the Repo:**
183183
184184``` bash
185- git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git
185+ git clone --branch 0.2.2 git@github.com:gemini-cli-extensions/bigquery-data-analytics.git
186186```
187187
188188** 2. Install the plugin:**
@@ -231,7 +231,7 @@ You can install skills using the `npx skills` command.
231231Run the following command in your terminal to automatically download and register the skills:
232232
233233``` bash
234- npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.1
234+ npx skills add https://github.com/gemini-cli-extensions/bigquery-data-analytics/tree/0.2.2
235235```
236236
237237For detailed info check out the [ Skills npm package] ( https://www.npmjs.com/package/skills ) .
0 commit comments