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): preserve simultaneous right-side toast and address review findings
- Carry left and right toasts separately in FooterViewModel so a right-side
toast is no longer dropped when a left toast is active (regression from the
footer unification).
- Log clipboard read failures at debug before returning None.
- Drop the unused is_clipboard_available re-export from prompt.py.
- Split side-effecting append() calls out of assert statements in history tests.
0 commit comments