Feature request for product/service
Cursor IDE
Describe the request
What happens now: Running /cloud from a git worktree fails with:
No migration strategy found for worktree → cloud
What I’d like: /cloud to just work from a worktree, the same way it does from a normal checkout.
Why: Worktrees are how I run multiple Cursor agents on the same repo in parallel without them stepping on each other. Right now I have to abandon the worktree and switch to the main checkout to move an agent to the cloud, which defeats the point.
Repro:
In Cursor Glass, create a new chat within a workspace and use the “Worktree” option (rather than Local, Cloud, Pool)
Wait for the agent to stop/stop the agent
Run /cloud → error shows
Current workaround:
Ask the agent to move it off of a worktree/merge it into local before running /cloud
Operating System (if it applies)
MacOS