@vercel/sandbox@2.2.0
·
7 commits
to main
since this release
Minor Changes
- Move the interactive shell server out of the sandbox and into the sandbox-controller.
sandbox connect/ssh(CLI) and the newSandbox.openInteractive()(SDK) now request a WebSocket URL and token from the API and connect to the controller-hosted PTY, instead of installing and bootstrapping thevc-interactive-serverbinary inside the sandbox at connect time. This removes the bundled server binary along with the@vercel/pty-tunneland@vercel/pty-tunnel-serverpackages. (#222)
Patch Changes
- Upgrade Zod to v4 and update validators for Zod 4 compatibility. (#219)