@@ -73,8 +73,8 @@ For the latest version, check the [releases page][releases].
7373<summary id =" antigravity " >Antigravity</summary >
7474
7575You can use either of these two agents for Antigravity:
76- - [ Antigravity CLI] ( https://github.com/google-gemini/gemini-cli ) version ** v1.6.0 ** or higher
77- - [ Antigravity 2.0] ( https://antigravity.google/product/antigravity-2 ) version ** v2.0.0 ** or higher.
76+ - [ Antigravity CLI] ( https://github.com/google-gemini/gemini-cli ) version ** v0.3.5 ** or higher
77+ - [ Antigravity 2.0] ( https://antigravity.google/product/antigravity-2 ) version ** v0.3.5 ** or higher.
7878
7979<blockquote >
8080💡 <strong >Tip — Migrating from Gemini CLI?</strong ><br >
@@ -93,7 +93,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
9393** 1. Clone the Repo:**
9494
9595``` bash
96- git clone --branch 0.3.4 https://github.com/gemini-cli-extensions/looker.git
96+ git clone --branch 0.3.5 https://github.com/gemini-cli-extensions/looker.git
9797```
9898
9999** 2. Install the skills:**
@@ -118,7 +118,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
118118** 1. Clone the Repo:**
119119
120120``` bash
121- git clone --branch 0.3.4 https://github.com/gemini-cli-extensions/looker.git
121+ git clone --branch 0.3.5 https://github.com/gemini-cli-extensions/looker.git
122122```
123123
124124** 2. Install the skills:**
@@ -155,7 +155,7 @@ claude
155155** 3. Add the marketplace:**
156156
157157``` bash
158- /plugin marketplace add https://github.com/gemini-cli-extensions/looker.git#0.3.4
158+ /plugin marketplace add https://github.com/gemini-cli-extensions/looker.git#0.3.5
159159```
160160
161161** 4. Install the plugin:**
@@ -174,7 +174,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
174174** 1. Clone the Repo:**
175175
176176``` bash
177- git clone --branch 0.3.4 git@github.com:gemini-cli-extensions/looker.git
177+ git clone --branch 0.3.5 git@github.com:gemini-cli-extensions/looker.git
178178```
179179
180180** 2. Install the plugin:**
@@ -223,7 +223,7 @@ You can install skills using the `npx skills` command.
223223Run the following command in your terminal to automatically download and register the skills:
224224
225225``` bash
226- npx skills add https://github.com/gemini-cli-extensions/looker/tree/0.3.4
226+ npx skills add https://github.com/gemini-cli-extensions/looker/tree/0.3.5
227227```
228228
229229For detailed info check out the [ Skills npm package] ( https://www.npmjs.com/package/skills ) .
0 commit comments