Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue: CodeBurn doesn’t pick up Antigravity usage on Windows #249

@Sonra-Studios

Description

@Sonra-Studios

Hi, I’m using codeburn 0.9.6 on Windows and Antigravity usage isn’t showing up at all.

I installed it with: npm install -g codeburn. When I run: codeburn report --provider antigravity --format json I get 0 calls and 0 sessions. The important part is that the Antigravity data is definitely there on disk. On my machine I have:

C:\Users\Admin.gemini\antigravity\conversations

and that folder contains a lot of recent .pb files, including files from today. I also confirmed that the Antigravity language server is running on Windows. From looking through the installed CodeBurn code, it seems like the Antigravity provider is assuming a server setup that matches macOS/Linux, but not Windows. In particular, Windows Antigravity is exposing things like:

--extension_server_port
--extension_server_csrf_token

whereas CodeBurn seems to be expecting --https_server_port and a different RPC shape.

So this doesn’t look like missing logs or a bad path. It looks more like the Windows Antigravity provider path isn’t setup correctly yet.

In short:

  • Antigravity conversation files exist
  • Antigravity is actively running
  • CodeBurn still reports zero usage on Windows

Happy to provide more details if useful, though in the same vein if I am doing something stupid please let me know!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions