Skip to content

v0.7.8

Choose a tag to compare

@chriswritescode-dev chriswritescode-dev released this 02 Aug 01:17
· 58 commits to main since this release

Breaking changes

  • The sandbox runtime now uses the sbx CLI instead of Docker. Sandbox execution and the container template have migrated from Docker to sbx create/sbx exec. Custom mounts now require absolute host paths, and legacy Docker sandbox configuration emits warnings.

What's changed

  • feat: migrate sandbox driver from Docker to the sbx CLI (#82)
  • feat: fall back to alternate auditor model on provider limit (#81)
  • fix(sandbox): canonicalize paths when detecting mount overlap (#83)