Skip to content

[Bug]: Antigravity CLI (agy) not detected on Windows despite working local quota API #412

Description

@WayPointStack

Existing issues

  • I searched existing issues and did not find a duplicate.

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

  • Tray panel
  • Settings UI
  • Config file / settings persistence
  • CLI
  • Provider-specific behavior
  • Installer / release packaging
  • Startup / background behavior
  • Other

Steps to reproduce

  1. Install Antigravity CLI on Windows and sign in with a Google AI Pro account.
  2. Start the CLI with:
    agy
  3. Leave agy running.
  4. Start or restart Ceiling 1.5.36.
  5. Open Settings → Providers → Antigravity.
  6. Ceiling reports:
    Provider not installed: Antigravity language server not running.
  7. Verify separately that agy.exe is running and listening on localhost.
  8. Send a POST request to:
    /exa.language_server_pb.LanguageServerService/RetrieveUserQuotaSummary
  9. Observe that the request returns HTTP 200 OK with valid quota data, while Ceiling still does not detect Antigravity.
Image Image

Logs, screenshots, or recordings

1. Start Antigravity CLI:
   
   agy

App version

1.5.36

Windows version

Windows 11 Pro 25H2

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions