Existing issues
What happened?
Ceiling 1.5.36 does not detect the standalone Antigravity CLI (agy.exe) on Windows, even though Antigravity is running, signed in, and its local quota API is working correctly.
Ceiling shows:
Antigravity needs sign-in
Provider not installed: Antigravity language server not running. Start Google Antigravity or run agy, sign in, then retry.
Environment:
- Windows 11
- Ceiling 1.5.36
- Antigravity CLI 1.1.25
- Google AI Pro personal account
I verified that agy.exe is running and listening on localhost.
I also called the Antigravity quota endpoint directly:
POST /exa.language_server_pb.LanguageServerService/RetrieveUserQuotaSummary
and received HTTP 200 OK with valid quota data for:
- Gemini weekly
- Gemini 5-hour
- Claude/GPT weekly
- Claude/GPT 5-hour
So authentication, the local Antigravity server, and the quota API are all working. Ceiling appears to be failing to discover or probe the running agy.exe process.
This looks related to #153 / #156, but in this case the issue is with the standalone Antigravity CLI on Ceiling 1.5.36.
Affected area
Steps to reproduce
- Install Antigravity CLI on Windows and sign in with a Google AI Pro account.
- Start the CLI with:
agy
- Leave
agy running.
- Start or restart Ceiling 1.5.36.
- Open
Settings → Providers → Antigravity.
- Ceiling reports:
Provider not installed: Antigravity language server not running.
- Verify separately that
agy.exe is running and listening on localhost.
- Send a POST request to:
/exa.language_server_pb.LanguageServerService/RetrieveUserQuotaSummary
- Observe that the request returns
HTTP 200 OK with valid quota data, while Ceiling still does not detect Antigravity.
Logs, screenshots, or recordings
1. Start Antigravity CLI:
agy
App version
1.5.36
Windows version
Windows 11 Pro 25H2
Additional context
No response
Existing issues
What happened?
Ceiling 1.5.36 does not detect the standalone Antigravity CLI (
agy.exe) on Windows, even though Antigravity is running, signed in, and its local quota API is working correctly.Ceiling shows:
Environment:
I verified that
agy.exeis running and listening on localhost.I also called the Antigravity quota endpoint directly:
POST /exa.language_server_pb.LanguageServerService/RetrieveUserQuotaSummaryand received
HTTP 200 OKwith valid quota data for:So authentication, the local Antigravity server, and the quota API are all working. Ceiling appears to be failing to discover or probe the running
agy.exeprocess.This looks related to #153 / #156, but in this case the issue is with the standalone Antigravity CLI on Ceiling 1.5.36.
Affected area
Steps to reproduce
agyagyrunning.Settings → Providers → Antigravity.Provider not installed: Antigravity language server not running.agy.exeis running and listening on localhost./exa.language_server_pb.LanguageServerService/RetrieveUserQuotaSummaryHTTP 200 OKwith valid quota data, while Ceiling still does not detect Antigravity.Logs, screenshots, or recordings
App version
1.5.36
Windows version
Windows 11 Pro 25H2
Additional context
No response