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?