From b2c2f14510b8165bd19bb8191d5562ced9b61256 Mon Sep 17 00:00:00 2001 From: Daniel Rosales Date: Wed, 6 May 2026 09:19:32 -0700 Subject: [PATCH] fix: Update codex commands version it seems release-please didn't update the version. potentially it is due to having multiple version strings in the same line given that the first version string was updated but not the second. I updated the commands to only use one. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0fde80..a879134 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,12 @@ Run the `claude` command to start the agent, then follow these steps: **macOS / Linux:** ```bash -curl -sSL https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/0.1.2/codex-install.sh | bash -s -- 0.1.1 +CODEX_TAG="0.1.2"; curl -sSL https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$CODEX_TAG/codex-install.sh | bash -s -- $CODEX_TAG ``` **Windows:** ```powershell -$env:CODEX_TAG="0.1.2"; irm https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/0.1.1/codex-install.ps1 | iex +$env:CODEX_TAG="0.1.2"; irm "https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$env:CODEX_TAG/codex-install.ps1" | iex ``` 2. **Install the plugin in Codex:**