Commit a73bb1f
fix: Cursor workspaceStorage path was ../.. too deep, should be .. (v0.7.7)
globalStorage is Cursor/User/globalStorage, so workspaceStorage sibling is
Cursor/User/workspaceStorage — not Cursor/workspaceStorage. This caused Cursor
Composer sessions to always show (0).
No sqlite3.exe spawned — queryDb uses better-sqlite3 only, falls back silently.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent dcf3640 commit a73bb1f
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | | - | |
| 322 | + | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments