This commit is contained in:
2026-03-07 17:47:22 -08:00
parent dc58b9092e
commit 501ddd943f
15 changed files with 256 additions and 38 deletions

View File

@@ -16,6 +16,19 @@
"google": {
"name": "Google",
"models": {
"antigravity-gemini-3.1-pro-high": {
"name": "Gemini 3.1 Pro Preview (Antigravity)",
"thinking": true,
"attachment": true,
"limit": {
"context": 1048576,
"output": 65535
},
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-gemini-3-pro-high": {
"name": "Gemini 3 Pro High (Antigravity)",
"thinking": true,
@@ -57,7 +70,6 @@
}
}
},
"theme": "catppuccin-macchiato",
"share": "manual",
"formatter": {
"prettier": {
@@ -65,6 +77,9 @@
},
"ruff": {
"disabled": false
},
"uv": {
"disabled": false
}
},
"instructions": [
@@ -98,9 +113,10 @@
"git *": "allow",
"pnpm *": "allow",
"rm *": "deny",
"grep *": "allow",
"grep*": "allow",
"wc *": "allow",
"date *": "allow"
"date *": "allow",
"printenv AGENT_ID AGENT_ALIAS HEARTBEAT_MINUTES": "allow"
},
"external_directory": {
"*": "ask",