claude-code - 💡(How to fix) Fix [FEATURE] display current location + current git branch [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#60500Fetched 2026-05-20 03:57:01
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Participants
Timeline (top)
labeled ×4commented ×1renamed ×1

Code Example

{current working location} {[current working git branch]}
--------------------------------------------------------------------
> input
--------------------------------------------------------------------

---

~/path/to/my/current/location [feature/awesome-new-feature]
--------------------------------------------------------------------
> 
--------------------------------------------------------------------
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • 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

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] display current location + current git branch [1 comments, 2 participants]