v0.1.46-rc.1
Pre-release
Pre-release
·
400 commits
to main
since this release
v0.1.46-rc.1
Release candidate for the storage, networking, supervision, health, streaming exec, scaffold, commit/push, and Apple VF parity release.
Highlights
- Added
microagent init <name>to scaffold starter agent body projects. - Added health checks and restart-on-unhealthy behavior for supervised workspaces.
- Added streaming structured exec with
exec --streamandworkspace.ExecStream. - Added managed named volumes and attach-by-name semantics.
- Added user-defined named networks on Linux/Firecracker with stable member IPs, managed bridge connectivity, and injected
/etc/hostsresolution. - Added
microagent commit <workspace> <image-ref>andmicroagent images pushfor rootfs-to-OCI workflows. - Added
supervise --installand--uninstallfor host reboot survival. - Added Linux host networking readiness/setup visibility through diagnostics,
doctor, andhost setup-networking. - Brought Apple Virtualization.framework validation up to the backend-neutral E2E surface, including networking, publish, workspace-connect, mediation/vsock transport, supervision, volumes, commit-images, secrets, health, and streaming exec coverage.
Validation
scripts/dev/microagent-e2e.shon macOS arm64: 23 passed, 0 skipped, 0 failed in 621s.GOTOOLCHAIN=go1.26.4 scripts/dev/release-check.shpassed locally.- GitHub CI on
mainat9cf94b8passed.