Cursor 3.7: Cloud Dev Environments and /in-cloud Subagents

Cursor

Tools official 1 src. ~1 min

Cursor 3.7 (June 17, 2026) introduces cloud environment setup — configuring a reproducible dev environment in the cloud in under 10 minutes via a shared terminal session and creating a reusable snapshot. The `/in-cloud` command spins up isolated cloud VM subagents for long-running or parallel work such as CI fixes and codebase exploration. A `/babysit` command lets cloud agents iterate on a PR remotely.

Why it matters

Cloud VM subagents address a key pain point: long-running agent tasks blocking the developer's local workspace. The reusable environment snapshot reduces cold-start overhead for repeated agentic runs.

Importance: 3/5

Notable feature update introducing cloud-native subagent execution — a significant shift in Cursor's agent architecture.

Sources