mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-03-20 06:11:27 -07:00
update
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user