Merge branch 'main' into codex/remote-exec-env-overlay

This commit is contained in:
jif-oai
2026-04-09 18:44:10 +01:00
committed by GitHub
27 changed files with 527 additions and 180 deletions

View File

@@ -549,8 +549,7 @@ pub struct Tui {
/// Ordered list of status line item identifiers.
///
/// When set, the TUI renders the selected items as the status line.
/// When unset, the TUI defaults to: `model-with-reasoning`, `context-remaining`, and
/// `current-dir`.
/// When unset, the TUI defaults to: `model-with-reasoning` and `current-dir`.
#[serde(default)]
pub status_line: Option<Vec<String>>,