I noticed a bug in Google AntiGravity when running two projects simultaneously:
-
If both projects are edited via the agent at the same time, changes from Project A appear in Project B.
-
This leads to data inconsistencies and unexpected overwrites, affecting parallel workflows.
Steps to Reproduce:
-
Open Project A and Project B in AntiGravity.
-
Make a change in Project A using the agent.
-
Make a change in Project B using the agent.
-
Observe that Project A’s changes appear in Project B.
Expected Behavior:
Each project’s changes should remain isolated, and the agent should not propagate edits across projects.
Impact:
-
Disrupts multi-project workflows
-
Potentially causes loss of work or misapplied changes