Issues with using cursors

image

As shown in the image, when I first opened Cursor, there was a “1x” option to select multiple models to generate code! However, after a few seconds, I could no longer select any models, and the “1x” icon disappeared. How can I make it display again? My Cursor version is 2.4.7.

Hey thanks for the report.

If it’s still disappearing a few seconds after opening Cursor, it could be related to:

  1. Git worktrees initialization - Cursor checks if worktrees are available when it starts, and if something’s wrong with your Git repository, the option might turn off
  2. Project state - some project types (like multi-root workspaces) had issues with parallel agents

Try checking these things:

  • Run git worktree list in your terminal - what does it show?
  • Does the disappearing happen on a different Git project too?
  • Are there any errors in Output > Worktrees Setup?

Let me know these details