Skip to content

sandbox: v0.5.0

Choose a tag to compare

@cua-release-bot cua-release-bot released this 09 Sep 08:09
6c0348b

Sandbox 0.5.0

Features

  • Typed Driver access through the Sandbox SDK (#3654).
  • An optional compatible Driver SDK extra (#3678).
  • Signed service URLs (#3508).
  • The Image API contract (#3327).

Fixes and release tooling

  • Honor Fleet request timeouts (#3381).
  • Manage Sandbox releases with Release Please and publish from the exact component tag (#3675).

Installation and compatibility

Install Sandbox with the optional typed Driver SDK:

pip install --extra-index-url https://wheels.cua.ai/simple 'cua-sandbox[driver]==0.5.0'

The extra pins cua-driver==0.25.0 and requires a published Driver wheel for your platform. Plain cua-sandbox does not add that dependency. Existing computer-server paths remain unchanged.

Typed hosted access also requires a compatible Driver service and routing in the selected sandbox environment. Installing this SDK does not install or enable that guest service, or establish image compatibility.

Full changes