Did your Antigravity IDE stop loading your past chats? This tool saves your life. It bypasses the IDE's broken history index by injecting the raw data of your inaccessible chats straight into a working session!
- Modern UI: A sleek, premium dark-mode interface.
- Chat Preview: Selecting a broken chat lets you read the parsed
task.mdandwalkthrough.mdfiles visually before you recover it. - One-Click Recovery: Seamlessly inject past contexts back into the IDE.
- Clean Up: Permanently delete bloated, completely unrecoverable context folders with the click of a button.
Antigravity stores your chats as complex compiled .pb files. We cannot safely edit the IDE's internal index, so instead:
- You create a "dummy" chat in the IDE.
- This tool forcefully strips the data from your original broken chat and injects it into the dummy chat's
.pbfile. - You restart the IDE, and the dummy chat magically becomes your FULL, restored conversation.
We provide a single RestoreChats.exe file.
- Download
RestoreChats.exe. - Double-click to run it (Windows may ask for permission).
- A beautiful web interface will automatically open at
http://localhost:8000or at a more suitable port if the default is taken.
If you have Python installed:
- Clone this repository.
- Open a terminal in the folder.
- Run
python RestoreChats.py. - A beautiful web interface will automatically open at
http://localhost:8000or at a more suitable port if the default is taken.
- Open the tool UI in your browser.
- Open Antigravity IDE.
- Click "New Chat".
- Type exactly this:
test. Wait for the AI to reply. Do not close the IDE! - Go to your browser window. Select the broken chat you want to recover from the left sidebar to read its contents.
- Click the beautiful amber Recover Chat button and follow the modal instructions.
- Very Important: CLOSE AND RESTART THE ANTIGRAVITY IDE.
- Click on your "test" chat in the history... and boom! Your entire broken conversation has returned.
- This tool directly edits undocumented binary app data. While it safely targets your local cache, always back up your
~/.gemini/antigravity/conversationsfolder before use. - Trademark Notice: This project is an independent open-source tool and is not affiliated with, endorsed by, or sponsored by the creators of Antigravity IDE.