From 574f7131822c3f50e2f18ef797ed7fb020331cb6 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Wed, 8 Apr 2026 12:15:42 +0530 Subject: [PATCH 1/3] 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..89ffe33 --- /dev/null +++ b/.codex-plugin/plugin.json @@ -0,0 +1,31 @@ +{ + "name": "cloud-sql-postgresql", + "version": "0.1.0", + "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.", + "author": { + "name": "Google LLC", + "email": "data-cloud-ai-integrations@google.com" + }, + "homepage": "https://github.com/gemini-cli-extensions/cloud-sql-postgresql", + "repository": "https://github.com/gemini-cli-extensions/cloud-sql-postgresql", + "license": "Apache-2.0", + "keywords": [ + "cloud-sql", + "postgresql", + "database" + ], + "skills": "./skills/", + "interface": { + "displayName": "Cloud SQL for PostgreSQL", + "shortDescription": "Interact with CloudSQL for PostgreSQL instances.", + "developerName": "Google LLC", + "category": "Database", + "capabilities": [ + "Read", + "Write" + ], + "defaultPrompt": [ + "You are a highly skilled database engineer and database administrator. Your purpose is to help the developer build and interact with databases and utilize data context throughout the entire software delivery cycle." + ] + } +} \ No newline at end of file From 861870914ba307f30418e9d6bd575dd8205a23f9 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Thu, 9 Apr 2026 10:28:49 +0530 Subject: [PATCH 2/3] update homepage --- .codex-plugin/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 89ffe33..952367f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -6,7 +6,7 @@ "name": "Google LLC", "email": "data-cloud-ai-integrations@google.com" }, - "homepage": "https://github.com/gemini-cli-extensions/cloud-sql-postgresql", + "homepage": "https://cloud.google.com/sql", "repository": "https://github.com/gemini-cli-extensions/cloud-sql-postgresql", "license": "Apache-2.0", "keywords": [ @@ -28,4 +28,4 @@ "You are a highly skilled database engineer and database administrator. Your purpose is to help the developer build and interact with databases and utilize data context throughout the entire software delivery cycle." ] } -} \ No newline at end of file +} From 356fb8fc928f3cff02dcb42a689b5f8760ef4a4b Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Thu, 9 Apr 2026 10:32:49 +0530 Subject: [PATCH 3/3] update version --- .codex-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 952367f..0807c04 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-postgresql", - "version": "0.1.0", + "version": "0.3.0", "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.", "author": { "name": "Google LLC",