mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
feat(tui) /clear (#12444)
# /clear feature! /clear will clear your terminal while preserving the context/state of the thread.
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user