feat(tui) /clear (#12444)

# /clear feature! 

/clear will clear your terminal while preserving the context/state of
the thread.
This commit is contained in:
Won Park
2026-02-21 22:06:56 -08:00
committed by GitHub
parent 37610240ec
commit 82d3c9ed76
11 changed files with 299 additions and 3 deletions

View File

@@ -54,6 +54,9 @@ pub(crate) enum AppEvent {
/// Start a new session.
NewSession,
/// Clear the terminal UI (screen + scrollback) without changing session state.
ClearUi,
/// Open the resume picker inside the running TUI session.
OpenResumePicker,