From 68f0a6063dfaab7a2e937cf661197972a9909396 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 8cd8c58..427e663 100644 --- a/README.md +++ b/README.md @@ -156,13 +156,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 bigquery-data-analytics@data-agent-kit +codex plugin add bigquery-data-analytics@data-cloud-plugins ``` **3. Set env vars:** @@ -170,7 +170,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 ```