Open fixes in new Cursor instance with correct branch checked out

Feature request for product/service

Cursor IDE

Describe the request

When working on multiple branches in the same repository, I’d like Cursor to open fixes in a new instance with the correct branch checked out automatically.

Current Behavior:
When I click “Fix” on an issue or error, it opens in my current Cursor instance, which may be on a different branch.

Desired Behavior:
When I click “Fix”, Cursor should:

  1. Open a new Cursor window/instance
  2. Automatically check out the appropriate branch for that fix
  3. Allow me to work on multiple branches simultaneously from the same repository

Use Case:
This would be extremely helpful when working on multiple features or bug fixes in parallel, as I could have different Cursor instances open for different branches without needing to manually switch branches or manage multiple workspace folders.