Multi-repo support on cloud agents

Feature request for product/service

Background Agent (GitHub, Slack, Linear,…)

Describe the request

Cloud agents seem to be limited to operate on a single repo, either one project at a time, or a monorepo. In our setup we have one separate repository per application, and another separate repo with our docker setup for the developer environment.

It would be great if Cursor Cloud Agents could work across repos, so that we can set agents loose on updating e.g. both APIs in one project, and UI code in other applications, and it could spin up both services to test end-to-end.

6 Likes

Running into exactly same issue (we need to run API service in addition to the application) and they are on separate repos.

i would also like to see this supported. i am considering putting a special personal access token on the environment that already has one of the repos i need.

In my case, wanted the Cloud Agent to work on my wiki for my project. Github treats these as two separate repos, but can’t do the Wiki work w/o having access to the main code repo.