mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-08-14 19:16:40 +00:00
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. |
||
|---|---|---|
| .. | ||
| core | ||
| ffi | ||
| linux | ||
| macos | ||
| windows | ||