Skip to content

@vercel/sandbox@2.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 08:13
· 7 commits to main since this release
28dc198

Minor Changes

  • Move the interactive shell server out of the sandbox and into the sandbox-controller. sandbox connect/ssh (CLI) and the new Sandbox.openInteractive() (SDK) now request a WebSocket URL and token from the API and connect to the controller-hosted PTY, instead of installing and bootstrapping the vc-interactive-server binary inside the sandbox at connect time. This removes the bundled server binary along with the @vercel/pty-tunnel and @vercel/pty-tunnel-server packages. (#222)

Patch Changes

  • Upgrade Zod to v4 and update validators for Zod 4 compatibility. (#219)