Skip to content

Commit 112727e

Browse files
chore(main): release 0.1.5
1 parent f094668 commit 112727e

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": "data-agent-kit-starter-pack",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
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": "data-agent-kit-starter-pack",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
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.4"
2+
".": "0.1.5"
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.1.5](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/compare/0.1.4...0.1.5) (2026-05-14)
4+
5+
6+
### Features
7+
8+
* update skills from cloudtop ([#70](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/issues/70)) ([f094668](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/commit/f0946689ea9b5bd1f1a56225b24d5f5f4da95f87))
9+
310
## [0.1.4](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/compare/0.1.3...0.1.4) (2026-05-07)
411

512

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.4
54+
gemini extensions install https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack --ref 0.1.5
5555
```
5656
</details>
5757

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

7474
**macOS / Linux:**
7575
```bash
76-
CODEX_TAG="0.1.4"; curl -sSL https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$CODEX_TAG/codex-install.sh | bash -s -- $CODEX_TAG
76+
CODEX_TAG="0.1.5"; curl -sSL https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$CODEX_TAG/codex-install.sh | bash -s -- $CODEX_TAG
7777
```
7878

7979
**Windows:**
8080
```powershell
81-
$env:CODEX_TAG="0.1.4"; irm "https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$env:CODEX_TAG/codex-install.ps1" | iex
81+
$env:CODEX_TAG="0.1.5"; irm "https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$env:CODEX_TAG/codex-install.ps1" | iex
8282
```
8383

8484
2. **Install the plugin in Codex:**
@@ -122,14 +122,14 @@ Edit the configuration file:
122122
<summary><b>Claude Code</b></summary>
123123

124124
Edit the configuration file:
125-
`~/.claude/plugins/cache/data-agent-kit-starter-pack-marketplace/data-agent-kit-starter-pack/0.1.4/.claude-mcp.json`
125+
`~/.claude/plugins/cache/data-agent-kit-starter-pack-marketplace/data-agent-kit-starter-pack/0.1.5/.claude-mcp.json`
126126
</details>
127127

128128
<details>
129129
<summary><b>Codex</b></summary>
130130

131131
1. Edit the configuration file:
132-
`~/.codex/plugins/cache/personal/data-agent-kit-starter-pack/0.1.4/.mcp.json`
132+
`~/.codex/plugins/cache/personal/data-agent-kit-starter-pack/0.1.5/.mcp.json`
133133

134134
2. Restart Codex.
135135
</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.4",
3+
"version": "0.1.5",
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.4",
3+
"version": "0.1.5",
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.4",
3+
"version": "0.1.5",
44
"description": "Developer toolkit for Data Cloud and AI integrations",
55
"bin": {
66
"notebook-tools": "mcp/dist/index.js"

0 commit comments

Comments
 (0)