Skip to content

Commit cf41faa

Browse files
feat: Add Codex plugin config (#114)
Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent 3db7111 commit cf41faa

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "bigquery-data-analytics",
3+
"version": "0.1.7",
4+
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
5+
"author": {
6+
"name": "Google LLC",
7+
"email": "data-cloud-ai-integrations@google.com"
8+
},
9+
"homepage": "https://cloud.google.com/bigquery",
10+
"repository": "https://github.com/gemini-cli-extensions/bigquery-data-analytics",
11+
"license": "Apache-2.0",
12+
"keywords": [
13+
"bigquery",
14+
"data-analytics",
15+
"database"
16+
],
17+
"skills": "./skills/",
18+
"interface": {
19+
"displayName": "BigQuery Data Analytics",
20+
"shortDescription": "Connect, query, and generate data insights for BigQuery.",
21+
"developerName": "Google LLC",
22+
"category": "Database",
23+
"capabilities": [
24+
"Read",
25+
"Write"
26+
]
27+
}
28+
}

0 commit comments

Comments
 (0)