feat(antigravity): add support for Antigravity IDE storage on Windows#612
Open
Battiatus wants to merge 1 commit into
Open
feat(antigravity): add support for Antigravity IDE storage on Windows#612Battiatus wants to merge 1 commit into
Battiatus wants to merge 1 commit into
Conversation
CodeBurn previously only detected Antigravity CLI usage (.pb files under .gemini/antigravity/). Antigravity IDE on Windows stores session state in VSCode-style storage at %APPDATA%\Antigravity IDE\User\globalStorage\state.vscdb, which was not detected. Add support for reading Antigravity IDE sessions from the VSCode-style storage: - Extend CONVERSATION_ROOTS to include APPDATA Antigravity IDE path - Refine path classification to properly identify IDE vs CLI sessions - Handle missing per-call timestamps by stamping file mtime as fallback - Bump CACHE_VERSION to 4 for cache invalidation Fixes: CodeBurn reports zero usage when Antigravity IDE is actively used.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
%APPDATA%\Antigravity IDE\User\globalStorage\state.vscdbResolves: CodeBurn reporting zero usage when Antigravity IDE is actively used
Issue id: #411 (comment)
Changes
antigravityAppDataDirFromSourcePath()to classify IDE dirs; addstampFallbackTimestamp()helper for missing timestamps across all emission paths; bump CACHE_VERSION to 4withTempAntigravityHome(); add coverage for IDE path detection and timestamp fallbackTest Plan