Skip to content

Version Packages#290

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#290
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@dawn-ai/cli@0.8.6

Patch Changes

  • 9d115de: dawn dev startup readiness timeout is now configurable via DAWN_DEV_READY_TIMEOUT_MS (default unchanged at 5s). Also de-flakes the dev-command disposal test that raced child startup against the readiness window in CI.
  • 4ede7b8: Add an opt-in execution sandbox: a provider-agnostic SandboxProvider contract
    with a Docker reference (dockerSandbox), giving each conversation thread a
    hard-isolated workspace (filesystem + shell + network). Enable via
    dawn.config.ts sandbox: { provider: dockerSandbox({ image }) }; without it,
    behavior is unchanged. Adds a typed config() helper. When sandboxed, the
    materialized agent cache is bypassed so tools bind per-thread. Honest scope:
    Docker's boundary (not a microVM); allow-mode network denylist is best-effort
    in the Docker reference. New package @dawn-ai/sandbox (+ @dawn-ai/sandbox/testing
    fakeSandbox and a provider conformance kit).
  • Updated dependencies [4ede7b8]
    • @dawn-ai/core@0.8.6
    • @dawn-ai/langchain@0.8.6
    • @dawn-ai/langgraph@0.8.6
    • @dawn-ai/memory@0.8.6
    • @dawn-ai/permissions@0.8.6
    • @dawn-ai/sqlite-storage@0.8.6

@dawn-ai/core@0.8.6

Patch Changes

  • 4ede7b8: Add an opt-in execution sandbox: a provider-agnostic SandboxProvider contract
    with a Docker reference (dockerSandbox), giving each conversation thread a
    hard-isolated workspace (filesystem + shell + network). Enable via
    dawn.config.ts sandbox: { provider: dockerSandbox({ image }) }; without it,
    behavior is unchanged. Adds a typed config() helper. When sandboxed, the
    materialized agent cache is bypassed so tools bind per-thread. Honest scope:
    Docker's boundary (not a microVM); allow-mode network denylist is best-effort
    in the Docker reference. New package @dawn-ai/sandbox (+ @dawn-ai/sandbox/testing
    fakeSandbox and a provider conformance kit).
  • Updated dependencies [4ede7b8]
    • @dawn-ai/workspace@0.8.6
    • @dawn-ai/permissions@0.8.6
    • @dawn-ai/sdk@0.8.6
    • @dawn-ai/sqlite-storage@0.8.6

create-dawn-ai-app@0.8.6

Patch Changes

  • @dawn-ai/devkit@0.8.6

@dawn-ai/evals@0.8.6

Patch Changes

  • @dawn-ai/testing@0.8.6

@dawn-ai/langchain@0.8.6

Patch Changes

  • 4ede7b8: Add an opt-in execution sandbox: a provider-agnostic SandboxProvider contract
    with a Docker reference (dockerSandbox), giving each conversation thread a
    hard-isolated workspace (filesystem + shell + network). Enable via
    dawn.config.ts sandbox: { provider: dockerSandbox({ image }) }; without it,
    behavior is unchanged. Adds a typed config() helper. When sandboxed, the
    materialized agent cache is bypassed so tools bind per-thread. Honest scope:
    Docker's boundary (not a microVM); allow-mode network denylist is best-effort
    in the Docker reference. New package @dawn-ai/sandbox (+ @dawn-ai/sandbox/testing
    fakeSandbox and a provider conformance kit).
  • Updated dependencies [4ede7b8]
    • @dawn-ai/workspace@0.8.6
    • @dawn-ai/core@0.8.6
    • @dawn-ai/sdk@0.8.6

@dawn-ai/langgraph@0.8.6

Patch Changes

  • @dawn-ai/sdk@0.8.6

@dawn-ai/memory@0.8.6

Patch Changes

  • @dawn-ai/sqlite-storage@0.8.6

@dawn-ai/sandbox@0.8.6

Patch Changes

  • 4ede7b8: Add an opt-in execution sandbox: a provider-agnostic SandboxProvider contract
    with a Docker reference (dockerSandbox), giving each conversation thread a
    hard-isolated workspace (filesystem + shell + network). Enable via
    dawn.config.ts sandbox: { provider: dockerSandbox({ image }) }; without it,
    behavior is unchanged. Adds a typed config() helper. When sandboxed, the
    materialized agent cache is bypassed so tools bind per-thread. Honest scope:
    Docker's boundary (not a microVM); allow-mode network denylist is best-effort
    in the Docker reference. New package @dawn-ai/sandbox (+ @dawn-ai/sandbox/testing
    fakeSandbox and a provider conformance kit).
  • Updated dependencies [4ede7b8]
    • @dawn-ai/workspace@0.8.6

@dawn-ai/testing@0.8.6

Patch Changes

  • Updated dependencies [9d115de]
  • Updated dependencies [4ede7b8]
    • @dawn-ai/cli@0.8.6
    • @dawn-ai/workspace@0.8.6
    • @dawn-ai/core@0.8.6
    • @dawn-ai/memory@0.8.6
    • @dawn-ai/sdk@0.8.6

@dawn-ai/vite-plugin@0.8.6

Patch Changes

  • Updated dependencies [4ede7b8]
    • @dawn-ai/core@0.8.6

@dawn-ai/workspace@0.8.6

Patch Changes

  • 4ede7b8: Add an opt-in execution sandbox: a provider-agnostic SandboxProvider contract
    with a Docker reference (dockerSandbox), giving each conversation thread a
    hard-isolated workspace (filesystem + shell + network). Enable via
    dawn.config.ts sandbox: { provider: dockerSandbox({ image }) }; without it,
    behavior is unchanged. Adds a typed config() helper. When sandboxed, the
    materialized agent cache is bypassed so tools bind per-thread. Honest scope:
    Docker's boundary (not a microVM); allow-mode network denylist is best-effort
    in the Docker reference. New package @dawn-ai/sandbox (+ @dawn-ai/sandbox/testing
    fakeSandbox and a provider conformance kit).

@dawn-ai/config-biome@0.8.6

@dawn-ai/config-typescript@0.8.6

@dawn-ai/devkit@0.8.6

@dawn-ai/permissions@0.8.6

@dawn-ai/sdk@0.8.6

@dawn-ai/sqlite-storage@0.8.6

@dawn-example/chat-server@0.0.12

Patch Changes

  • Updated dependencies [9d115de]
  • Updated dependencies [4ede7b8]
    • @dawn-ai/cli@0.8.6
    • @dawn-ai/core@0.8.6
    • @dawn-ai/langchain@0.8.6
    • @dawn-ai/sdk@0.8.6

@github-actions github-actions Bot requested a review from blove as a code owner July 6, 2026 03:19
@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dawnai Ready Ready Preview, Comment Jul 6, 2026 5:07am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants