Conversations all lost after logout and login again

I upgraded my account to Ultra. But it still shows Pro. So I logout and login again.

I found that the conversions are missing in the project.

I checked the ~/.gemini/antigravity/brain and ~/.gemini/antigravity/conversations. And I confirm the file are there. How can I recover the conversations of the project.

Recently same thing happened to me, here’s how I did it

  1. Firstly I identified which conversations i needed to restore (for me only 1 conversation history was important) and noted down its hash
  2. Copied the folder with that hash name from ~/.gemini/antigravity-ide/brain and the conversation file from ~/.gemini/antigravity-ide/conversations to another location.
  3. Opened antigravity and started a new chat (just sent Hi) and close the ide.
  4. Go back again to these two directories and you’ll find a new hash folder and file. Note down that hash
  5. Now go back to the directory where you copied the eariler conversation folder and file and recursively change your previous hash with your new hash (can be done using sed on all files), also change the name of conversation file to the new hash.
  6. Now copy these old conversation file (with new name) and replace the ones in ~/.gemini/antigravity-ide/brain and ~/.gemini/antigravity-ide/conversations

After doing this, I opened the antigravity ide again and I could see my old history in the new chat i created.
But in this case I could also see my old history in its own chat too (which disappeared before)