Antigravity 2.0 converstion full empty

in google antigravity 2.0 my all converstion gone i dont know where my softower verstion 2.1.4 during work my power cut of i reopenmy pc and see my all antigravity converstion gone fully empty how to solve

this

probably gor corrupted ? ca nyou check the logs themselves. ask the AI to look for them ?D had similar issues and recover some stuff . YOu can tell him check all the logs you have for owr converstaions using comamnds if you need.

Hi Kevin, thanks for the suggestion. I followed up and asked the AI, but it said it couldn’t recover the conversation for ‘Antigravity 2.0 converstion’. Since you had similar issues, could you share the specific commands you used to check the logs and recover your stuff? Any detail about which logs you checked would be a huge help

This is what i used

"New-Item -ItemType Directory -Force -Path “D:\temp\conversations”; Copy-Item -Path “C:\Users\<user>\.gemini\antigravity\brain\*” -Destination “D:\temp\conversations” -Recurse -Force

This command will:

  1. Create the D:\temp\conversations folder (if it doesn’t already exist).
  2. Recursively copy all your conversation data from your local AppData directory (C:\Users\<user>\.gemini\antigravity\brain) into that new folder.

You can run this directly in your terminal, or I can run it for you if you’d prefer!"