mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03:00
Merge branch 'main' into codex/remote-exec-env-overlay
This commit is contained in:
@@ -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>>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user