-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Warp git status and diff tracking fails in Claude Code worktree mode (-w) #10134
Copy link
Copy link
Open
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:code-reviewGit diff views, review UI, review comments, and PR-focused agent flows.Git diff views, review UI, review comments, and PR-focused agent flows.area:workspaceFile tree, workspace navigation, project switching, and working-directory management.File tree, workspace navigation, project switching, and working-directory management.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:code-reviewGit diff views, review UI, review comments, and PR-focused agent flows.Git diff views, review UI, review comments, and PR-focused agent flows.area:workspaceFile tree, workspace navigation, project switching, and working-directory management.File tree, workspace navigation, project switching, and working-directory management.bugSomething isn't working.Something isn't working.os:macmacOS-specific behavior, regressions, or requests.macOS-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Summary
Warp does not surface branch git status or file diffs when working in Claude Code worktree mode (
claude code -w), which blocks using that workflow in Warp.Problem
In Warp, repositories opened through Claude Code worktree mode are not handled correctly for git-aware UI features. The terminal can still run git commands, but Warp is not able to follow the active worktree state for branch status and changed-file diffs.
Expected behavior
When using
claude code -w, Warp should detect and track the active git worktree the same way it tracks a standard repository, including current branch status and file diff visibility.Actual behavior
Warp is not able to handle Claude Code worktree mode for git tracking surfaces. Current branch status and file diff information are not available in Warp for that worktree flow.
Reproduction steps or desired workflow
claude code -w.Artifacts
None attached
Warp version
v0.2026.04.29.08.57.stable_01
Operating system
macOS 26.4.1 (build 25E253)