feat(tui): expose stream chunk timeout config
Harvested from PR #2507 by @cyq1017. Reported by @mserrano11 in #2365. Co-authored-by: cyq1017 <61975706+cyq1017@users.noreply.github.com>
This commit is contained in:
@@ -472,6 +472,7 @@ max_subagents = 10 # optional (1-20)
|
||||
alternate_screen = "auto" # auto/always use the TUI screen; never uses terminal scrollback
|
||||
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)
|
||||
stream_chunk_timeout_secs = 300 # optional SSE idle timeout per chunk (0 = default, 1-3600)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user