Hi,
I am facing a blocking issue with Antigravity IDE 2.0 on Windows where agents cannot run any terminal commands (Git, NPM, etc.).
When I ask an agent to execute commands in the integrated terminal, nothing actually runs and the UI ends up stuck.
The errors I see in the logs are:
-
executor has not processed the previous input yet: ConnectError: [unknown] executor has not processed the previous input yet -
Error [createInstance] aae depends on UNKNOWN service agentSessions -
Then:
An unknown error occurred. Please consult the log for more details.
Log excerpt (renderer / workbench):
text
[Window] [unknown] executor has not processed the previous input yet: ConnectError: [unknown] executor has not processed the previous input yet
...
[Window] [createInstance] aae depends on UNKNOWN service agentSessions.: Error: [createInstance] aae depends on UNKNOWN service agentSessions.
at Jcr._throwIfStrict (...)
at Jcr._createInstance (...)
at Jcr.createInstance (...)
...
How to reproduce:
-
Launch Antigravity IDE 2.0.
-
Open an existing project (Git repository).
-
Create an agent and ask it to run any terminal command (for example:
git statusorgit diff). -
Observe that the command does not actually run and that the errors above appear in the logs.
Similar behavior with NPM:
This is not limited to Git commands.
When the agent tries to run NPM commands such as npm install, npm run dev, etc., these commands also do not execute from the agent.
The same NPM commands work fine in a normal terminal outside of Antigravity, but from the agent they either stay in a “running” state or do nothing visible, with the same log errors (executor has not processed the previous input yet / UNKNOWN service agentSessions).
**Expected behavior:**The agent should be able to run terminal commands (Git, NPM, etc.) successfully without getting stuck.
**Actual behavior:**The agent appears to be “stuck” on the previous command and cannot execute new ones, showing executor has not processed the previous input yet, and the logs indicate a dependency on an agentSessions service that seems to be unknown or not registered.
Environment:
-
OS: Windows 11 (64‑bit)
-
Antigravity IDE version: 2.0.x (please fill in your exact build number if needed)
-
Node.js / NPM: (for example: Node 20.x, npm 10.x)
-
The issue only occurs when commands are executed by an agent inside Antigravity.
Running the same commands directly in a separate system terminal works as expected.
Additional context:
This issue started immediately after installing Antigravity 2.0.
Before upgrading to 2.0, I did not have this problem with agents running commands.
I have also seen similar reports from other users in the community, so it does not seem to be strictly tied to my local machine or a one‑off misconfiguration.
Things I have already tried:
-
Full IDE restart and machine reboot.
-
Opening different projects, including a very simple test folder, to check whether the issue is project‑specific.
-
Changing the default terminal shell (e.g. PowerShell vs. Command Prompt / Git Bash).
-
(If applicable) Starting Antigravity with extensions disabled / using a fresh profile.
-
(If applicable) Deleting Antigravity config/cache folders to simulate a clean first‑run state and reinstalling the latest version.
This issue looks very similar to other reports mentioning UNKNOWN service agentSessions breaking agent features and to threads where the IDE does not realize that commands in the terminal never actually ran.
Could you please confirm whether this is a known bug in the current Antigravity 2.0 release, and whether there is a recommended fix, patched build, or official workaround (for example: specific configuration changes, launch flags, or known‑good versions)?
Thanks in advance for your help.

