This patch release fixes a CLI crash that could occur while HAR network recording was shutting down. Network activity was being serialized and saved from a background task, which could race command completion and crash during process exit. HAR recording is now centralized and finished once at the session boundary, so late entries are safely ignored rather than triggering writes after shutdown begins. The recorder is also flushed before the CLI exits on error, preserving the network.har artifact for debugging.
For teams using the canary caching acceptance test, the suite now tolerates propagation lag in the Kura-backed compilation cache by retrying the warm rebuild until every cacheable task is served from the cache. This is a test-only change that restores the canary reliability without lowering the cache-hit threshold.