Attempting to turn them on in the ‘local’ drop down shows the tooltip ‘Multiple Models requires a git repository’
However git is connected and working in cursor, i can see at the bottom left git showing the current branch its connected to.
Agents mash everything into the one repo so I cant run them in parallel is the result.
Hey, thanks for the report. The message “Multiple Models requires a git repository” suggests that Cursor might not be detecting the git repository correctly, even if Git is connected.
Could you share the following information:
Workspace location: Is your workspace opened at the root folder of the git repository (where the .git folder is located)? You can check this via File > Open Recent to see the exact path.
Screenshot: A screenshot of your file explorer (File Explorer/Finder) showing the folder structure of your workspace.
Console errors: Check if any errors appear when you try to enable parallel agents (Help > Toggle Developer Tools > Console tab).
The parallel agents feature requires the workspace to be opened at the root of the git repository. If you currently have a nested folder of the repository opened, try opening the root folder instead and see if that fixes the issue.
Thanks, its not opened to the root folder containing .git, but a subfolder (the root has a lot of stuff I dont want under consideration). If it could look in parent folders for the .git folder that would be awesome! or at least an error explaining i need to open the root folder. thanks.