You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tui): refresh shell-mode footer budget and strengthen resize assertion
Shell-mode rendering never set _prompt_footer_row_budget, so
_fit_toolbar_to_terminal clipped the bottom toolbar against a stale
agent-mode value (or the initial 0, hiding the footer entirely in a
pure shell session). Refresh it every shell render. Replace a
trivially-true pyte row-count assertion in the resize e2e with a
width-overflow check.
0 commit comments