Skip to content

ci: Version Packages - #1057

Merged
AlemTuzlak merged 1 commit into
mainfrom
changeset-release/main
Aug 7, 2026
Merged

ci: Version Packages#1057
AlemTuzlak merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 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

@tanstack/ai-isolate-quickjs@0.2.0

Minor Changes

  • #948 7299b38 - Replace asyncify-suspended host functions with promise-based bridging in the QuickJS isolate driver. Sequential awaits of the same async tool binding previously corrupted QuickJS refcounts and could abort the WASM module (Multiple sequential await calls in evalCodeAsync fail with "Lifetime not alive" justjake/quickjs-emscripten#258) — the passing tests relied on an incidental heap-layout effect of the injected console global. Tool bindings now return QuickJS promises resolved from the host, which never suspend the WASM stack, and the driver uses the plain (non-asyncify) QuickJS build. Concurrent tool calls via Promise.all in sandboxed code are now supported, and execution timeouts are enforced with a host-side deadline in addition to the QuickJS interrupt handler.

    Migration notes:

    • WASM variant changed. The driver now loads the sync QuickJS build. If you bundle or self-host the wasm binary, ship @jitl/quickjs-wasmfile-release-sync/wasm instead of @jitl/quickjs-wasmfile-release-asyncify/wasm — the sync glue cannot instantiate the asyncify binary.
    • Timeouts are now terminal for the context. After a TimeoutError (previously surfaced as InternalError: interrupted), outstanding tool calls are cancelled with a timeout error inside the sandbox, the context is disposed, and subsequent execute() calls return DisposedError — the timed-out program's interrupted jobs stay queued in the VM and must not run inside a later execution. Create a new context after a timeout; @tanstack/ai-code-mode already creates a context per execution, so typical Code Mode usage is unaffected.

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.3.10

@tanstack/ai@0.43.1

Patch Changes

  • #1055 ed44467 - fix(otelMiddleware): open an iteration span for structured-output finalization (#1054)

    No-tools + outputSchema calls skip the agent loop and only run the structured-output finalization request. That path previously emitted only a root chat span — no generation record, and captureContent was a silent no-op. onConfig now also opens an iteration span when phase === 'structuredOutput', so each provider model call is observable. Native-combined mode is unaffected (it never fires that phase).

@tanstack/ai-angular@0.4.1

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1
    • @tanstack/ai-client@0.23.1

@tanstack/ai-bedrock@0.1.6

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1
    • @tanstack/openai-base@0.9.10

@tanstack/ai-client@0.23.1

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1

@tanstack/ai-code-mode@0.3.10

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1

@tanstack/ai-code-mode-skills@0.3.13

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1
    • @tanstack/ai-code-mode@0.3.10

@tanstack/ai-devtools-core@0.5.1

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1

@tanstack/ai-fal@0.9.14

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1

@tanstack/ai-isolate-cloudflare@0.2.40

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.3.10

@tanstack/ai-isolate-node@0.1.49

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.3.10

@tanstack/ai-mcp@0.2.7

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1

@tanstack/ai-persistence@0.1.1

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1

@tanstack/ai-preact@0.12.1

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1
    • @tanstack/ai-client@0.23.1

@tanstack/ai-react@0.19.1

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1
    • @tanstack/ai-client@0.23.1

@tanstack/ai-solid@0.16.1

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1
    • @tanstack/ai-client@0.23.1

@tanstack/ai-svelte@0.16.1

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1
    • @tanstack/ai-client@0.23.1

@tanstack/ai-vue@0.16.1

Patch Changes

  • Updated dependencies [ed44467]:
    • @tanstack/ai@0.43.1
    • @tanstack/ai-client@0.23.1

@tanstack/ai-vue-ui@0.2.36

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-vue@0.16.1

@tanstack/preact-ai-devtools@0.1.69

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.5.1

@tanstack/react-ai-devtools@0.2.69

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.5.1

@tanstack/solid-ai-devtools@0.2.69

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.5.1

ag-ui@0.0.4

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-client@0.23.1
    • @tanstack/ai-react@0.19.1
    • @tanstack/ai-react-ui@0.8.16

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 9aa8bbf to b50a9c6 Compare August 7, 2026 05:50
@AlemTuzlak
AlemTuzlak merged commit 059f8bb into main Aug 7, 2026
2 checks passed
@AlemTuzlak
AlemTuzlak deleted the changeset-release/main branch August 7, 2026 06:20
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.

1 participant