chore: CLI v2.1.75–v2.1.80 audit and support (#223–#232) #233

Merged
naomi merged 10 commits from chore/cli into main 2026-03-23 14:28:09 -07:00
Showing only changes of commit 405a8a43fb - Show all commits
+3
View File
@@ -630,6 +630,9 @@ impl WslBridge {
let process_mid_watchdog = self.process.clone();
let pending_since_watchdog = self.pending_since.clone();
let generation_watchdog = self.watchdog_generation.clone();
// 5-minute stuck timeout is intentionally larger than the CLI's 2-minute per-attempt
// non-streaming fallback (added in v2.1.79). A non-streaming response will either
// succeed or fail with a Result message well within this window.
const STUCK_TIMEOUT: Duration = Duration::from_secs(5 * 60);
const POLL_INTERVAL: Duration = Duration::from_secs(30);
thread::spawn(move || {