Commit not Working

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Something called Worktree has invaded my software and the AI couldnt find my files because you redirected him to some weird PC location. Now commits wont even work!!! Whats going on!!! Enough updates! Give me stable software without the Editors PAnel. I dont code. I’m not interested. I just want the Agent and a Commit button. Find a layperson to interact with your software. if they cant figure it out easily, you failed.

Steps to Reproduce

open cursor. make a change. no commits.

Expected Behavior

commits work. my folder is not forgotten by ai

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.2.14 (system setup)
VSCode Version: 1.105.1
Commit: 1685afce45886aa5579025ac7e077fc3d4369c50
Date: 2025-12-11T01:12:35.790Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

opus 4.5

Additional Information

hurry up!!!

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. I understand your frustration. Let’s sort this out.

Worktrees are a feature for parallel agents that uses git worktrees. They’re created automatically in certain Agent scenarios. More details: Parallel Agents | Cursor Docs

To help with the commit issue, I need a bit more info:

  1. A screenshot of the Source Control panel (View > Source Control or Ctrl+Shift+G) - what exactly isn’t working with commits?
  2. Check worktrees in the terminal: open the terminal in Cursor and run git worktree list - please share the output
  3. Issue with AI and files: can you share a chat where the AI can’t find files? A Request ID would help (Chat menu > Copy Request ID)

Temporary workarounds:

  • If you see many worktrees in the SCM panel, hide them: Settings > search “git.showCursorWorktrees” > uncheck it
  • Try cleaning up worktrees manually via terminal: git worktree list, then git worktree remove <path> for the unneeded ones

Share the results and I’ll help further.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.