Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "0.2.1",
"version": "0.2.2",
"description": "Connect, query, and interact with Oracle Databases and their data.",
"author": {
"name": "Google LLC",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "0.2.1",
"version": "0.2.2",
"description": "Connect, query, and interact with Oracle Databases and their data within Gemini CLI.",
"author": {
"name": "Google LLC",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.1"
".": "0.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/gemini-cli-extensions/oracledb/compare/0.2.1...0.2.2) (2026-05-26)


### Features

* **deps:** update dependency googleapis/mcp-toolbox to v1.3.0 ([#43](https://github.com/gemini-cli-extensions/oracledb/issues/43)) ([5623910](https://github.com/gemini-cli-extensions/oracledb/commit/56239109760fd8ea838a56c946400347467bfa6d))

## [0.2.1](https://github.com/gemini-cli-extensions/oracledb/compare/0.2.0...0.2.1) (2026-05-11)


Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ For the latest version, check the [releases page][releases].
<summary id="antigravity">Antigravity</summary>

You can use either of these two agents for Antigravity:
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.2.2** or higher
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.2** or higher.

<blockquote>
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
Expand All @@ -94,7 +94,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
**1. Clone the Repo:**

```bash
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/oracledb.git
git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/oracledb.git
```

**2. Install the skills:**
Expand All @@ -119,7 +119,7 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th
**1. Clone the Repo:**

```bash
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/oracledb.git
git clone --branch 0.2.2 https://github.com/gemini-cli-extensions/oracledb.git
```

**2. Install the skills:**
Expand Down Expand Up @@ -156,7 +156,7 @@ claude
**3. Add the marketplace:**

```bash
/plugin marketplace add https://github.com/gemini-cli-extensions/oracledb.git#0.2.1
/plugin marketplace add https://github.com/gemini-cli-extensions/oracledb.git#0.2.2
```

**4. Install the plugin:**
Expand All @@ -175,7 +175,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
**1. Clone the Repo:**

```bash
git clone --branch 0.2.1 git@github.com:gemini-cli-extensions/oracledb.git
git clone --branch 0.2.2 git@github.com:gemini-cli-extensions/oracledb.git
```

**2. Install the plugin:**
Expand Down Expand Up @@ -224,7 +224,7 @@ You can install skills using the `npx skills` command.
Run the following command in your terminal to automatically download and register the skills:

```bash
npx skills add https://github.com/gemini-cli-extensions/oracledb/tree/0.2.1
npx skills add https://github.com/gemini-cli-extensions/oracledb/tree/0.2.2
```

For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills).
Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "0.2.1",
"version": "0.2.2",
"description": "Connect, query, and interact with Oracle Databases and their data within Gemini CLI.",
"contextFileName": "ORACLEDB.md",
"settings": [
Expand Down
Loading