Skip to content

v0.1.46-rc.1

Pre-release
Pre-release

Choose a tag to compare

@geoffbelknap geoffbelknap released this 04 Jun 00:25
· 400 commits to main since this release
9cf94b8

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 --stream and workspace.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/hosts resolution.
  • Added microagent commit <workspace> <image-ref> and microagent images push for rootfs-to-OCI workflows.
  • Added supervise --install and --uninstall for host reboot survival.
  • Added Linux host networking readiness/setup visibility through diagnostics, doctor, and host 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.sh on macOS arm64: 23 passed, 0 skipped, 0 failed in 621s.
  • GOTOOLCHAIN=go1.26.4 scripts/dev/release-check.sh passed locally.
  • GitHub CI on main at 9cf94b8 passed.