Skip to content

v2026.4.7

Choose a tag to compare

@github-actions github-actions released this 23 Apr 18:02
· 13 commits to main since this release
c6fdbc8
  • 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 q closes 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