@shengzheyao What's the official place to report bugs ?
I think I found a bad one.
I specified not to use "rm -rf" (dangerous !) but Antigravity CLI still used it ...
{
"allowNonWorkspaceAccess": true,
"colorScheme": "dark",
"model": "Gemini 3.5 Flash (Medium)",
"notifications": true,
"permissions": {
"deny": [
"command(rm -rf)"
]
},
"statusLine": {
"type": "",
"command": "",
"enabled": true
},
"trustedWorkspaces": [
"/Users/michaelzfreeman",
"/Volumes/RecordBoxNVMe/ReturnToTheSource/exoplanets",
"/Volumes/RecordBoxNVMe/ReturnToTheSource/zip-folder-viewer"
]
}