fix: cursor projects fetching

This commit is contained in:
Haileyesus
2026-05-05 21:11:59 +03:00
parent 1325f18173
commit 59fbddecaa
3 changed files with 19 additions and 50 deletions

View File

@@ -18,7 +18,7 @@ const PROVIDER_WATCH_PATHS: Array<{ provider: LLMProvider; rootPath: string }> =
},
{
provider: 'cursor',
rootPath: path.join(os.homedir(), '.cursor', 'chats'),
rootPath: path.join(os.homedir(), '.cursor', 'projects'),
},
{
provider: 'codex',