[BUG] Status bar no longer shows repository name, only branch name
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
The status bar at the bottom of the Claude Code (Desktop app) window previously showed
the repository name alongside the branch name (e.g. "Project X ← master").
It now only shows the branch name twice (e.g. "master ← master"),
which makes it impossible to tell which repository you are working in
at a glance, especially when working with multiple repos.
What Should Happen?
The status bar should display the repository name together with the
branch name, as it did in earlier versions — e.g. "BUMS ← master"
instead of "master ← master".
Error Messages/Logs
Steps to Reproduce
- Open Claude Code desktop app on Windows
- Open any git repository
- Look at the status bar at the bottom of the window
- Observe that it shows "master ← master" instead of
the repository name and branch (e.g. "Project X ← master")
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
1.3109.0
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗