From 6fdf59a69176920db5d02f19ac116284c5d5701b Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 14 Apr 2026 17:24:15 +0530 Subject: [PATCH 1/2] feat: add Codex plugin config --- .codex-plugin/plugin.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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..9f054e7 --- /dev/null +++ b/.codex-plugin/plugin.json @@ -0,0 +1,32 @@ +{ + "name": "firestore-native", + "version": "0.2.1", + "description": "Connect and interact with Firestore databases, collections, and documents.", + "author": { + "name": "Google LLC", + "email": "data-cloud-ai-integrations@google.com" + }, + "homepage": "https://cloud.google.com/firestore", + "repository": "https://github.com/gemini-cli-extensions/firestore-native", + "license": "Apache-2.0", + "keywords": [ + "firestore", + "google-cloud", + "database", + "nosql" + ], + "skills": "./skills/", + "interface": { + "displayName": "Firestore Native", + "shortDescription": "Connect and interact with Firestore databases.", + "developerName": "Google LLC", + "category": "Database", + "capabilities": [ + "Read", + "Write" + ], + "defaultPrompt": [ + "You are a highly skilled database engineer and database administrator specializing in NoSQL and Firestore. Your purpose is to help the developer build and interact with databases and utilize data context throughout the entire software delivery cycle." + ] + } +} From bdcf2c3c1632c8616a5679e57b6c5ce2dff819e6 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:29:45 +0530 Subject: [PATCH 2/2] Update plugin.json --- .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 9f054e7..497eb3a 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -26,7 +26,7 @@ "Write" ], "defaultPrompt": [ - "You are a highly skilled database engineer and database administrator specializing in NoSQL and Firestore. Your purpose is to help the developer build and interact with databases and utilize data context throughout the entire software delivery cycle." + "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." ] } }