Worktree not showing changes in chat

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor makes changes on a worktree, but I do not see those changes reflected back in the chat panel. I only see some of the changes.

Steps to Reproduce

Use /worktree command and ask for a task to be completed.

Expected Behavior

I should see all changes in chat but it’s not showing all of them.

Operating System

MacOS

Version Information

Version: 3.2.21 (Universal)
VSCode Version: 1.105.1
Commit: 806df57ed3b6f1ee0175140d38039a38574ec720
Date: 2026-05-03T01:46:14.413Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.4.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hi, the worktree diff display can show an incomplete set of changes sometimes. A fix for the diff not updating properly in worktrees landed internally this week and should ship in an upcoming stable release.

In the meantime, you can verify the full set of changes by running git diff HEAD directly in the worktree directory via terminal.