Git status mismatch: UI shows phantom changes after commit
Status Open
Maintainer reply None cached
Activity 0 comments · opened Jul 16, 2026
After committing changes, Claude Code UI displays '+466 -112 Änderungen übernehmen' but terminal git status reports 'working tree clean'.
Steps to reproduce:
- Make commits in Claude Code
- Run
git statusin terminal after commit - Check Claude Code UI — shows phantom changes despite clean working tree
Expected: UI reflects actual git state
Actual: UI shows changes that don't exist
Environment:
- Branch: main, 1 commit ahead of origin
- Model: Haiku 4.5
- Platform: Windows 11