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
Firstly I identified which conversations i needed to restore (for me only 1 conversation history was important) and noted down its hash
Copied the folder with that hash name from ~/.gemini/antigravity-ide/brain and the conversation file from ~/.gemini/antigravity-ide/conversations to another location.
Opened antigravity and started a new chat (just sent Hi) and close the ide.
Go back again to these two directories and you’ll find a new hash folder and file. Note down that hash
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.
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)