I have the same issue. Index is full, but it won’t search codebase, only if I mention file by name directly.
I’ve tried to restart, update, I’ve even uninstalled cursor, cleaned all remainings, so it started clean with training how to use it - no changes.
I’ve checked “Output” logs of all related to cursor - no errors anywhere, no errors when indexing and no errors when trying to access codebase, it just doesn’t work - it used to show files it feeds to model now it’s empty list
It started around 0.42.2 but seems not right after update but some time after.
That’s strange. I have some very large .NET repos (450k lines, well over 100 files) that I indexed and was able to query with @Codebase just yesterday (10/19/2024).
My version info is: Version: 0.42.2
VSCode Version: 1.93.1
Commit: c499aee5f16e67815c7dc795ff338dc8ab3e07f0
Date: 2024-10-12T05:39:54.471Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
I’ve been using the Sonnet 3.5 model.
Perhaps create a brand new test branch and add 10-15 new files and paste some code in them then index and query it.
I think I have identified what is causing the issue: Apparently Cursor only indexes / accesses only the first folder when working with code-workspaces. See bug report here.
When opening a normal folder, everything works as expected. Both with indexing enabled and disabled (when disabled, Cursor writes out a plan and queries the files live).
But when using a workspace, Cursor cannot access the files. Independent of indexing.
It would be great to allow Cursor access to all workspace folders or at least somehow indicate that not all folder are visible to Cursor.
It’s definitely not an issue I have
I have a full index, it indexes for several minutes and all files are in index, but it just doesn’t search.
Moreover - it’s project specific, I have 2 large Ruby On Rails project where it’s happening
It’s not happening on a Node.js (small) and a Python project (extra large) projects
Where it works it shows file doing codebase search, where it doesn’t work - it thinks for a second showing empty files list and then replies like it doesn’t have access to any files
Hm, weird, I’ve just decided to test it, and it worked! Without anything done on my side, just searched and it used files as it used to be - no install new version, uninstall, cleaning etc.
I guess it was a bug on cursor side that’s gone now, good job for fixing it!