agent-desktop/crates
Lahfir 39cf1f0ad3 fix: clamp auto-wait budget to prevent Instant overflow panic
An unbounded --timeout-ms flowed into Instant::now() + Duration::from_millis(ms)
and panicked on overflow; with no catch_unwind on the CLI path this was a raw
crash on trivial input (e.g. --timeout-ms 99999999999999999999). Clamp the
budget to a 24h ceiling before deadline construction, with a regression test.
Also add APP_UNRESPONSIVE to the error-code as_str/serde consistency test, which
was silently non-exhaustive after the 16th variant landed.
2026-07-02 22:39:14 -07:00
..
core fix: clamp auto-wait budget to prevent Instant overflow panic 2026-07-02 22:39:14 -07:00
ffi feat: complete foundation contract units U10 through U19 2026-07-02 21:42:50 -07:00
linux
macos fix: redact --env values from trace-reachable errors; dedupe scroll_into_view 2026-07-02 22:35:11 -07:00
windows