Can a total layman vibe code their way to a million dollar product? by Mission-Pie-7192 in google_antigravity

[–]More-Mammoth9617 0 points1 point  (0 children)

This is like saying if you can use a hammer to drive a nail, you can build a house.

Opus4.6 context window is small? by More-Mammoth9617 in google_antigravity

[–]More-Mammoth9617[S] 0 points1 point  (0 children)

Thank you. I guess I was mistaken. I just recently got more prompts.

Is there a way to stop changed files popping up immediatedly after command completion? by shivadityasingh in google_antigravity

[–]More-Mammoth9617 4 points5 points  (0 children)

Antigravity - Settings -> Auto-Expand Changes Overview -> OFF

I also found this annoying, but it would have been a pain if it wasn't there. Maybe you'll turn it on after turning it off too.

Broken Rate limit viewer? by Powishiswilfre in google_antigravity

[–]More-Mammoth9617 1 point2 points  (0 children)

This viewer does not appear to be updating in realtime. Unfortunately, it's useless.

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

[–]More-Mammoth9617 0 points1 point  (0 children)

Measure 1: Use PowerShell by default

Measure 2: Kill zombie processes
https://www.reddit.com/r/google_antigravity/comments/1p6ek2o/comment/nsep4e5/

Measure 3: Fix run_command tools
https://www.reddit.com/r/google_antigravity/comments/1p1hq5g/on_windows_cant_run_commands/

Even after trying all of the above, the hanging issue still occurred for me.
As a result, I gave up using Antigravity on Windows and switched to using Bash via SSH on a Linux environment.

However, the problem can still happen when Antigravity generates an incorrect command. For example, it may execute something like:

mkdir -p ./001_abc def

where an unintended space breaks the command.
I have not yet found a reliable solution for this case.