Agentic Sandbox v2026.6.24
Agentic Sandbox v2026.6.24
Released: 2026-06-19 Tag: `v2026.6.24` Previous: `v2026.6.23` Compare: `v2026.6.23...v2026.6.24`
What This Release Is
v2026.6.24 supersedes v2026.6.23. It carries the Docker/VM runtime bootstrap injection release plus the Docker provider-image fix needed for a real managed Claude session target.
Highlights
- Docker, VM, and host provisioning use the normalized bootstrap enrollment
envelope instead of the retired `AGENT_SECRET` path.
- Docker v2 provisioning starts a real managed container with canonical
instance IDs, management endpoint env, labels, mounts, and one-time bootstrap enrollment material.
- VM-backed Rust E2E target discovery waits for SSH readiness before declaring
the VM unavailable.
- `agentic/claude:latest` now includes `agentic-provider-inventory`,
`agentic-provider-readiness`, and `agentic-claude-automation`.
- `agentic/automation-control:latest` now includes the missing provider
readiness and Claude launch helpers so orchestrators can probe provider capability consistently across container and VM loadouts.
Verification
bash -n images/common/automation-control/provider-inventory.sh \
images/common/automation-control/provider-readiness.sh \
images/common/automation-control/claude-automation.sh \
images/common/automation-control/codex-automation.sh \
tests/container/smoke.sh
make lint
python3 scripts/check-doc-links.py --docs-root docs
git diff --check
env CARGO_BUILD_JOBS=10 make test-unit
env CARGO_BUILD_JOBS=10 cargo test --manifest-path management/Cargo.toml --test e2e_resource_limits -- --nocapture