I’m on windows and I navigated to AppData\Roaming\Cursor\User\workspaceStorage\somerandomstring\state.vscdb and with a SQLite DB Browser successfully read the text prompts stored as values under key “aiSErvice.prompts” and “aiService.generations”.
The “aiService.generations” have entries:
[{“unixMs”:176923022****,“generationUUID”:“9f0d9e98-3b8f-4433-9550-******”,“type”:“composer”,“textDescription”:“[my prompt in text]”},…}
So I think the AI response to my prompt is associated with its generationUUID, but how do I find where the AI response is stored locally on my computer given this UUID?
hi colin, i need to view the ai generated ouptu for a specific prompt whose generationUUid i found in vscdb; im not exporting the directly because its missing this important cell here both in the ui and the export button, i need that exact ai generated text , where can i find it on my local(is it even saved or is the generation lost completely)