Skip to content

Commit 5ac0235

Browse files
chore(main): release 0.1.2
1 parent 6cd5114 commit 5ac0235

8 files changed

Lines changed: 23 additions & 11 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-agent-kit-starter-pack",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
55
"mcpServers": "./.claude-mcp.json"
66
}

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-agent-kit-starter-pack",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
55
"skills": "./skills/",
66
"interface": {

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/compare/0.1.1...0.1.2) (2026-05-04)
4+
5+
6+
### Features
7+
8+
* split notebook and visualization MCP servers ([#51](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/issues/51)) ([3e4c2d1](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/commit/3e4c2d16f06c90c44b9c0df51ae8c91ef452d559))
9+
10+
11+
### Bug Fixes
12+
13+
* use tags for codex installation scripts ([#52](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/issues/52)) ([6cd5114](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/commit/6cd5114531dc807c9b8894b3511bb7b399afabad))
14+
315
## [0.1.1](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/compare/0.1.0...0.1.1) (2026-04-28)
416

517

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Choose the installation method for your preferred coding agent. Run the commands
5151

5252
Install 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 0.1.2
5555
```
5656
</details>
5757

@@ -62,7 +62,7 @@ Run the `claude` command to start the agent, then follow these steps:
6262

6363
1. **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#0.1.2
6666
```
6767

6868
2. **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/0.1.2/codex-install.sh | bash -s -- 0.1.1
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="0.1.2"; irm https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/0.1.1/codex-install.ps1 | iex
8787
```
8888

8989
2. **Install the plugin in Codex:**
@@ -127,7 +127,7 @@ Edit the configuration file:
127127
<summary><b>Claude Code</b></summary>
128128

129129
Edit 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/0.1.2/.mcp.json`
131131
</details>
132132

133133
<details>

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-agent-kit-starter-pack",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
55
"mcpServers": {
66
"notebook": {

mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/standalone-notebook-mcp",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"description": "Standalone MCP server for notebook manipulation",
66
"main": "server.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-agent-kit-starter-pack",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Developer toolkit for Data Cloud and AI integrations",
55
"bin": {
66
"notebook-tools": "mcp/dist/index.js"

0 commit comments

Comments
 (0)