[FEATURE] display current location + current git branch
Resolved 💬 2 comments Opened May 19, 2026 by rmompo Closed May 21, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Im heavy claudecode user (gh copilot too), besides they're very aligned, sometimes there are little differences, one thing i really want to have in claudecode is to have allways (like in gh copilot) information about:
1 - current working location (claudecode shows it on startup and !pwd)
2 - if available (git tool & '.git' folder), current working branch
Im used to have 3 or 4 WSL2 terminals working at the same time on different projects, this line of info is totally helpfull for me.
Proposed Solution
shows this info just above input area like this:
{current working location} {[current working git branch]}
--------------------------------------------------------------------
> input
--------------------------------------------------------------------
example:
~/path/to/my/current/location [feature/awesome-new-feature]
--------------------------------------------------------------------
>
--------------------------------------------------------------------
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
Interactive mode (TUI)
Use Case Example
_No response_
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗