All my Cursor chats have disappeared from the history after using Agents window

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After opening the Agents window for the first time, selecting a repo, and sending a prompt, my entire local chat history disappeared from “Show Chat History.” in the original IDE view.
Only cloud chats are still visible - all local ones are gone.

Steps to Reproduce

Open the Agents window for the first time
Select a repo and send a prompt
Open “Show Chat History” — local chats are no longer listed Lose all your chats

Expected Behavior

Not to lose your chats

Screenshots / Screen Recordings

Notice how I can see my open chat [BUIL-4973] [Sentry] despite it not being listed in the history chat dropdown!!

Operating System

MacOS

Version Information

Version: 3.4.20
VSCode Version: 1.105.1
Commit: 0cf8b06883f54e26bb4f0fb8647c9500ccb43310
Date: 2026-05-15T02:26:10.351Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.2.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hi @Andy9822 Thanks for the post. The behavior you’re seeing is our new model picker, which groups models by family rather than individual reasoning level. So if you enable Opus 4.7 in settings, then you can hover over the model picker in the prompt box and choose various reasoning levels and context sizes, like so:

Hey Kevin, thanks for chiming in!
Got it, I wasn’t aware of this new model picker and UX

However, my main issue and the reason/title of this report remains: why have I lost all my chats? Why can’t I see anything but Cloud chats?

hey @Andy9822 , chat are normally saved inside a state.vscdb file, on darwin, you can find it on Cursor/User/globalStorage/state.vscdb, tho i’m not sure of the exact path on darwin os. As your chat are missing, you will probably see 2 instance of it, pick the bigger one as it will be the one with all your chat, and yeah, I would also tell you to try to search how other people resolved that in darwin because i am not familiar with it, but at least you have something to start working from! hope the issue resolve

Thanks @Tom_Coustols !

@Andy9822 sorry I got pulled away typing my response:

Ok I have a series of troubleshooting steps that I think will help. Let’s start first with the basics:

  1. Can you try toggling the agents side bar? Does that expose any of your old chats there?

  1. Next, are any of your chats visible in the agents view? Or are they gone from both?
  2. Can you please run Cmd+Shift+PDeveloper: Reload Window and restart Cursor?
  3. If nothing changes:
    Your chats are most likely still here: macOS: ~/Library/Application Support/Cursor/User/globalStorage/state.vscdb

hey @kevinn!

I’ve toggled the Agents sidebar and got the same incomplete list of chats as in the history dropdown: only Cloud chats (and local chats from AFTER the bug/loss from trying out the Windows Agent last week);
Reloading in developer mode also didn’t fix it

The chat file does exist, and has 6GB - which I believe is the real full history:

[11:14:44] ➜  convertkit git:(main) ✗ la /Users/andyruizgarramones/Library/"Application Support"/Cursor/User/globalStorage/state.vscdb
-rw-r--r--@ 1 andyruizgarramones  staff   6,0G 18 Mai 11:11

So, in short: I think trying out Windows Agent somehow corrupted something or set some filter and I only see Cloud chats before that “cutoff”.

any update here @kevinn ?

@Andy9822 Can you see your chats if you return to IDE view?

FWIW I had only used the Windows Agent for like 15 min and then came back to the IDE and been using it only since then @kevinn

In case it helps you, I was debugging a bit and this is what I’ve found:

  1. The chats still exist in disk - they are all in /Users/andy/.cursor/projects/Users-andyruizgarramones-AndyDev-convertkit/agent-transcripts/
  2. If I use the IDE’s new Find with Agent, it actually finds those missing/gone chats
  3. In fact, if I click on them via the “hyperlink” in the chat, they’ll open as a new chat tab
  4. However they still don’t appear on the history nor I can open them in any other way


Just ask cursor to being them back!