I also tried only copying the ~/Library/Application Support/Cursor/User/workspaceStorage to another new Macbook. The Cursor has no chat history at all. How exactly should this be properly done?
Hey, itâs possible that the chat history file got corrupted due to unexpected actions. You can try exporting the chat history using this extension, as long as the file isnât damaged.
but how did it get corrupted, i still have the workspaceStorage and each folder has the state.vscdb and the state.vscdb.backup. Why is it that I couldnât view them anymore..
~ % sqlite3 /Users/hermantam/Library/Application\ Support/Cursor/User/workspaceStorage/4b08d2b751a8ee9e87d3a753cf2c75ac/state.vscdb âSELECT value FROM ItemTable WHERE key = âworkbench.panel.aichat.view.aichat.chatdataâ;â
~ % sqlite3 /Users/hermantam/Library/Application\ Support/Cursor/User/workspaceStorage/4b08d2b751a8ee9e87d3a753cf2c75ac/state.vscdb âSELECT DISTINCT key FROM ItemTable WHERE key LIKE â%chat%â OR key LIKE â%prompt%â OR key LIKE â%ai%â;â
None of these contain actual chat content? Newer Cursor versions use different key naming conventions? This workspace has no saved chat data?
The chats are stored elsewhere?: Likely in the main chatHistory.db or globalStorage? Any assistance or insights are appreciated!