v0.9.3
·
20 commits
to main
since this release
Highlights
- No autoscaling ceilings:
sandbox.resources.memoryandsandbox.resources.cpusnow pin the sandbox for its whole life; msb's--max-memory/--max-cpusceilings are deliberately not exposed, because agents run inside the sandbox and cannot callmsb modifyfrom the host, so a ceiling never rescues a failing in-sandbox build - Sandbox environment probing: the loop probes host and container environments and leads sandbox notes with concrete transitions
What's Changed
- feat(sandbox): probe host and container environments to lead sandbox notes with concrete transitions
- refactor(sandbox): drop maxMemory/maxCpus boot ceilings