Skip to content

Commit e21332e

Browse files
authored
Merge branch 'main' into shobsi-patch-1
2 parents 8170fa5 + 8ab8d45 commit e21332e

3 files changed

Lines changed: 24 additions & 4 deletions

File tree

.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/gemini-cli-extensions/bigquery-conversational-analytics/compare/0.1.4...0.1.5) (2026-01-28)
4+
5+
6+
### Features
7+
8+
* add Configuration settings ([#72](https://github.com/gemini-cli-extensions/bigquery-conversational-analytics/issues/72)) ([27a9100](https://github.com/gemini-cli-extensions/bigquery-conversational-analytics/commit/27a9100b91b45d2dc49b48b29b7565551de21d80))
9+
* **deps:** update dependency googleapis/genai-toolbox to v0.26.0 ([#74](https://github.com/gemini-cli-extensions/bigquery-conversational-analytics/issues/74)) ([124a489](https://github.com/gemini-cli-extensions/bigquery-conversational-analytics/commit/124a4898581b220e2e0dd9772484a7808d161c84))
10+
311
## [0.1.4](https://github.com/gemini-cli-extensions/bigquery-conversational-analytics/compare/0.1.3...0.1.4) (2026-01-22)
412

513

gemini-extension.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bigquery-conversational-analytics",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
55
"mcpServers": {
66
"bigquery_conversational_analytics": {
@@ -12,5 +12,17 @@
1212
]
1313
}
1414
},
15-
"contextFileName": "BIGQUERY_CONVERSATIONAL_ANALYTICS.md"
16-
}
15+
"contextFileName": "BIGQUERY_CONVERSATIONAL_ANALYTICS.md",
16+
"settings": [
17+
{
18+
"name": "Project ID",
19+
"description": "ID of the Google Cloud project",
20+
"envVar": "BIGQUERY_PROJECT"
21+
},
22+
{
23+
"name": "Location",
24+
"description": "(Optional) Location of the BigQuery resources",
25+
"envVar": "BIGQUERY_LOCATION"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)