Bug Report: Agent Chat History Not Displaying Despite .pb Files Being Present
Platform: macOS Monterey | MacBookPro12,1 (Early 2015)
Antigravity Version: Latest (prerelease track)
Account Status: Logged in, authenticated
Summary
The Agent chat history panel is completely empty despite 93 conversation .pb files being confirmed present on disk at the expected location (~/.gemini/antigravity/conversations/). The UI is not indexing or displaying any previous conversations.
Steps to Reproduce
- Open Antigravity IDE
- Open the Agent panel
- Chat history sidebar shows no conversations
- Confirmed via Terminal: 93 .pb files exist at ~/.gemini/antigravity/conversations/
- state.vscdb in globalStorage shows: chat.ChatSessionStore.index | {âversionâ:1,âentriesâ:{}}
What I Have Tried
- Deleted state.vscdb and workspaceStorage to force re-index â resulted in onboarding loop, no history restored
- Used Agent Manager â+ Open Workspaceâ to re-link project folder â sidebar remained blank
- Cleared Service Worker/CacheStorage and Antigravity/Cache â UI cleared but history still missing
- Killed and relaunched Antigravity pointing directly at project folder via Terminal
- Confirmed Git path fixed (git.path: /usr/local/bin/git), Go extension disabled
- Confirmed authentication is active â not showing âAuthentication Requiredâ
Current State
- .pb files: 93 files present, file sizes range from ~300KB to ~9.7MB (indicating real conversation data)
- state.vscdb entries: empty {}
- Agent panel: open, authenticated, zero history displayed
- The .pb files appear to be in protobuf binary format and cannot be read manually
Expected Behavior
The Agent panel should scan ~/.gemini/antigravity/conversations/ on launch and display all previous conversations with titles and timestamps.
Actual Behavior
The panel loads successfully but shows zero conversation history despite the files existing on disk.
Request
Please advise on:
- How to force the UI to re-index existing .pb conversation files
- Whether there is a separate manifest or index file that maps .pb UUIDs to conversation titles
- Whether this is a known regression in a recent update
Thank you.