[bug] There is a fatal error in antigravity 1.20.3, existing users are advised not to update

Since the AntiGravity 1.20.3 update, my global rules and workflows no longer function properly.

Seriously, the AntiGravity development team seems completely inconsiderate of their users…

The weekly usage issue, and even features that used to work fine, are now broken in the latest version!

My patience is at an end.

There’s nothing I can do but plead here for a quick fix.

Relevant screenshots are attached.

1

4 Likes

Open the associated terminal session in the Terminal tab in your IDE is also removed, I can’t relocate to the Agent’s terminal session anymore. That’s a disaster.

Without this feature, it became no different to VSCode + Claude Code plugin anymore.

How to prevent it from auto updating?

Yeah, today I updated to the latest version and was not able to use any of the skills (global or local) and immediately downgraded.

Hello @soohorange, @k1lgor @Haujet_Zhao, welcome to AI Forum!

Thank you for bringing these issue to our attention. Are you still facing issues with rules, workflow and skills in Antigravity 1.20.4?
Please, share more details e.g. images, error logs etc. if possible.

Still facing the same issue, the exact same as shared by the topic creator.

Antigravity Version: 1.20.5

3 Likes

I had updated the antigravity to latest version today(10-3-2026) to v1.20.5, and from then im not able to get response. Hitting the error - “could not convert a single message before hitting truncation”. I’ve many skills under my .agents folder and it seems that is causing the issue. When i remove the skills folder, im able to get response. And this was working fine till I had updated the app.

Removing the skills directory shouldnt be the resolution.

1 Like

The issue is still not fixed in version 1.20.5. I have rolled back to 1.19.6.

1 Like

I downgraded to 1.19.x and will wait for another update, so I don’t get stuck in 1.20.4 problems.

2 Likes

yah, after the newest update, i got in all of my Pro accounts

Agent terminated due to error
You can prompt the model to try again or start a new conversation if the error persists.”

Just retry and burn all the token but can’t fininsh anything

1 Like

Thank you for bringing this issue with workspace rules to our attention. We have escalated the issue to our internal teams for a thorough investigation.

3 Likes

reinstalled 1.19.6 and disabled updates
Set Mode to None: Change the Update Mode setting to “None”.

finger crossed – I really have appreciated antigravity+gemini but the releases have struggled to not infuriate me with needless breakage of stuff I rely on. :frowning:

2 Likes

Fazendo o mesmo aqui.

1 Like

Copied from "Relocate" button for terminal processes started by the agent no longer available - #5 by eldad-a

Regression Fix: Restore “Relocate” Button in Antigravity (Linux)

The Issue: On v1.22.2, the “Relocate” and “Open” terminal integration features are broken on Linux (confirmed on Ubuntu 24.04 Wayland), hindering a mode for monitoring agent commands and interacting with.

**Disclaimer:
The solution proposed below may introduce security and privacy vulnerabilities.
You are encouraged to do your own research, use at your-own-risk, and… please share if you identify any security and privacy compromises.

Unofficial Solution to Restore (hopefully an official solution will be introduced soon):** Downgrading to v1.21.9 (CL 891116727) restores the relocate-to-terminal affordance.

Execution (Ubuntu/Debian):

  1. sudo apt-get install antigravity=1.21.9-1774760656

  2. sudo apt-mark hold antigravity (to prevent auto-update loop).

Hope that helps.