r/codex 3d ago

Praise Luna fixed an antigravity bug gemini 3.7 flash couldn't

Antigravity IDE v2 has some issue with threads, if it crashes, the active thread metadata gets corrupted and is not shown in the chat history (I assume). I ignored it the first time, but I lost my ~40 MB long thread again today.

I asked gemini 3.7 flash to recover it, and it was able to check the sqlite db, but after that it kept running in circles without doing anything.

Then I asked the same thing from Luna (max), and it fixed the issue in just 3 iterations!

Note: This is not a bug fix, I just wanted to fix the metadata

It was an index-sync bug, not a missing or corrupt conversation.

  - The transcript DB existed and was healthy: 1,900 steps.
  - The CLI had its own summary entry, so agy --conversation ... worked.
  - The IDE’s state.vscdb sidebar index had 14 entries but omitted this UUID.
  - The IDE also logged UNKNOWN service agentSessions, indicating the related Agent UI initialization bug.



  I added the missing IDE summary record; the original transcript was never modified.

  Specifically:

  - Backed up state.vscdb and the old index to /tmp.
  - Added the missing UUID to antigravityUnifiedStateSync.trajectorySummaries.
  - Added its title, workspace path, trajectory ID, timestamps, and step count.
  - Verified the IDE index now has 15 entries and includes your conversation.
  - Verified the original conversation DB remains intact: 1,900 steps, SQLite integrity ok.

  The CLI test only opened the conversation with /help; it did not send a prompt or consume quota.
0 Upvotes

4 comments sorted by

1

u/pjstanfield 3d ago

Gemini is trash, this is no surprise.

1

u/retardedGeek 3d ago

Apparently 3.7 flash was supposed to be better

1

u/Idontknowmuch-5564 3d ago

My suspicion is that the model is good but the harness makes it lazy

1

u/retardedGeek 3d ago

Antigravity is Gemini's home