docs(tui): align statusline customization limits

This commit is contained in:
Hunter Bown
2026-06-01 17:20:49 -07:00
parent 9bd08c2f1c
commit ae2000b59a
3 changed files with 15 additions and 11 deletions
+3 -2
View File
@@ -432,9 +432,10 @@ osc8_links = true # emit OSC 8 escapes around URLs (Cmd+click in iTer
# Ordered footer chips shown in the TUI status line. Omit the key to use the
# built-in default; set [] to hide all configurable chips. You can also edit
# this interactively with `/statusline`.
# Supported keys: mode, model, cost, balance, status, coherence, agents,
# Supported keys: mode, model, cost, balance (DeepSeek / DeepSeekCN only),
# status, coherence, agents,
# reasoning_replay, prefix_stability, cache, context_percent, git_branch,
# last_tool_elapsed, rate_limit, tokens.
# last_tool_elapsed (placeholder), rate_limit (placeholder), tokens.
# status_items = ["mode", "model", "status", "git_branch", "tokens", "cache"]
# notification_condition = "always" # always | never — overrides [notifications].threshold_secs.
# "always" = notify on every successful turn (no threshold);