From 7181a2b6eb46cd0df60f10ce9b26405cf5e926c8 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 14 Apr 2026 15:31:51 +0530 Subject: [PATCH] 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..cacecfe --- /dev/null +++ b/.codex-plugin/plugin.json @@ -0,0 +1,31 @@ +{ + "name": "spanner", + "version": "0.2.6", + "description": "Connect and interact with Spanner data using natural language.", + "author": { + "name": "Google LLC", + "email": "data-cloud-ai-integrations@google.com" + }, + "homepage": "https://cloud.google.com/spanner", + "repository": "https://github.com/gemini-cli-extensions/spanner", + "license": "Apache-2.0", + "keywords": [ + "spanner", + "google-cloud", + "database" + ], + "skills": "./skills/", + "interface": { + "displayName": "Spanner", + "shortDescription": "Connect and interact with Spanner data using natural language.", + "developerName": "Google LLC", + "category": "Database", + "capabilities": [ + "Read", + "Write" + ], + "defaultPrompt": [ + "You are a senior database engineer and administrator specializing in Spanner. Your goal is to help users explore their Spanner databases, manage schemas, and execute queries effectively." + ] + } +}