docs(tui): document statusline footer items
This commit is contained in:
@@ -429,6 +429,13 @@ alternate_screen = "auto" # auto/always use the TUI screen; never uses termina
|
||||
mouse_capture = true # true copies only transcript user/assistant text; false uses raw terminal selection/copy
|
||||
terminal_probe_timeout_ms = 500 # optional startup terminal-mode timeout (100-5000ms)
|
||||
osc8_links = true # emit OSC 8 escapes around URLs (Cmd+click in iTerm2/Ghostty/Kitty/WezTerm/Terminal.app 13+); set false for terminals that misrender
|
||||
# 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,
|
||||
# reasoning_replay, prefix_stability, cache, context_percent, git_branch,
|
||||
# last_tool_elapsed, rate_limit, 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);
|
||||
# "never" = suppress all turn-completion notifications;
|
||||
|
||||
Reference in New Issue
Block a user