The Antigravity extension in Zed works fine locally on macOS, but fails when connecting to a remote Linux machine via Zed Remote Development. Opening the agent panel immediately fails with
Server exited with status exit status: 255
The Antigravity CLI (agy) works fine on the same machine.
Workaround
Adding the OS Login account to local /etc/passwd and /etc/group resolves the issue:
getent passwd $(id -u) | sudo tee -a /etc/passwd
getent group $(id -g) | sudo tee -a /etc/group
Environment
- Client: Zed 1.18.0 on macOS
- Remote: GCE Debian 13 (x86_64), OS Login enabled
- Agent build:
agy_acp_server_20260818_01_RC01