fix(tui): allow longer quiet reasoning waits#3972
Conversation
Signed-off-by: Hmbown <101357273+Hmbown@users.noreply.github.com>
|
Claude finished @Hmbown's task in 2m 50s —— View job Review complete ✅
SummarySmall, well-scoped change: raises the default stream idle timeout Correctness — logic checks out:
Provider/model route safety — not applicable; nothing here touches provider/model selection or prefix parsing. Reuse/simplification — no issues; no duplicated logic introduced. Tests — good coverage overall: Security — no concerns; no new secret handling, exec, or input-validation paths. Note: I was unable to execute |
Signed-off-by: Hmbown <101357273+Hmbown@users.noreply.github.com>
|
Claude finished @Hmbown's task in 38s —— View job Review complete ✅
SummaryThis Correctness — trivial, no issues. Both changelog files were updated consistently (same wording, same issue reference added in both places). Everything from the prior full review still stands:
No new findings from this update. Nothing blocking. |
Summary
/config stream_chunk_timeout_secsdefault copy and configuration docsRefs #2487 (one concrete quiet-model-wait / stalled-turn path; the umbrella issue remains broader).
Tests
cargo fmt --all --checkgit diff --checkcargo test -p codewhale-tui --bin codewhale-tui --locked stream_chunk_timeoutcargo test -p codewhale-tui --bin codewhale-tui --locked turn_liveness