Enable default status line indicators in TUI config (#12015)

Default statusline to something
<img width="307" height="83" alt="Screenshot 2026-02-17 at 18 16 12"
src="https://github.com/user-attachments/assets/44e16153-0aa2-4c1a-9b4a-02e2feb8b7f6"
/>
This commit is contained in:
jif-oai
2026-02-18 09:51:15 +00:00
committed by GitHub
parent 1946a4c48b
commit 0dcf8d9c8f
6 changed files with 32 additions and 41 deletions

View File

@@ -258,6 +258,9 @@ pub struct Config {
pub tui_alternate_screen: AltScreenMode,
/// Ordered list of status line item identifiers for the TUI.
///
/// When unset, the TUI defaults to: `model-with-reasoning`, `context-remaining`, and
/// `current-dir`.
pub tui_status_line: Option<Vec<String>>,
/// The directory that should be treated as the current working directory