ci: Version Packages - #1057
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 7, 2026 05:50
9aa8bbf to
b50a9c6
Compare
AlemTuzlak
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 injectedconsoleglobal. 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 viaPromise.allin sandboxed code are now supported, and execution timeouts are enforced with a host-side deadline in addition to the QuickJS interrupt handler.Migration notes:
@jitl/quickjs-wasmfile-release-sync/wasminstead of@jitl/quickjs-wasmfile-release-asyncify/wasm— the sync glue cannot instantiate the asyncify binary.TimeoutError(previously surfaced asInternalError: interrupted), outstanding tool calls are cancelled with a timeout error inside the sandbox, the context is disposed, and subsequentexecute()calls returnDisposedError— 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-modealready creates a context per execution, so typical Code Mode usage is unaffected.Patch Changes
@tanstack/ai@0.43.1
Patch Changes
#1055
ed44467- fix(otelMiddleware): open an iteration span for structured-output finalization (#1054)No-tools +
outputSchemacalls skip the agent loop and only run the structured-output finalization request. That path previously emitted only a rootchatspan — no generation record, andcaptureContentwas a silent no-op.onConfignow also opens an iteration span whenphase === '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
ed44467]:@tanstack/ai-bedrock@0.1.6
Patch Changes
ed44467]:@tanstack/ai-client@0.23.1
Patch Changes
ed44467]:@tanstack/ai-code-mode@0.3.10
Patch Changes
ed44467]:@tanstack/ai-code-mode-skills@0.3.13
Patch Changes
ed44467]:@tanstack/ai-devtools-core@0.5.1
Patch Changes
ed44467]:@tanstack/ai-fal@0.9.14
Patch Changes
ed44467]:@tanstack/ai-isolate-cloudflare@0.2.40
Patch Changes
@tanstack/ai-isolate-node@0.1.49
Patch Changes
@tanstack/ai-mcp@0.2.7
Patch Changes
ed44467]:@tanstack/ai-persistence@0.1.1
Patch Changes
ed44467]:@tanstack/ai-preact@0.12.1
Patch Changes
ed44467]:@tanstack/ai-react@0.19.1
Patch Changes
ed44467]:@tanstack/ai-solid@0.16.1
Patch Changes
ed44467]:@tanstack/ai-svelte@0.16.1
Patch Changes
ed44467]:@tanstack/ai-vue@0.16.1
Patch Changes
ed44467]:@tanstack/ai-vue-ui@0.2.36
Patch Changes
@tanstack/preact-ai-devtools@0.1.69
Patch Changes
@tanstack/react-ai-devtools@0.2.69
Patch Changes
@tanstack/solid-ai-devtools@0.2.69
Patch Changes
ag-ui@0.0.4
Patch Changes