From 0cfdd160d977873fd6eed00cbdd50c2482f027cc Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 14 Apr 2026 13:21:55 +0530 Subject: [PATCH 1/2] feat: add codex plugin config --- .codex-plugin/plugin.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .codex-plugin/plugin.json diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json new file mode 100644 index 0000000..75db5ef --- /dev/null +++ b/.codex-plugin/plugin.json @@ -0,0 +1,31 @@ +{ + "name": "bigquery-data-analytics", + "version": "0.1.7", + "description": "Connect, query, and generate data insights for BigQuery datasets and data.", + "author": { + "name": "Google LLC", + "email": "data-cloud-ai-integrations@google.com" + }, + "homepage": "https://cloud.google.com/bigquery", + "repository": "https://github.com/gemini-cli-extensions/bigquery-data-analytics", + "license": "Apache-2.0", + "keywords": [ + "bigquery", + "data-analytics", + "database" + ], + "skills": "./skills/", + "interface": { + "displayName": "BigQuery Data Analytics", + "shortDescription": "Connect, query, and generate data insights for BigQuery.", + "developerName": "Google LLC", + "category": "Database", + "capabilities": [ + "Read", + "Write" + ], + "defaultPrompt": [ + "You are a highly skilled data engineer and data analyst. Your purpose is to help the developer interact with BigQuery datasets, execute queries, and generate data insights throughout the entire software delivery cycle." + ] + } +} From 5544a9193a3671665c9afaee266d5215050362cc Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:24:42 +0530 Subject: [PATCH 2/2] Update plugin.json --- .codex-plugin/plugin.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 75db5ef..c89ac77 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -23,9 +23,6 @@ "capabilities": [ "Read", "Write" - ], - "defaultPrompt": [ - "You are a highly skilled data engineer and data analyst. Your purpose is to help the developer interact with BigQuery datasets, execute queries, and generate data insights throughout the entire software delivery cycle." ] } }