Hi,
I encountered two blockings that would be great features I think, both related to working in parallel.
First is working in parallel on the same project. Would like to be possible to have two agents working on same codebase while writing on two different git branches (using git worktrees?) so that I can work on two features in parallel.
Second is working on two projects that are related: an agent project and a MCP server that the agent calls. at the time of doing test I would like the agent working on project 1 to be able to say to agent 2 “hey your server is not working i just tried this tool and it does not work, here is how I did…” and the other agent to start working on it. Right now I am passing messages between my two agents, feeling kinda weird lol.
Thanks for considering these upgrades. Thanks for the work on Cursor.
Regards
Ooh yeah, something like this would be great. I have a similar issue, I have two related projects (mobile app and device firmware). I feel like I’m constantly explaining the other repository to the agent. Then saying “now give me a prompt that I can give to the other agent to fix ”. It’s a clunky experience.
EDIT - Although it just occurred to me to make a master folder, put both repositories in it, and then initiate Cursor in the master folder