@@ -74,8 +74,8 @@ For the latest version, check the [releases page][releases].
7474<summary id =" antigravity " >Antigravity</summary >
7575
7676You can use either of these two agents for Antigravity:
77- - [ Antigravity CLI] ( https://github.com/google-gemini/gemini-cli ) version ** v1.6.0 ** or higher
78- - [ Antigravity 2.0] ( https://antigravity.google/product/antigravity-2 ) version ** v2.0.0 ** or higher.
77+ - [ Antigravity CLI] ( https://github.com/google-gemini/gemini-cli ) version ** v0.2.2 ** or higher
78+ - [ Antigravity 2.0] ( https://antigravity.google/product/antigravity-2 ) version ** v0.2.2 ** or higher.
7979
8080<blockquote >
8181💡 <strong >Tip — Migrating from Gemini CLI?</strong ><br >
@@ -94,7 +94,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
9494** 1. Clone the Repo:**
9595
9696``` bash
97- git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/oracledb.git
97+ git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/oracledb.git
9898```
9999
100100** 2. Install the skills:**
@@ -119,7 +119,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
119119** 1. Clone the Repo:**
120120
121121``` bash
122- git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/oracledb.git
122+ git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/oracledb.git
123123```
124124
125125** 2. Install the skills:**
@@ -156,7 +156,7 @@ claude
156156** 3. Add the marketplace:**
157157
158158``` bash
159- /plugin marketplace add https://github.com/gemini-cli-extensions/oracledb.git#0.2.1
159+ /plugin marketplace add https://github.com/gemini-cli-extensions/oracledb.git#0.2.2
160160```
161161
162162** 4. Install the plugin:**
@@ -175,7 +175,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
175175** 1. Clone the Repo:**
176176
177177``` bash
178- git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/oracledb.git
178+ git clone --branch 0.2.2 git@github.com:gemini-cli-extensions/oracledb.git
179179```
180180
181181** 2. Install the plugin:**
@@ -227,7 +227,7 @@ You can install skills using the `npx skills` command.
227227Run the following command in your terminal to automatically download and register the skills:
228228
229229``` bash
230- npx skills add https://github.com/gemini-cli-extensions/oracledb/tree/0.2.1
230+ npx skills add https://github.com/gemini-cli-extensions/oracledb/tree/0.2.2
231231```
232232
233233For detailed info check out the [ Skills npm package] ( https://www.npmjs.com/package/skills ) .
0 commit comments