The Issue:
When opening the Agent Manager to start a new chat, the UI accepts the input but absolutely nothing happens. No processing, no loading state, just a completely unresponsive interface.
Troubleshooting Exhausted (Issue Persists):
To rule out local environment issues, I have already tried:
- Restarting the Agent Service via Command Palette.
- Hard-killing all lingering background processes.
- Completely wiping
~/.antigravity/, and ~/.config/Antigravity/.
- Running the IDE in a clean state using
antigravity --disable-extensions.
Technical Findings (From the Logs):
Digging into the logs, this appears to be a core dependency failure in the current build (I am running this on Ubuntu Linux):
- The
renderer.log throws a critical dependency error right at the start: Error: [createInstance] Gre depends on UNKNOWN service agentSessions.
- Immediately after failing to instantiate this service, the renderer severs the connection.
- The
exthost.log confirms the Extension Host crashes silently as a direct result: Extension host terminating: renderer closed the MessagePort (exiting with code 0).
I have already submitted a formal bug report with full telemetry via the IDEโs internal tool. Iโm posting this to bring visibility to the dev team and to ask the community: has anyone else encountered this specific missing agentSessions service, or found a temporary local workaround?
1 Like
For my case, remove the project .git/config
[extensions]
worktreeConfig = true
[branch "claude/frosty-grothendieck"]
vscode-merge-base = origin/main
and modify
[core]
repositoryformatversion = 0 // from 1 to 0
Antigravity works normally.
2 Likes
Thanks! This solved my problem.
Yeah, this seems related to git.
As Itโs not safe to do such edits, I tested move โ.gitโ dir outside project dir to make it act like a normal dir.
And It worked again. Maybe a recent update is not working well with recent git binary (this repo use sha256 and new defaults).
But I consider this a regression bug because this same repo worked well until last week.
Iโm having the same (or a very closely related) issue that started after the latest update. I was working on my project normally, then at some point I decided to let AG install the latest update, and nothing has worked since.
Iโm on Windows and Iโve tested the Git related fixes including removing the whole .git folder from the project, as well as uninstalling and reinstalling, killing processes, and signing out and in again. Nothing helps. Hereโs the first error from the developer tools console:
ERR [createInstance] Zre depends on UNKNOWN service agentSessions.: Error: [createInstance] Zre depends on UNKNOWN service agentSessions.
at Yns.y (vscode-file://vscode-app/c:/Users/MYUSER/AppData/Local/Programs/Antigravity/resources/app/out/vs/workbench/workbench.desktop.main.js:5893:4186)
at Yns.o (vscode-file://vscode-app/c:/Users/MYUSER/AppData/Local/Programs/Antigravity/resources/app/out/vs/workbench/workbench.desktop.main.js:5893:1360)
at Yns.createInstance (vscode-file://vscode-app/c:/Users/MYUSER/AppData/Local/Programs/Antigravity/resources/app/out/vs/workbench/workbench.desktop.main.js:5893:1207)
at new Oqt (vscode-file://vscode-app/c:/Users/MYUSER/AppData/Local/Programs/Antigravity/resources/app/out/vs/workbench/workbench.desktop.main.js:6562:8181)
at new U5n (vscode-file://vscode-app/c:/Users/MYUSER/AppData/Local/Programs/Antigravity/resources/app/out/vs/workbench/workbench.desktop.main.js:6562:15815)
at Yns.o (vscode-file://vscode-app/c:/Users/MYUSER/AppData/Local/Programs/Antigravity/resources/app/out/vs/workbench/workbench.desktop.main.js:5893:1710)
at Yns.createInstance (vscode-file://vscode-app/c:/Users/MYUSER/AppData/Local/Programs/Antigravity/resources/app/out/vs/workbench/workbench.desktop.main.js:5893:1207)
at new Pqt (vscode-file://vscode-app/c:/Users/MYUSER/AppData/Local/Programs/Antigravity/resources/app/out/vs/workbench/workbench.desktop.main.js:6562:18528)
at Yns.o (vscode-file://vscode-app/c:/Users/MYUSER/AppData/Local/Programs/Antigravity/resources/app/out/vs/workbench/workbench.desktop.main.js:5893:1710)
at Yns.createInstance (vscode-file://vscode-app/c:/Users/MYUSER/AppData/Local/Programs/Antigravity/resources/app/out/vs/workbench/workbench.desktop.main.js:5893:1207)
Follow-up: I tried opening a completely different project, and it works fine. So thereโs something in my main project that is now silently breaking Antigravity. Probably related to Git, since everyone else seems to have Git related causes as well. Iโll keep investigating.
๋ฌธ์ ๊ฐ ์๊ฒจ ๊ตฌ๊ธ์ธก์ ๋ฌธ์ ๊ฒฐ๊ณผ ์์ ๋ค์ด ์ํฐ ๊ทธ๋๋นํฐ์ธก๊ณผ ์ฐ๋ฝํ ๋ฐฉ๋ฒ์ด ์์ผ๋ ์ด๋ฉ์ผ๋ก ๋ฌธ์ ํ๋ผํด์ ๋ฌธ์๋ฅผ ๋๋ฒ์ด๋ ํด๋ ๋ต์ฅ์ด ์๊ณ ํด๊ฒฐ์ ์ํด์ฃผ๊ณ ์์ต๋๋ค
์๋ ค์ง ๋ชจ๋ ๋ฐฉ๋ฒ์ ์ฌ์ฉํด๋ ๋ณํจ์์ด ํ ํฐ ์๋ฌ์
๋๋ค
์ด์ ๋๋ฉด ์ํฐ๊ทธ๋๋นํฐ์์ ์ฌ๊ณผ ํจ๊ป ๊ณต์ ๋์์ ํด์ผ ํ๋๋ ํ๋ง๋๋ ์ธ๊ธ๋ ์๊ณ ๊ตฌ๊ธ์ ์ง์ ์ฐ๋ฝํ๋ผ๊ธฐ๋ง ํฉ๋๋ค
Update: It was a Git config issue for me as well. I had a malformed [-remote XXXX] line that when removed fixed the issue and AG started working again.
Hi all,
Thank you for bringing this to our attention. We have escalated the issue to our internal teams for a thorough investigation.
To ensure our engineering team can investigate and resolve these issues effectively, we highly recommend filing bug reports directly through the Antigravity in-app feedback tool. You can do this by navigating to the top-right corner of the interface, clicking the Feedback icon, and selecting Report Issue.
Thanks for your feedback.
Yes, Iโve sent a report using de antigravity itself with plenty of info at that time.