Cursor BugBot cant figure out branch

Where does the bug appear (feature/product)?

BugBot

Describe the Bug

When clicking on fix in cursor button in the github comment, it opens up cursor and complains about the branch not being checked out. The branch is in fact checked out, but under a subdirectory of the project. No way to continue because of the error message (“checkout branch”,“continue”). Continue doesn’t.

Steps to Reproduce

cursor config
top level directory/repo1
top level directory/repo2

click on a bug fix for a repo and it fails.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.6.27
VSCode Version: 1.99.3
Commit: d750e54bba5cffada6d7b3d18e5688ba5e944ad0
Date: 2025-09-17T20:21:17.042Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Is this just a normal subdirectory or a git submodule? There’s a known issue with git submodules here

The top level is a normal directory. Each subdirectory is a git checkout. Not sure if that is what you mean by submodule.

Yeah I believe those are git submodules! A bit tricky here but we should try to prioritize fixing this. This is on our list :slight_smile: