Cursor v3 “Changes” tab does not work with multi-repo projects. Previously I was using a multi-repo workspace in v2 with no problems. Now on v3 it only offers git support for the first repo.
Steps to Reproduce
Open a project like
project/
git-repo-1/
git-repo-2/
Make a change that spans both repos
Open the Changes tab
Notice that only changes in git-repo-1 appear
Expected Behavior
Changes from all modified git repos in the project should appear (and git controls like push should probably be disabled until you hopefully add multi-repo git support)
Are you using the new Agents Window in this case? Support for multi-repo is pretty nascent here and something we still need to build out (and it’s something we’re working on)!
That said, nothing should have changed if you’re still using the Editor window (Cmd + Shift + N to get back from the Agents Window).
Hello! I’m experiencing the same issue when working with multiple repositories in a single workspace. Since all repos are part of the same project, tasks like bug fixes or feature development often require changes across several repositories.
I hope this gets addressed soon. I’ve really enjoyed using Cursor v3, but for now I’ve had to switch back to my previous IDE (Cursor 2) because of this limitation.