Skip to content

Detect Google Antigravity IDE usage #411

@KirDE

Description

@KirDE

Problem

CodeBurn does not detect Antigravity usage when Antigravity is used through the Antigravity IDE on Windows.

codeburn today --provider antigravity --format json reports 0 calls / 0 sessions / 0 cost, even though Antigravity IDE was actively used on the same day.

This appears to be related to CodeBurn reading the older Antigravity CLI / .gemini storage path, while the current Antigravity IDE writes state into VSCode-style IDE storage under %APPDATA%.

Evidence

Old Antigravity .pb conversation files exist under:

%USERPROFILE%\.gemini\antigravity\conversations

However, these files were not updated during current Antigravity IDE usage. The latest .pb files were from previous days.

Fresh Antigravity IDE activity was instead observed under:

%APPDATA%\Antigravity IDE\User\globalStorage\state.vscdb

Running CodeBurn still reports empty usage:

{
  "overview": {
    "cost": 0,
    "calls": 0,
    "sessions": 0,
    "tokens": {
      "input": 0,
      "output": 0,
      "cacheRead": 0,
      "cacheWrite": 0
    }
  },
  "daily": [],
  "projects": [],
  "models": [],
  "activities": []
}

Process inspection showed only Antigravity IDE language-server child processes, such as TypeScript and Markdown workers. No active process exposing extension_server_port, extension_server_csrf_token, https_server_port, or csrf_token was visible.

Example executable path:

%LOCALAPPDATA%\Programs\Antigravity\Antigravity IDE.exe

Example active storage path:

%APPDATA%\Antigravity IDE\User\globalStorage\state.vscdb

codeburn antigravity-hook install reported:

Antigravity CLI usage capture is already installed.

but CodeBurn still reported zero usage for Antigravity IDE activity.

Expected

CodeBurn should either detect Antigravity IDE usage on Windows or clearly document that the antigravity provider only supports Antigravity CLI / agy usage capture.

Possible fixes:

  • add support for Antigravity IDE storage on Windows, including %APPDATA%\Antigravity IDE\User\globalStorage\state.vscdb;
  • detect when Antigravity IDE storage exists but the current provider only checks the older .gemini\antigravity paths;
  • expose a diagnostic command that shows which Antigravity paths and live endpoints CodeBurn checked;

Workaround

No reliable workaround is known for importing Antigravity IDE usage into CodeBurn.

For future capture, users can try using Antigravity through the CLI if available:

agy
codeburn today --provider antigravity --format json

This does not recover or import historical usage from Antigravity IDE.

Environment

  • CodeBurn: 0.9.11
  • Platform: Windows
  • Provider affected: antigravity
  • Antigravity executable:
%LOCALAPPDATA%\Programs\Antigravity\Antigravity IDE.exe
  • Old Antigravity .pb storage path:
%USERPROFILE%\.gemini\antigravity\conversations
  • Current Antigravity IDE storage path:
%APPDATA%\Antigravity IDE\User\globalStorage\state.vscdb

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