Skip to content
 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AG Chat Recovery

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!

✨ Features

  • Modern UI: A sleek, premium dark-mode interface.
  • Chat Preview: Selecting a broken chat lets you read the parsed task.md and walkthrough.md files 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.

How It Works (The "Injection" Method)

Antigravity stores your chats as complex compiled .pb files. We cannot safely edit the IDE's internal index, so instead:

  1. You create a "dummy" chat in the IDE.
  2. This tool forcefully strips the data from your original broken chat and injects it into the dummy chat's .pb file.
  3. You restart the IDE, and the dummy chat magically becomes your FULL, restored conversation.

🚀 Installation & Usage

Option 1: Standalone Windows Executable (Recommended for most users)

We provide a single RestoreChats.exe file.

  1. Download RestoreChats.exe.
  2. Double-click to run it (Windows may ask for permission).
  3. A beautiful web interface will automatically open at http://localhost:8000 or at a more suitable port if the default is taken.

Option 2: Run from Source (For developers)

If you have Python installed:

  1. Clone this repository.
  2. Open a terminal in the folder.
  3. Run python RestoreChats.py.
  4. A beautiful web interface will automatically open at http://localhost:8000 or at a more suitable port if the default is taken.

🛠️ Step-by-Step Recovery Guide

  1. Open the tool UI in your browser.
  2. Open Antigravity IDE.
  3. Click "New Chat".
  4. Type exactly this: test. Wait for the AI to reply. Do not close the IDE!
  5. Go to your browser window. Select the broken chat you want to recover from the left sidebar to read its contents.
  6. Click the beautiful amber Recover Chat button and follow the modal instructions.
  7. Very Important: CLOSE AND RESTART THE ANTIGRAVITY IDE.
  8. Click on your "test" chat in the history... and boom! Your entire broken conversation has returned.

⚠️ Disclaimer

  • This tool directly edits undocumented binary app data. While it safely targets your local cache, always back up your ~/.gemini/antigravity/conversations folder 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.

About

The ultimate tool to forcefully recover corrupted and blocked conversations from the Antigravity IDE.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages