The Antigravity CLI is a disaster
The Antigravity CLI is a disaster Awful permission management The CLI requires you to constantly babysit it, because it concludes that running typechecks is dangerous 10 times in a row. My guess is that the model is aware that compiling Rust can execute arbitrary code, meaning that cargo check is technically never safe. It does however happily add permanent permissions to the CLI for executing shell scripts it has the ability to edit without my approval (yes, file editing permissions are missing from the CLI, I cannot prevent it from editing files). ...