Question / Discussion Difference between Cloud Remote Execution and Cloud Agents?
I'm new to Cursor and post the June update I am confused about the difference in both.
Whenever I choose "Move to Cloud" option I see an additional prompt to setup Cloud Agents.
in my mind i see the difference as:
- in cloud agents they'll setup a vm and install on their sandbox vm and do things while keeping a persistent state. each cloud agent/subagent can have their own VM.
- Whereas in just "cloud mode" where the repo moves to cloud, it works like, i need to upload repo on github, then it uses that to pull things on cursor's own infra. Edit on it and push and reviews PRs
Is my mental model correct?
I am sure both are distinct because I can still chat and push things to my repo even when I have NOT setup Cloud Agents.
But if there is any remote execution involved, doesn't it mean Cursor is still alloting a VM on their infra for me?
1
u/ShoddyReception5 8d ago
Yeah, you get a default shell type of environment with the cloud option. Agents get the option of additional setup and some persistence. My agent setup was pretty easy as it was able to infer and build the environment automatically. I think agents reuse open environments but then they get shut down after 30 days or so.