I am working on a very large enterprise monorepo, and it is impossible for me to open Cursor at the root of the monorepo to use Multiple Requests.
I have seen that it is possible to use background agents, but I would also like to be able to enable multiple requests via a git repo.
I have multiple TS projects with different TS versions. They don’t co-exist well.
I was able to workaround this by creating several workspace files, one for each project, but all of them starting at repo root. Then I used “files.exclude” to exclude everything except the project in question. A bit cumbersome but it did the trick.
@condor its very common for devs to only have a sub directory of a mono-repo open on their IDE. Its very unfortunate that multiple models would only be supported by opening the entire repo.
Some companies/projects have repos with dozens of different services, its a hassle or even not feasible to have all that open in your IDE, please consider supporting this as I think a lot of devs fit this use case.
I have this issue too, I have lots of repos open in their own folder in my workspace. I expected I would have been able to pick which folder, and therefore which git repo for the agents to work from