Before the last update, I as able to press “relocate” on any terminal process started by the agent, and that would bring the terminal window over to the terminal view in the IDE so I could monitor it. The “enable shell integration” setting doesn’t seem to help, and it does nothing.
My workflows involve having agents spawn sub agents via CLI and I like to monitor their progress by pulling terminal windows into the viewer of the IDE, but I can no longer do this as the “relocate” button is now gone.
Has anyone else experienced this?
I also encountered this problem when I connected to a remote Linux machine. But the "relocate” still works in my local Windows workspace. I’m wondering why, and if someone knows how to fix it, please tell me.
I’m having the same annoying problem.
how to solve this? latest update suddenly missing this ability
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):
-
sudo apt-get install antigravity=1.21.9-1774760656
-
sudo apt-mark hold antigravity (to prevent auto-update loop).
Hope that helps.