From 0b11ec15102af15e0d594567f66d5d8a2838ddaf Mon Sep 17 00:00:00 2001 From: Haoyu Wang Date: Mon, 21 Sep 2026 10:43:32 -0400 Subject: [PATCH] docs: rename Codex marketplace to data-cloud-plugins The marketplace this plugin is published to was renamed from data-agent-kit to data-cloud-plugins. Update the Codex install instructions to match the new marketplace name and repo path. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a1488f..b055180 100644 --- a/README.md +++ b/README.md @@ -160,13 +160,13 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or **1. Install marketplace:** ```bash -codex plugin marketplace add GoogleCloudPlatform/data-agent-kit +codex plugin marketplace add GoogleCloudPlatform/data-cloud-plugins ``` **2. Install the plugin:** ```bash -codex plugin add cloud-sql-sqlserver@data-agent-kit +codex plugin add cloud-sql-sqlserver@data-cloud-plugins ``` **3. Set env vars:** @@ -174,7 +174,7 @@ Enter your environment vars as described in the [configuration section](#configu **4. (Optional) Update the marketplace:** ```sh -codex plugin marketplace upgrade data-agent-kit +codex plugin marketplace upgrade data-cloud-plugins ```