antigravity Source
Default location
Section titled “Default location”$GEMINI_CLI_HOME/antigravity-cli/conversations/*.dbwhenGEMINI_CLI_HOMEis set~/.gemini/antigravity-cli/conversations/*.db
Override
Section titled “Override”llm-usage daily --source antigravity --antigravity-dir /path/to/antigravity/conversationsantigravity is directory-backed, so generic source directory overrides also work:
llm-usage daily --source-dir antigravity=/path/to/antigravity/conversationsParsing notes
Section titled “Parsing notes”The adapter reads Antigravity CLI SQLite conversation databases in read-only mode. Token usage is stored in protobuf blobs: fixed prompt and new input tokens are added together, cache reads and reasoning tokens are preserved, and repeated response ids are counted once.