Hi everyone,
I’m currently experiencing an issue with Antigravity after updating to the latest version.
Issue
The agent receives my messages and displays them in the UI, but no action is executed afterward. It seems like the agent pipeline is not triggering any execution.
Behavior observed
-
Messages appear in the agent chat normally
-
No tools/actions are executed
-
The same message sometimes appears multiple times
-
No visible error is shown
Example
For instance, when I send:
“due date is not rendered in the invoices details page”
The message is received and shown, but the agent does nothing beyond that.
What I expected
The agent should process the request and perform an action (e.g., modify code, suggest a fix, etc.)
What I’ve tried
Additional context
This started happening after updating to the latest version. Before that, the agent was working correctly.
Has anyone else encountered this?
Is this a known issue with the current release?
Any help or workaround would be appreciated.
Thanks!
1 Like
same issue,how can i fix this?
2 Likes
https://github.com/DuctTapedGoat/antigravity-bigint-patcher-cleanup
can give this a shot - might work, seems like bigint bug.
2 Likes
Rely I don’t have idea I tried to rollback it is not working as expected
1 Like
i re-installed this version 1.19.6 and got solved.
2 Likes
give me steps to do this I really don’t know to revert back
1 Like
just download the 1.19.6 and install,no other operations.
if you can’t,maybe uninstall it first.
3 Likes
@SUKESH_D maybe this can help you?have a try?
2 Likes
theres a few variables i’ve found - i’ve spent the last month chasing them down and trying to boil it down to a simple thing. its a bit more complex on mac but its the same issue on all os.
too many accounts in the workstation confuses the login in the background when it verifies. this is partially due to a security thing on multi account and partially due to bigint which handles the complex compressions.
so thats why i made the bigint patch, but to really have it guaranteed, setting default browser to a new browser with only 1 google signin or just using antigravity in a new user account of the OS can also do the same isolation.
thats the best i have on like, a one size fits all explanation and solution.
2 Likes
You are most welcome. I sincerely hope you achieve a swift resolution to the matter.
1 Like
Hi, you need to uninstall Antigravity and delete all folders related to it; and start with a clean installation using the latest version available. That might help solve your issue.
If you’re using Windows, you can use the script I created to find and delete the folders. You can see the code here: Find Antigravity · GitHub
These are the folders I consider most important to delete:
C:\Users\YOUR-USERNAME\AppData\Roaming\Antigravity
C:\Users\YOUR-USERNAME\.antigravity
C:\Users\YOUR-USERNAME\.gemini\.antigravity
1 Like