I have “Terminal Command Auto Execution” set to “Request Review” in Antigravity 1.23.2. But despite having “command(./gradlew)” and “command(gradlew)” in the allow list, it still prompts for confirmation for commands like “./gradlew :app:testDebugUnitTest”.
For those who find themselves here with a similar problem: It appears the agent runs gradlew in different ways at different times. So there’s no one entry to add, you have to add each variant it might run. Namely, command(./gradlew) and command(.\gradlew)(at least on Windows).