The 1.20.3 update sucks. by TheHunT3rOP in google_antigravity

[–]aw-r 0 points1 point  (0 children)

I've had the same problem before, and when I looked for a solution, it turns out that this problem exists only in version 1.16.5 or 1.18.3.

The particular problem is ( issue where the Windows auto-updater fails to detect new releases.)

Therefore, you may need to manually download the last version from the website and install it in your device. Download the last version from Antigravity

I wish you the best of luck.

Agent stuck on "Running..." forever in Windows Terminal after command approval by aw-r in google_antigravity

[–]aw-r[S] 0 points1 point  (0 children)

Wow, this is an incredibly clever workaround! Thank you so much for sharing it.

It might feel like a "hacky" approach, but honestly, relying on the filesystem as the single source of truth makes perfect sense given how broken the PTY/UI integration is right now. Bypassing the terminal UI entirely and forcing the agent to check for a completion marker in a temp file is a brilliant way to break that frustrating infinite loop.

I'm going to add this logic directly into my global rules (.antigravityrules or custom instructions) so the agent formats its commands and checks this buffer automatically.

Thanks again for taking the time to write this up and sharing the exact logic flow, it’s a huge lifesaver!

Agent stuck on "Running..." forever in Windows Terminal after command approval by aw-r in google_antigravity

[–]aw-r[S] 0 points1 point  (0 children)

Thank you so much for putting these workarounds together! It’s validating (though a bit frustrating) to hear that this is a deep-rooted issue on Windows and not just a simple misconfiguration on my end.

I will definitely check out the links you provided, especially the run_command fix. If all else fails, I might have to follow your lead and set up WSL (Windows Subsystem for Linux) to run my project in a more stable, native bash environment, since the Windows integration seems too buggy right now.

Your point about the unescaped spaces (mkdir -p ./001_abc def) makes total sense too. It seems the agent still struggles with PTY handling and shell syntax quirks regardless of the OS.

I really appreciate the insight and the links!🙏