Docs

Packages

@anvia/sandbox: Changelog

Release history for @anvia/sandbox.

Release history mirrored from packages/tool-sandbox/CHANGELOG.md.

0.5.0

Minor Changes

  • 90ff39e: Add pnpm dlx @anvia/sandbox create-image, an interactive and scriptable CLI that generates and builds local Docker images composed from Node.js, Bun, Python, reporting, Playwright, and curated apt, npm, and uv package selections.

0.4.1

Patch Changes

  • 24d42ab: Automatically expose sandbox-backed agent workspaces in Studio through read-only APIs and a dedicated Sandboxes inspector. Studio servers can also leave SIGINT handling to the application or use the managed serve(...) lifecycle to await asynchronous resource cleanup.

0.4.0

Minor Changes

  • 535c04d: Add loopback-only Docker port publishing, managed long-running processes, readiness checks, and opt-in agent tools for application-proxied website previews.

0.3.7

Patch Changes

  • 433f642: Simplify optional object construction across runtime integrations without changing public behavior.

0.3.6

Patch Changes

  • 25388db: Publish the widened @anvia/core peer dependency range so current 0.x core releases satisfy the sandbox peer requirement.

0.3.5

Patch Changes

  • 94362c9: Move @anvia/core to peer dependencies for packages that expose or consume core types, preventing duplicate private-type incompatibilities in consumer apps.

0.3.4

Patch Changes

  • Updated dependencies [ef5e727]
    • @anvia/core@0.7.0

0.3.3

Patch Changes

  • Updated dependencies [369b6c4]
    • @anvia/core@0.6.3

0.3.2

Patch Changes

  • Updated dependencies [4806f3e]
    • @anvia/core@0.6.2

0.3.1

Patch Changes

  • 3572881: Flatten package folders to the top-level packages/* workspace layout. This only updates repository layout metadata and does not change package behavior.

0.3.0

Minor Changes

  • 18403b7: Add sandbox V2 controls for persistent workspaces, lifecycle cleanup, streaming command execution, file-size limits, observability hooks, language presets, and model-facing tool policies.

0.2.2

Patch Changes

  • Updated dependencies [2d039f6]
    • @anvia/core@0.6.1

0.2.1

Patch Changes

  • Updated dependencies [e54aece]
    • @anvia/core@0.6.0

0.2.0

Minor Changes

  • 74797ba: Add a Docker-backed sandbox package for ephemeral agent workspaces.