Solution: No response to any prompt

This is could be the fix you need if don’t get any response from a prompt in Antigravity anymore. This might have happened because of a Claude Code worktree session, which sets the “worktreeConfig” to “true”.

But in Antigravity, this tells Git to look for a .git/config.worktree file which doesn’t exist.

So to fix it, prompt the following in the Gemini CLI to fix Antigravity. Or use Claude Code with the same prompt:

Google Antigravity is not responding anymore to any prompts. This might have happened because I worked in a Claude Code worktree session, which might have set the “worktreeConfig” to “true”.

Remove the setting so git is working cleanly again.

Reset Antigravity after this fix and you are good to go.

run powershell as administrator and run this command to reset the worktreeConfig.
*git config --local --unset-all extensions.worktreeConfig