From 79f7d48e9f5626cdeb7bef093d45ba2e72f9def4 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 e3e1377..43eea71 100644 --- a/README.md +++ b/README.md @@ -162,13 +162,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-mysql@data-agent-kit +codex plugin add cloud-sql-mysql@data-cloud-plugins ``` **3. Set env vars:** @@ -176,7 +176,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 ```