opencode icon indicating copy to clipboard operation
opencode copied to clipboard

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

Open kunal70006 opened this issue 1 day ago • 2 comments

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.

kunal70006 avatar Jan 16 '26 09:01 kunal70006