Skip to content

Commit 7181a2b

Browse files
committed
feat: add Codex plugin config
1 parent 57b0b56 commit 7181a2b

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "spanner",
3+
"version": "0.2.6",
4+
"description": "Connect and interact with Spanner data using natural language.",
5+
"author": {
6+
"name": "Google LLC",
7+
"email": "data-cloud-ai-integrations@google.com"
8+
},
9+
"homepage": "https://cloud.google.com/spanner",
10+
"repository": "https://github.com/gemini-cli-extensions/spanner",
11+
"license": "Apache-2.0",
12+
"keywords": [
13+
"spanner",
14+
"google-cloud",
15+
"database"
16+
],
17+
"skills": "./skills/",
18+
"interface": {
19+
"displayName": "Spanner",
20+
"shortDescription": "Connect and interact with Spanner data using natural language.",
21+
"developerName": "Google LLC",
22+
"category": "Database",
23+
"capabilities": [
24+
"Read",
25+
"Write"
26+
],
27+
"defaultPrompt": [
28+
"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."
29+
]
30+
}
31+
}

0 commit comments

Comments
 (0)