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.
If it’s still disappearing a few seconds after opening Cursor, it could be related to:
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
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?