Display current git branch in session UI

Resolved 💬 4 comments Opened May 15, 2026 by slelinger Closed May 18, 2026

Feature request: Display the current git branch in the session header or prompt.

Use case: When working with multiple Claude Code sessions across different git worktrees/branches, it's difficult to track which session is working on which branch. This is especially challenging when using worktrees for parallel development.

Proposed solution: Display the current git branch (from git branch --show-current) in:

  • Session title/header
  • Command prompt
  • Or as a persistent status indicator

Note: This was previously raised in #33123 which was closed as stale, but the feature is still relevant and would be valuable for users working with multiple worktrees/branches.

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗