Environment:
-
OS: Linux (Ubuntu/Debian-based)
-
Architecture: x86_64 / amd64
-
Affected Version: 1.20.4-1772839303
-
Stable Baseline (Verified): 1.19.6-1772152296
1. Issue Summary: Persistent Agent Failure Upon upgrading to version 1.20.4, the application enters a non-recoverable state where the internal worker triggers an “Agent terminated due to error” loop. This behavior persists across session restarts, credential rotations, and clean cache attempts.
2. Regression Evidence
-
Version 1.20.4: Fails immediately during the handshake/initialization phase of the Agent.
-
Version 1.19.6: Reverting to this version (via
apt install antigravity=1.19.6-...) resolves all execution issues, confirming a software regression in the latest release cycle.
3. Package & Installation Anomalies
-
Apt Purge Deadlock: Attempting to remove the 1.20.4 package via
apt-get purgeresults in a terminal hang during thepostrmscript execution. This indicates a potential deadlock or an unhandled I/O wait state in the package’s cleanup routine. -
Tarball Exec Format Error: The standalone
.tar.gzdistribution for Linux fails to execute on x86_64 systems, returningbash: ./antigravity: cannot execute binary file: Exec format error. This strongly suggests a mismatch in the build pipeline (e.g., ARM64 binaries being packaged for x64 targets).
4. Steps to Reproduce
-
Install
antigravityversion1.20.4-1772839303on a Linux x64 environment. -
Launch the application and attempt to initialize the Agent.
-
Observe the immediate “Agent terminated” crash notification.
-
Attempt a clean purge; observe the
dpkghang.