Skip to content

fix(tui): show directory and git branch in session footer#8854

Open
kunal70006 wants to merge 4 commits intoanomalyco:devfrom
kunal70006:fix/show-branch-in-session-footer
Open

fix(tui): show directory and git branch in session footer#8854
kunal70006 wants to merge 4 commits intoanomalyco:devfrom
kunal70006:fix/show-branch-in-session-footer

Conversation

@kunal70006
Copy link

@kunal70006 kunal70006 commented Jan 16, 2026

Fixes #7927 (partially)

Problem

The Footer component (shows directory + git branch) is imported but never rendered in the session view. Home screen shows it, but during an active session this info disappears.

Solution

Add <Footer /> after <Toast /> in the session layout (1 line change).

Visual Change (TUI)

Before - bottom of session screen:
Screenshot 2026-01-16 at 3 37 59 PM

After - bottom of session screen:
Screenshot 2026-01-16 at 3 37 49 PM

Tested locally with bun dev.

@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

The Footer component was imported but never rendered in the session view.
This adds the Footer component to display the current directory and git
branch in the bottom-left corner during active sessions, matching the
behavior of the home screen.
@kunal70006 kunal70006 force-pushed the fix/show-branch-in-session-footer branch from 6d74631 to 26b81d0 Compare January 16, 2026 09:58
@despian
Copy link

despian commented Feb 6, 2026

Any reason this isn’t merged yet? It’s required, and it’s the easiest one-line commit imaginable. Instant profit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Display Project Name and Git Status in TUI

2 participants