shipfeedAI news, curated daily

18:53:33 CET
28 JUL18:53:33shipfeed
pull to refreshlast sync
Just in — 30 new
§ tools · storyline

Vercel Sandbox supports forking

Vercel Sandbox adds fork() method to create sandbox copies with inherited configuration and environment variables.

today · · primary fetch1 sourceupdated today ·

now supports forking with .Vercel SandboxSandbox.fork() The fork starts from the source's current snapshot and inherits its config and environment variables. If the source is running, it forks the latest saved state, not the live in-memory state. If the source has no snapshot, it falls back to a fresh create, using the source's and config. Any parameter you pass overrides the inherited value.runtime A fork takes about the same time as creating a sandbox, with the same limits.

Use it to branch an agent from a shared base, give each tenant its own copy of a template, or run variations of one setup in parallel. To fork a sandbox with the SDK: To fork a sandbox with the CLI: To get started, upgrade to the latest version: Learn more in the Sandbox .documentation Read more pnpm install @vercel/sandbox@latest # SDK pnpm install -g sandbox@latest # CLI

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comVercel Sandbox supports forkingprimary