Skip to content

ci: Version Packages - #1160

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

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

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Aug 20, 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@0.47.0

Minor Changes

  • #110232e62ab - Add first-party generic interrupts.

    Use defineInterrupt() to describe a pause, register it on chat() and the client hooks, and return requests from onInterruptBoundary. The client gets typed payloads and resolveInterrupt. Resume validates the answer and runs onInterruptResolution.

    GenericInterrupt<typeof reviewPlan> types one bound card. INTERRUPT_BOUNDARY_PHASES and INTERRUPT_TOOL_RESUMES are the shared phase and resume lists.

Patch Changes

  • #11615f68cbc - Harden first-party generic interrupt resume.

    Ephemeral continuation now rehydrates an already-parsed display payload instead of running payloadSchema again, so transforming schemas keep working. Invalid expiresAt values fail closed, binding parse uses one reader, and sequential interrupt-store writes preflight before changing records.

@tanstack/ai-angular@0.6.0

Minor Changes

  • #110232e62ab - Add first-party generic interrupts.

    Use defineInterrupt() to describe a pause, register it on chat() and the client hooks, and return requests from onInterruptBoundary. The client gets typed payloads and resolveInterrupt. Resume validates the answer and runs onInterruptResolution.

    GenericInterrupt<typeof reviewPlan> types one bound card. INTERRUPT_BOUNDARY_PHASES and INTERRUPT_TOOL_RESUMES are the shared phase and resume lists.

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-client@0.25.0

@tanstack/ai-client@0.25.0

Minor Changes

  • #110232e62ab - Add first-party generic interrupts.

    Use defineInterrupt() to describe a pause, register it on chat() and the client hooks, and return requests from onInterruptBoundary. The client gets typed payloads and resolveInterrupt. Resume validates the answer and runs onInterruptResolution.

    GenericInterrupt<typeof reviewPlan> types one bound card. INTERRUPT_BOUNDARY_PHASES and INTERRUPT_TOOL_RESUMES are the shared phase and resume lists.

Patch Changes

  • #11615f68cbc - Harden first-party generic interrupt resume.

    Ephemeral continuation now rehydrates an already-parsed display payload instead of running payloadSchema again, so transforming schemas keep working. Invalid expiresAt values fail closed, binding parse uses one reader, and sequential interrupt-store writes preflight before changing records.

  • Updated dependencies [5f68cbc, 32e62ab]:

    • @tanstack/ai@0.47.0

@tanstack/ai-fal@0.12.0

Minor Changes

  • #64190d22ad - Add per-model typed durations for fal video generation.

    generateVideo({ duration }) is now typed from @fal-ai/client's
    EndpointTypeMap for the selected model (e.g. '5' | '10' on Kling,
    '4s' | '6s' | '8s' on Veo 3.1). Popular models also implement
    availableDurations() / snapDuration().

    Breaking: callers passing duration: <number> to fal video models must
    either pass the model's duration union directly or call
    adapter.snapDuration(seconds).

Patch Changes

@tanstack/ai-persistence@0.3.0

Minor Changes

  • #110232e62ab - Add first-party generic interrupts.

    Use defineInterrupt() to describe a pause, register it on chat() and the client hooks, and return requests from onInterruptBoundary. The client gets typed payloads and resolveInterrupt. Resume validates the answer and runs onInterruptResolution.

    GenericInterrupt<typeof reviewPlan> types one bound card. INTERRUPT_BOUNDARY_PHASES and INTERRUPT_TOOL_RESUMES are the shared phase and resume lists.

Patch Changes

  • #11615f68cbc - Harden first-party generic interrupt resume.

    Ephemeral continuation now rehydrates an already-parsed display payload instead of running payloadSchema again, so transforming schemas keep working. Invalid expiresAt values fail closed, binding parse uses one reader, and sequential interrupt-store writes preflight before changing records.

  • Updated dependencies [5f68cbc, 32e62ab]:

    • @tanstack/ai@0.47.0

@tanstack/ai-preact@0.13.0

Minor Changes

  • #110232e62ab - Add first-party generic interrupts.

    Use defineInterrupt() to describe a pause, register it on chat() and the client hooks, and return requests from onInterruptBoundary. The client gets typed payloads and resolveInterrupt. Resume validates the answer and runs onInterruptResolution.

    GenericInterrupt<typeof reviewPlan> types one bound card. INTERRUPT_BOUNDARY_PHASES and INTERRUPT_TOOL_RESUMES are the shared phase and resume lists.

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-client@0.25.0

@tanstack/ai-react@0.21.0

Minor Changes

  • #110232e62ab - Add first-party generic interrupts.

    Use defineInterrupt() to describe a pause, register it on chat() and the client hooks, and return requests from onInterruptBoundary. The client gets typed payloads and resolveInterrupt. Resume validates the answer and runs onInterruptResolution.

    GenericInterrupt<typeof reviewPlan> types one bound card. INTERRUPT_BOUNDARY_PHASES and INTERRUPT_TOOL_RESUMES are the shared phase and resume lists.

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-client@0.25.0

@tanstack/ai-solid@0.18.0

Minor Changes

  • #110232e62ab - Add first-party generic interrupts.

    Use defineInterrupt() to describe a pause, register it on chat() and the client hooks, and return requests from onInterruptBoundary. The client gets typed payloads and resolveInterrupt. Resume validates the answer and runs onInterruptResolution.

    GenericInterrupt<typeof reviewPlan> types one bound card. INTERRUPT_BOUNDARY_PHASES and INTERRUPT_TOOL_RESUMES are the shared phase and resume lists.

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-client@0.25.0

@tanstack/ai-svelte@0.18.0

Minor Changes

  • #110232e62ab - Add first-party generic interrupts.

    Use defineInterrupt() to describe a pause, register it on chat() and the client hooks, and return requests from onInterruptBoundary. The client gets typed payloads and resolveInterrupt. Resume validates the answer and runs onInterruptResolution.

    GenericInterrupt<typeof reviewPlan> types one bound card. INTERRUPT_BOUNDARY_PHASES and INTERRUPT_TOOL_RESUMES are the shared phase and resume lists.

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-client@0.25.0

@tanstack/ai-vue@0.18.0

Minor Changes

  • #110232e62ab - Add first-party generic interrupts.

    Use defineInterrupt() to describe a pause, register it on chat() and the client hooks, and return requests from onInterruptBoundary. The client gets typed payloads and resolveInterrupt. Resume validates the answer and runs onInterruptResolution.

    GenericInterrupt<typeof reviewPlan> types one bound card. INTERRUPT_BOUNDARY_PHASES and INTERRUPT_TOOL_RESUMES are the shared phase and resume lists.

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-client@0.25.0

@tanstack/ai-acp@0.3.2

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-sandbox@0.3.5

@tanstack/ai-anthropic@0.16.8

Patch Changes

@tanstack/ai-bedrock@0.2.4

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/openai-base@0.9.16

@tanstack/ai-byteplus@0.2.1

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/openai-base@0.9.16

@tanstack/ai-claude-code@0.4.2

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-sandbox@0.3.5

@tanstack/ai-code-mode@0.4.2

Patch Changes

@tanstack/ai-code-mode-snippets@0.4.2

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-code-mode@0.4.2

@tanstack/ai-codex@0.4.2

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-sandbox@0.3.5

@tanstack/ai-cohere@0.2.1

Patch Changes

@tanstack/ai-devtools-core@0.5.5

Patch Changes

@tanstack/ai-durable-stream@0.1.4

Patch Changes

@tanstack/ai-elevenlabs@0.2.39

Patch Changes

@tanstack/ai-gemini@0.24.2

Patch Changes

@tanstack/ai-grok@0.16.1

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/openai-base@0.9.16

@tanstack/ai-grok-build@0.4.2

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-acp@0.3.2
    • @tanstack/ai-sandbox@0.3.5

@tanstack/ai-groq@0.6.4

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/openai-base@0.9.16

@tanstack/ai-mcp@0.3.3

Patch Changes

@tanstack/ai-memory@0.1.4

Patch Changes

@tanstack/ai-mistral@0.3.4

Patch Changes

@tanstack/ai-ollama@0.9.3

Patch Changes

@tanstack/ai-openai@0.20.1

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/openai-base@0.9.16

@tanstack/ai-opencode@0.3.2

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-sandbox@0.3.5

@tanstack/ai-openrouter@0.18.1

Patch Changes

  • #1164366b2ee - Restore OPENROUTER_COMBINED_TOOLS_AND_SCHEMA_MODELS, which the model-metadata sync dropped from the generated model-meta.ts. The set is now generated from OpenRouter's catalog (chat models whose supported_parameters include structured_outputs, tools and tool_choice) instead of being hand-maintained, so combined tools + outputSchema mode now covers every model OpenRouter flags as supporting it.

  • #1014c092231 - Honor modelOptions.responseFormat: { type: 'json_object' } during structured
    output generation while preserving strict json_schema as the default.

  • #1158583ad22 - Update model metadata from OpenRouter API

  • Updated dependencies [5f68cbc, 32e62ab]:

    • @tanstack/ai@0.47.0

@tanstack/ai-perplexity@0.2.3

Patch Changes

@tanstack/ai-react-ui@0.8.18

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai-client@0.25.0
    • @tanstack/ai-react@0.21.0

@tanstack/ai-sandbox@0.3.5

Patch Changes

@tanstack/ai-sandbox-cloudflare@0.3.4

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai@0.47.0
    • @tanstack/ai-sandbox@0.3.5
    • @tanstack/ai-sandbox-local-process@0.2.2

@tanstack/ai-solid-ui@0.7.17

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai-client@0.25.0
    • @tanstack/ai-solid@0.18.0

@tanstack/ai-vercel-gateway@0.1.4

Patch Changes

  • #1158583ad22 - Update model metadata from OpenRouter API

  • Updated dependencies [5f68cbc, 32e62ab]:

    • @tanstack/ai@0.47.0
    • @tanstack/openai-base@0.9.16

@tanstack/ai-vue-ui@0.2.39

Patch Changes

  • Updated dependencies [32e62ab]:
    • @tanstack/ai-vue@0.18.0

@tanstack/openai-base@0.9.16

Patch Changes

ag-ui@0.0.8

Patch Changes

  • Updated dependencies [5f68cbc, 32e62ab]:
    • @tanstack/ai-client@0.25.0
    • @tanstack/ai-react@0.21.0
    • @tanstack/ai-react-ui@0.8.18

@github-actions
github-actionsBotforce-pushed the changeset-release/main branch 3 times, most recently from 715eebf to 6ee0778CompareAugust 20, 2026 11:23
@github-actions
github-actionsBotforce-pushed the changeset-release/main branch from 6ee0778 to 5f066a0CompareAugust 20, 2026 11:46
@nx-cloud

nx-cloudBot commented Aug 20, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 5f066a0

CommandStatusDurationResult
nx run-many --targets=build --exclude=examples/...✅ Succeeded1m 41sView ↗

☁️ Nx Cloud last updated this comment at 2026-08-20 12:23:11 UTC

@pkg-pr-new

Copy link
Copy Markdown

Open in StackBlitz

@tanstack/ai

npm i https://pkg.pr.new/@tanstack/ai@1160

@tanstack/ai-acp

npm i https://pkg.pr.new/@tanstack/ai-acp@1160

@tanstack/ai-angular

npm i https://pkg.pr.new/@tanstack/ai-angular@1160

@tanstack/ai-anthropic

npm i https://pkg.pr.new/@tanstack/ai-anthropic@1160

@tanstack/ai-bedrock

npm i https://pkg.pr.new/@tanstack/ai-bedrock@1160

@tanstack/ai-byteplus

npm i https://pkg.pr.new/@tanstack/ai-byteplus@1160

@tanstack/ai-claude-code

npm i https://pkg.pr.new/@tanstack/ai-claude-code@1160

@tanstack/ai-client

npm i https://pkg.pr.new/@tanstack/ai-client@1160

@tanstack/ai-code-mode

npm i https://pkg.pr.new/@tanstack/ai-code-mode@1160

@tanstack/ai-code-mode-snippets

npm i https://pkg.pr.new/@tanstack/ai-code-mode-snippets@1160

@tanstack/ai-codex

npm i https://pkg.pr.new/@tanstack/ai-codex@1160

@tanstack/ai-cohere

npm i https://pkg.pr.new/@tanstack/ai-cohere@1160

@tanstack/ai-devtools-core

npm i https://pkg.pr.new/@tanstack/ai-devtools-core@1160

@tanstack/ai-durable-stream

npm i https://pkg.pr.new/@tanstack/ai-durable-stream@1160

@tanstack/ai-elevenlabs

npm i https://pkg.pr.new/@tanstack/ai-elevenlabs@1160

@tanstack/ai-event-client

npm i https://pkg.pr.new/@tanstack/ai-event-client@1160

@tanstack/ai-fal

npm i https://pkg.pr.new/@tanstack/ai-fal@1160

@tanstack/ai-gemini

npm i https://pkg.pr.new/@tanstack/ai-gemini@1160

@tanstack/ai-grok

npm i https://pkg.pr.new/@tanstack/ai-grok@1160

@tanstack/ai-grok-build

npm i https://pkg.pr.new/@tanstack/ai-grok-build@1160

@tanstack/ai-groq

npm i https://pkg.pr.new/@tanstack/ai-groq@1160

@tanstack/ai-isolate-cloudflare

npm i https://pkg.pr.new/@tanstack/ai-isolate-cloudflare@1160

@tanstack/ai-isolate-daytona

npm i https://pkg.pr.new/@tanstack/ai-isolate-daytona@1160

@tanstack/ai-isolate-node

npm i https://pkg.pr.new/@tanstack/ai-isolate-node@1160

@tanstack/ai-isolate-quickjs

npm i https://pkg.pr.new/@tanstack/ai-isolate-quickjs@1160

@tanstack/ai-isolate-quickjs-bun

npm i https://pkg.pr.new/@tanstack/ai-isolate-quickjs-bun@1160

@tanstack/ai-mcp

npm i https://pkg.pr.new/@tanstack/ai-mcp@1160

@tanstack/ai-memory

npm i https://pkg.pr.new/@tanstack/ai-memory@1160

@tanstack/ai-mistral

npm i https://pkg.pr.new/@tanstack/ai-mistral@1160

@tanstack/ai-ollama

npm i https://pkg.pr.new/@tanstack/ai-ollama@1160

@tanstack/ai-openai

npm i https://pkg.pr.new/@tanstack/ai-openai@1160

@tanstack/ai-opencode

npm i https://pkg.pr.new/@tanstack/ai-opencode@1160

@tanstack/ai-openrouter

npm i https://pkg.pr.new/@tanstack/ai-openrouter@1160

@tanstack/ai-perplexity

npm i https://pkg.pr.new/@tanstack/ai-perplexity@1160

@tanstack/ai-persistence

npm i https://pkg.pr.new/@tanstack/ai-persistence@1160

@tanstack/ai-preact

npm i https://pkg.pr.new/@tanstack/ai-preact@1160

@tanstack/ai-react

npm i https://pkg.pr.new/@tanstack/ai-react@1160

@tanstack/ai-react-ui

npm i https://pkg.pr.new/@tanstack/ai-react-ui@1160

@tanstack/ai-sandbox

npm i https://pkg.pr.new/@tanstack/ai-sandbox@1160

@tanstack/ai-sandbox-cloudflare

npm i https://pkg.pr.new/@tanstack/ai-sandbox-cloudflare@1160

@tanstack/ai-sandbox-daytona

npm i https://pkg.pr.new/@tanstack/ai-sandbox-daytona@1160

@tanstack/ai-sandbox-docker

npm i https://pkg.pr.new/@tanstack/ai-sandbox-docker@1160

@tanstack/ai-sandbox-local-process

npm i https://pkg.pr.new/@tanstack/ai-sandbox-local-process@1160

@tanstack/ai-sandbox-sprites

npm i https://pkg.pr.new/@tanstack/ai-sandbox-sprites@1160

@tanstack/ai-sandbox-vercel

npm i https://pkg.pr.new/@tanstack/ai-sandbox-vercel@1160

@tanstack/ai-solid

npm i https://pkg.pr.new/@tanstack/ai-solid@1160

@tanstack/ai-solid-ui

npm i https://pkg.pr.new/@tanstack/ai-solid-ui@1160

@tanstack/ai-svelte

npm i https://pkg.pr.new/@tanstack/ai-svelte@1160

@tanstack/ai-utils

npm i https://pkg.pr.new/@tanstack/ai-utils@1160

@tanstack/ai-vercel-gateway

npm i https://pkg.pr.new/@tanstack/ai-vercel-gateway@1160

@tanstack/ai-vue

npm i https://pkg.pr.new/@tanstack/ai-vue@1160

@tanstack/ai-vue-ui

npm i https://pkg.pr.new/@tanstack/ai-vue-ui@1160

@tanstack/openai-base

npm i https://pkg.pr.new/@tanstack/openai-base@1160

@tanstack/preact-ai-devtools

npm i https://pkg.pr.new/@tanstack/preact-ai-devtools@1160

@tanstack/react-ai-devtools

npm i https://pkg.pr.new/@tanstack/react-ai-devtools@1160

@tanstack/solid-ai-devtools

npm i https://pkg.pr.new/@tanstack/solid-ai-devtools@1160

commit: 5f066a0

Sign up for freeto 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

@AlemTuzlak