Skip to content

Commit f58be81

Browse files
chore(main): release 0.1.9
1 parent 5c6bacb commit f58be81

7 files changed

Lines changed: 15 additions & 6 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.8",
3+
"version": "0.1.9",
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
"mcp": "./.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.8",
3+
"version": "0.1.9",
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.8"
2+
".": "0.1.9"
33
}

CHANGELOG.md

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

3+
## [0.1.9](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/compare/0.1.8...0.1.9) (2026-04-20)
4+
5+
6+
### Features
7+
8+
* Feature/codex install update ([#35](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/issues/35)) ([ac4d3b2](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/commit/ac4d3b20e35c776ee0c5a5aaffb71b06772b3df5))
9+
* Infer IDE from process tree ([#40](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/issues/40)) ([f3ccd0d](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/commit/f3ccd0dda4e5d97504e2f90b98376096301f9b01))
10+
* Sync data cloud skills ([#38](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/issues/38)) ([b3f3350](https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/commit/b3f3350f112f29d0652336e8686764953239f5c4))
11+
312
## [0.1.8](https://github.com/gemini-cli-extensions/data-cloud-extension/compare/0.1.7...0.1.8) (2026-04-16)
413

514

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.8",
3+
"version": "0.1.9",
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_and_visualization": {

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

0 commit comments

Comments
 (0)