Uh oh!
There was an error while loading. Please reload this page.
ci: Version Packages - #1160
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actionsBotforce-pushed
the
changeset-release/main
branch
3 times, most recently
from
August 20, 2026 11:23
715eebf to
6ee0778Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
August 20, 2026 11:46
6ee0778 to
5f066a0CompareAlemTuzlak
approved these changes
Aug 20, 2026
View your CI Pipeline Execution ↗ for commit 5f066a0
☁️ Nx Cloud last updated this comment at |
@tanstack/ai@tanstack/ai-acp@tanstack/ai-angular@tanstack/ai-anthropic@tanstack/ai-bedrock@tanstack/ai-byteplus@tanstack/ai-claude-code@tanstack/ai-client@tanstack/ai-code-mode@tanstack/ai-code-mode-snippets@tanstack/ai-codex@tanstack/ai-cohere@tanstack/ai-devtools-core@tanstack/ai-durable-stream@tanstack/ai-elevenlabs@tanstack/ai-event-client@tanstack/ai-fal@tanstack/ai-gemini@tanstack/ai-grok@tanstack/ai-grok-build@tanstack/ai-groq@tanstack/ai-isolate-cloudflare@tanstack/ai-isolate-daytona@tanstack/ai-isolate-node@tanstack/ai-isolate-quickjs@tanstack/ai-isolate-quickjs-bun@tanstack/ai-mcp@tanstack/ai-memory@tanstack/ai-mistral@tanstack/ai-ollama@tanstack/ai-openai@tanstack/ai-opencode@tanstack/ai-openrouter@tanstack/ai-perplexity@tanstack/ai-persistence@tanstack/ai-preact@tanstack/ai-react@tanstack/ai-react-ui@tanstack/ai-sandbox@tanstack/ai-sandbox-cloudflare@tanstack/ai-sandbox-daytona@tanstack/ai-sandbox-docker@tanstack/ai-sandbox-local-process@tanstack/ai-sandbox-sprites@tanstack/ai-sandbox-vercel@tanstack/ai-solid@tanstack/ai-solid-ui@tanstack/ai-svelte@tanstack/ai-utils@tanstack/ai-vercel-gateway@tanstack/ai-vue@tanstack/ai-vue-ui@tanstack/openai-base@tanstack/preact-ai-devtools@tanstack/react-ai-devtools@tanstack/solid-ai-devtoolscommit: |
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 freeto 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@0.47.0
Minor Changes
#1102
32e62ab- Add first-party generic interrupts.Use
defineInterrupt()to describe a pause, register it onchat()and the client hooks, and return requests fromonInterruptBoundary. The client gets typed payloads andresolveInterrupt. Resume validates the answer and runsonInterruptResolution.GenericInterrupt<typeof reviewPlan>types one bound card.INTERRUPT_BOUNDARY_PHASESandINTERRUPT_TOOL_RESUMESare the shared phase and resume lists.Patch Changes
#1161
5f68cbc- Harden first-party generic interrupt resume.Ephemeral continuation now rehydrates an already-parsed display payload instead of running
payloadSchemaagain, so transforming schemas keep working. InvalidexpiresAtvalues fail closed, binding parse uses one reader, and sequential interrupt-store writes preflight before changing records.@tanstack/ai-angular@0.6.0
Minor Changes
#1102
32e62ab- Add first-party generic interrupts.Use
defineInterrupt()to describe a pause, register it onchat()and the client hooks, and return requests fromonInterruptBoundary. The client gets typed payloads andresolveInterrupt. Resume validates the answer and runsonInterruptResolution.GenericInterrupt<typeof reviewPlan>types one bound card.INTERRUPT_BOUNDARY_PHASESandINTERRUPT_TOOL_RESUMESare the shared phase and resume lists.Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-client@0.25.0
Minor Changes
#1102
32e62ab- Add first-party generic interrupts.Use
defineInterrupt()to describe a pause, register it onchat()and the client hooks, and return requests fromonInterruptBoundary. The client gets typed payloads andresolveInterrupt. Resume validates the answer and runsonInterruptResolution.GenericInterrupt<typeof reviewPlan>types one bound card.INTERRUPT_BOUNDARY_PHASESandINTERRUPT_TOOL_RESUMESare the shared phase and resume lists.Patch Changes
#1161
5f68cbc- Harden first-party generic interrupt resume.Ephemeral continuation now rehydrates an already-parsed display payload instead of running
payloadSchemaagain, so transforming schemas keep working. InvalidexpiresAtvalues fail closed, binding parse uses one reader, and sequential interrupt-store writes preflight before changing records.Updated dependencies [
5f68cbc,32e62ab]:@tanstack/ai-fal@0.12.0
Minor Changes
#641
90d22ad- Add per-model typed durations for fal video generation.generateVideo({ duration })is now typed from@fal-ai/client'sEndpointTypeMapfor the selected model (e.g.'5' | '10'on Kling,'4s' | '6s' | '8s'on Veo 3.1). Popular models also implementavailableDurations()/snapDuration().Breaking: callers passing
duration: <number>to fal video models musteither pass the model's duration union directly or call
adapter.snapDuration(seconds).Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-persistence@0.3.0
Minor Changes
#1102
32e62ab- Add first-party generic interrupts.Use
defineInterrupt()to describe a pause, register it onchat()and the client hooks, and return requests fromonInterruptBoundary. The client gets typed payloads andresolveInterrupt. Resume validates the answer and runsonInterruptResolution.GenericInterrupt<typeof reviewPlan>types one bound card.INTERRUPT_BOUNDARY_PHASESandINTERRUPT_TOOL_RESUMESare the shared phase and resume lists.Patch Changes
#1161
5f68cbc- Harden first-party generic interrupt resume.Ephemeral continuation now rehydrates an already-parsed display payload instead of running
payloadSchemaagain, so transforming schemas keep working. InvalidexpiresAtvalues fail closed, binding parse uses one reader, and sequential interrupt-store writes preflight before changing records.Updated dependencies [
5f68cbc,32e62ab]:@tanstack/ai-preact@0.13.0
Minor Changes
#1102
32e62ab- Add first-party generic interrupts.Use
defineInterrupt()to describe a pause, register it onchat()and the client hooks, and return requests fromonInterruptBoundary. The client gets typed payloads andresolveInterrupt. Resume validates the answer and runsonInterruptResolution.GenericInterrupt<typeof reviewPlan>types one bound card.INTERRUPT_BOUNDARY_PHASESandINTERRUPT_TOOL_RESUMESare the shared phase and resume lists.Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-react@0.21.0
Minor Changes
#1102
32e62ab- Add first-party generic interrupts.Use
defineInterrupt()to describe a pause, register it onchat()and the client hooks, and return requests fromonInterruptBoundary. The client gets typed payloads andresolveInterrupt. Resume validates the answer and runsonInterruptResolution.GenericInterrupt<typeof reviewPlan>types one bound card.INTERRUPT_BOUNDARY_PHASESandINTERRUPT_TOOL_RESUMESare the shared phase and resume lists.Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-solid@0.18.0
Minor Changes
#1102
32e62ab- Add first-party generic interrupts.Use
defineInterrupt()to describe a pause, register it onchat()and the client hooks, and return requests fromonInterruptBoundary. The client gets typed payloads andresolveInterrupt. Resume validates the answer and runsonInterruptResolution.GenericInterrupt<typeof reviewPlan>types one bound card.INTERRUPT_BOUNDARY_PHASESandINTERRUPT_TOOL_RESUMESare the shared phase and resume lists.Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-svelte@0.18.0
Minor Changes
#1102
32e62ab- Add first-party generic interrupts.Use
defineInterrupt()to describe a pause, register it onchat()and the client hooks, and return requests fromonInterruptBoundary. The client gets typed payloads andresolveInterrupt. Resume validates the answer and runsonInterruptResolution.GenericInterrupt<typeof reviewPlan>types one bound card.INTERRUPT_BOUNDARY_PHASESandINTERRUPT_TOOL_RESUMESare the shared phase and resume lists.Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-vue@0.18.0
Minor Changes
#1102
32e62ab- Add first-party generic interrupts.Use
defineInterrupt()to describe a pause, register it onchat()and the client hooks, and return requests fromonInterruptBoundary. The client gets typed payloads andresolveInterrupt. Resume validates the answer and runsonInterruptResolution.GenericInterrupt<typeof reviewPlan>types one bound card.INTERRUPT_BOUNDARY_PHASESandINTERRUPT_TOOL_RESUMESare the shared phase and resume lists.Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-acp@0.3.2
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-anthropic@0.16.8
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-bedrock@0.2.4
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-byteplus@0.2.1
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-claude-code@0.4.2
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-code-mode@0.4.2
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-code-mode-snippets@0.4.2
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-codex@0.4.2
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-cohere@0.2.1
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-devtools-core@0.5.5
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-durable-stream@0.1.4
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-elevenlabs@0.2.39
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-gemini@0.24.2
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-grok@0.16.1
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-grok-build@0.4.2
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-groq@0.6.4
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-mcp@0.3.3
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-memory@0.1.4
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-mistral@0.3.4
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-ollama@0.9.3
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-openai@0.20.1
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-opencode@0.3.2
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-openrouter@0.18.1
Patch Changes
#1164
366b2ee- RestoreOPENROUTER_COMBINED_TOOLS_AND_SCHEMA_MODELS, which the model-metadata sync dropped from the generatedmodel-meta.ts. The set is now generated from OpenRouter's catalog (chat models whosesupported_parametersincludestructured_outputs,toolsandtool_choice) instead of being hand-maintained, so combined tools +outputSchemamode now covers every model OpenRouter flags as supporting it.#1014
c092231- HonormodelOptions.responseFormat: { type: 'json_object' }during structuredoutput generation while preserving strict
json_schemaas the default.#1158
583ad22- Update model metadata from OpenRouter APIUpdated dependencies [
5f68cbc,32e62ab]:@tanstack/ai-perplexity@0.2.3
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-react-ui@0.8.18
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-sandbox@0.3.5
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-sandbox-cloudflare@0.3.4
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-solid-ui@0.7.17
Patch Changes
5f68cbc,32e62ab]:@tanstack/ai-vercel-gateway@0.1.4
Patch Changes
#1158
583ad22- Update model metadata from OpenRouter APIUpdated dependencies [
5f68cbc,32e62ab]:@tanstack/ai-vue-ui@0.2.39
Patch Changes
32e62ab]:@tanstack/openai-base@0.9.16
Patch Changes
5f68cbc,32e62ab]:ag-ui@0.0.8
Patch Changes
5f68cbc,32e62ab]: