Skip to content

Commit 25b458a

Browse files
chore(main): release 0.4.1
1 parent 86cd020 commit 25b458a

8 files changed

Lines changed: 18 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": "dak",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
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
"author": {
66
"name": "Google LLC",

.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": "dak",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
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.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

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

3+
## [0.4.1](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/compare/0.4.0...0.4.1) (2026-06-18)
4+
5+
6+
### Features
7+
8+
* rename plugin to dak and remove toolbox from mcp server names ([#99](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/issues/99)) ([cb3a6e8](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/commit/cb3a6e85b7b0607c09479216597a92f0dcf693ce))
9+
310
## [0.4.0](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/compare/0.2.0...0.4.0) (2026-06-11)
411

512

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ agy plugin install https://github.com/gemini-cli-extensions/data-agent-kit-start
6161

6262
Install the extension directly from GitHub:
6363
```bash
64-
gemini extensions install https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack --ref 0.4.0
64+
gemini extensions install https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack --ref 0.4.1
6565
```
6666
</details>
6767

@@ -83,12 +83,12 @@ Run the `claude` command to start the agent, then follow these steps:
8383

8484
**macOS / Linux:**
8585
```bash
86-
CODEX_TAG="0.4.0"; curl -sSL https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$CODEX_TAG/codex-install.sh | bash -s -- $CODEX_TAG
86+
CODEX_TAG="0.4.1"; curl -sSL https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$CODEX_TAG/codex-install.sh | bash -s -- $CODEX_TAG
8787
```
8888

8989
**Windows:**
9090
```powershell
91-
$env:CODEX_TAG="0.4.0"; irm "https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$env:CODEX_TAG/codex-install.ps1" | iex
91+
$env:CODEX_TAG="0.4.1"; irm "https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$env:CODEX_TAG/codex-install.ps1" | iex
9292
```
9393

9494
2. **Install the plugin in Codex:**
@@ -139,14 +139,14 @@ Edit the configuration file:
139139
<summary><b>Claude Code</b></summary>
140140

141141
Edit the configuration file:
142-
`~/.claude/plugins/cache/data-agent-kit-starter-pack-marketplace/data-agent-kit-starter-pack/0.4.0/.claude-mcp.json`
142+
`~/.claude/plugins/cache/data-agent-kit-starter-pack-marketplace/data-agent-kit-starter-pack/0.4.1/.claude-mcp.json`
143143
</details>
144144

145145
<details>
146146
<summary><b>Codex</b></summary>
147147

148148
1. Edit the configuration file:
149-
`~/.codex/plugins/cache/personal/data-agent-kit-starter-pack/0.4.0/.mcp.json`
149+
`~/.codex/plugins/cache/personal/data-agent-kit-starter-pack/0.4.1/.mcp.json`
150150

151151
2. Restart Codex.
152152
</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": "dak",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
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.4.0",
3+
"version": "0.4.1",
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.4.0",
3+
"version": "0.4.1",
44
"description": "Developer toolkit for Data Cloud and AI integrations",
55
"bin": {
66
"notebook-tools": "mcp/dist/index.js"

0 commit comments

Comments
 (0)