v2026.4.7
- More robust macOS VM backend. Closes off the two most-likely paths for the rare "sandbox disappeared with a broken terminal" failure: any framework error is now caught cleanly instead of aborting the process, and a late-arriving VM callback can no longer touch freed memory.
- Silent-exit diagnostics. If the CLI ever does exit abnormally, the log now survives restarts (trimmed to about a megabyte on open) and captures every Rust panic or fatal native signal. A final exit-code line marks clean shutdowns — its absence tells you where the process actually died.
- Airlock version shown in the log and on the monitor tab.
- Monitor TUI usability. Pressing
qcloses an open details pane before returning to the sandbox. Text-selection mode now exits on any keypress or on jumping back to the monitor tab — no more getting stranded with passthrough mouse.
Full Changelog: v2026.4.6...v2026.4.7