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

@@ -1185,7 +1185,7 @@
},
"status_line": {
"default": null,
"description": "Ordered list of status line item identifiers.\n\nWhen set, the TUI renders the selected items as the status line.",
"description": "Ordered list of status line item identifiers.\n\nWhen 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`.",
"items": {
"type": "string"
},