@@ -40,7 +40,7 @@ Ensure you have the following installed:
4040
4141## Getting Started
4242
43- <!-- { x-release-please-start-version} -->
43+ <!-- x-release-please-start-version -->
4444
4545### Installation
4646
@@ -51,7 +51,7 @@ Choose the installation method for your preferred coding agent. Run the commands
5151
5252Install the extension directly from GitHub:
5353``` bash
54- gemini extensions install https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack --ref 0.1.1
54+ gemini extensions install https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack --ref < ! -- x-release-please-version -- > 0.1.1< ! -- x-release-please-end -- >
5555```
5656</details >
5757
@@ -62,7 +62,7 @@ Run the `claude` command to start the agent, then follow these steps:
6262
63631 . ** Add the marketplace:**
6464``` bash
65- /plugin marketplace add https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack#0.1.1
65+ /plugin marketplace add https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack#< ! -- x-release-please-version -- > 0.1.1< ! -- x-release-please-end -- >
6666```
6767
68682 . ** Install the plugin:**
@@ -78,12 +78,12 @@ Run the `claude` command to start the agent, then follow these steps:
7878
7979** macOS / Linux:**
8080``` bash
81- curl -sSL https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/0.1.1/codex-install.sh | bash -s -- 0.1.1
81+ curl -sSL https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/< ! -- x-release-please-version -- > 0.1.1< ! -- x-release-please-end -- > /codex-install.sh | bash -s -- < ! -- x-release-please-version -- > 0.1.1< ! -- x-release-please-end -- >
8282```
8383
8484** Windows:**
8585``` powershell
86- $env:CODEX_TAG="0.1.1"; irm https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/0.1.1/codex-install.ps1 | iex
86+ $env:CODEX_TAG="<!-- x-release-please-version --> 0.1.1<!-- x-release-please-end --> "; irm https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/<!-- x-release-please-version --> 0.1.1<!-- x-release-please-end --> /codex-install.ps1 | iex
8787```
8888
89892 . ** Install the plugin in Codex:**
@@ -127,22 +127,19 @@ Edit the configuration file:
127127<summary ><b >Claude Code</b ></summary >
128128
129129Edit the configuration file:
130- ` ~/.claude/plugins/cache/data-agent-kit-starter-pack-marketplace/data-agent-kit-starter-pack/0.1.1/.mcp.json `
130+ ` ~/.claude/plugins/cache/data-agent-kit-starter-pack-marketplace/data-agent-kit-starter-pack/<!-- x-release-please-version --> 0.1.1<!-- x-release-please-end --> /.mcp.json `
131131</details >
132132
133133<details >
134134<summary ><b >Codex</b ></summary >
135135
1361361 . Edit the configuration file:
137- ` ~/.agents /plugins/data-agent-kit-starter-pack/.mcp.json `
137+ ` ~/.codex /plugins/cache/personal/ data-agent-kit-starter-pack/<!-- x-release-please-version -->0.1.1<!-- x-release-please-end --> /.mcp.json `
138138
139- 2 . Use the interactive options to uninstall and install the plugin with the name ` Data Agent Kit Starter Pack ` :
140- ``` bash
141- /plugins
142- ```
139+ 2 . Restart Codex.
143140</details >
144141
145- <!-- { x-release-please-end} -->
142+ <!-- x-release-please-end -->
146143
147144## Usage Examples
148145
0 commit comments