@@ -76,8 +76,8 @@ For the latest version, check the [releases page][releases].
7676<summary id =" antigravity " >Antigravity</summary >
7777
7878You can use either of these two agents for Antigravity:
79- - [ Antigravity CLI] ( https://github.com/google-gemini/gemini-cli ) version ** v1.6.0 ** or higher
80- - [ Antigravity 2.0] ( https://antigravity.google/product/antigravity-2 ) version ** v2.0.0 ** or higher.
79+ - [ Antigravity CLI] ( https://github.com/google-gemini/gemini-cli ) version ** v0.1.1 ** or higher
80+ - [ Antigravity 2.0] ( https://antigravity.google/product/antigravity-2 ) version ** v0.1.1 ** or higher.
8181
8282<blockquote >
8383💡 <strong >Tip — Migrating from Gemini CLI?</strong ><br >
@@ -96,7 +96,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
9696** 1. Clone the Repo:**
9797
9898``` bash
99- git clone --branch 0.1.0 https://github.com/gemini-cli-extensions/dataproc.git
99+ git clone --branch 0.1.1 https://github.com/gemini-cli-extensions/dataproc.git
100100```
101101
102102** 2. Install the skills:**
@@ -121,7 +121,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
121121** 1. Clone the Repo:**
122122
123123``` bash
124- git clone --branch 0.1.0 https://github.com/gemini-cli-extensions/dataproc.git
124+ git clone --branch 0.1.1 https://github.com/gemini-cli-extensions/dataproc.git
125125```
126126
127127** 2. Install the skills:**
@@ -158,7 +158,7 @@ claude
158158** 3. Add the marketplace:**
159159
160160``` bash
161- /plugin marketplace add https://github.com/gemini-cli-extensions/dataproc.git#0.1.0
161+ /plugin marketplace add https://github.com/gemini-cli-extensions/dataproc.git#0.1.1
162162```
163163
164164** 4. Install the plugin:**
@@ -175,7 +175,7 @@ claude
175175** 1. Clone the Repo:**
176176
177177``` bash
178- git clone --branch 0.1.0 git@github.com:gemini-cli-extensions/dataproc.git
178+ git clone --branch 0.1.1 git@github.com:gemini-cli-extensions/dataproc.git
179179```
180180
181181** 2. Install the plugin:**
@@ -222,7 +222,7 @@ You can install skills using the `npx skills` command.
222222Run the following command in your terminal to automatically download and register the skills:
223223
224224``` bash
225- npx skills add https://github.com/gemini-cli-extensions/dataproc/tree/0.1.0
225+ npx skills add https://github.com/gemini-cli-extensions/dataproc/tree/0.1.1
226226```
227227
228228For detailed info check out the [ Skills npm package] ( https://www.npmjs.com/package/skills ) .
0 commit comments