v0.7.0
What's New
CLI Restructuring
CLI restructured from single command to Click group with subcommands. Fully backward compatible — sbx 'code' still works (auto-inserts run).
sbx prefetch Command
Pre-download all VM assets (kernel, initramfs, gvproxy, base images) for offline use:
sbx prefetch # current architecture
sbx prefetch --arch aarch64 # cross-arch for multi-arch Docker
sbx prefetch -q # quiet for CI/DockerUseful for container builds before running with EXEC_SANDBOX_OFFLINE=1.
API
- New
prefetch_all_assets(arch)function inexec_sandbox.assets - New
PrefetchResultdataclass for operation results
Full Changelog: v0.6.1...v0.7.0