Antigravity keeps on crashng?

After updating antigravity, it now keeps on crashing when i try to use any of the modal!!

Recommend you post the debug info or analytics.. There’s a lot of issues with the app that people are running in to

I noticed yesterday that sending a Prompt, it would be immediately consumed and go to nowhere, as if I didn’t send a Prompt. That sucked when I spent 15m on my Prompt, just for it to be lost forever…

I was able to switch between Gemini 3 Pro (High), Gemini 3 Pro (Low) and Gemini 3 Flash and eventually I was able to send “Test”.

However, I noticed it likely has to do with the helper tools, such as those which index the codebase, and functionality like that. Hitting @ to reference a file would crash and reset the entire conversation.

Not sure if these are related, you didn’t really provide any details, but I have also seen issues last time I tried to use it.

1 Like

Hey. That is the exact problem that am facing. After sending a prompt, antigravity automatically freezes as if i didn’t do anything! Then i have to wait for like 30 mins before it can show that the prompt is processed! This started happening ever since the last update​:woman_facepalming::woman_facepalming:.

"antigravity.indexer.exclude": [
        "**/node_modules/**",
        "**/target/**",
        "**/checkpoints/**",
        "**/*.bin",
        "**/*.onnx",
        "**/.git/**",
        "**/.venv/**",
        "**/venv/**",
        "**/__pycache__/**",
        "**/*.pyc",
        "**/.cache/**",
        "**/fastembed_cache/**",
        "**/dist/**",
        "**/build/**"
    ]

I found adding this to the Settings JSON was helpful. I still had a crash, but it took much longer to see the issue resurface.