Skip to content

ci: Version Packages - #1333

Merged
tannerlinsley merged 1 commit into
mainfrom
changeset-release/main
Sep 10, 2026
Merged

ci: Version Packages#1333
tannerlinsley merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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

Minor Changes

  • #1321 c17bc95 - Add generateWorld() and generateLiveVideo() for prompt-steerable sessions, plus a first-party Reactor adapter (reactorWorld, reactorVideo) and fal falLiveVideo() for H3 Max Director. Reactor returns a session JWT. falLiveVideo returns the WMA app id on result.model so the browser can call wma(live.model). generateVideo() stays the job path that polls for a file URL.

Patch Changes

  • #1350 53e2ec0 - docs(skills): type-check the code fences in every package skill with kiira and fix the ones that did not compile

  • #1340 6269eff - Emit the native structured result before RUN_FINISHED so clients receive the final object before the run closes. Emit only RUN_ERROR if parsing fails.

    Wait for the active subscriber to process all events before resolving send, including streams that take more than 32 timer ticks to process.

  • Updated dependencies [c17bc95]:

    • @tanstack/ai-event-client@0.11.3

@tanstack/ai-fal@0.14.0

Minor Changes

  • #1321 c17bc95 - Add generateWorld() and generateLiveVideo() for prompt-steerable sessions, plus a first-party Reactor adapter (reactorWorld, reactorVideo) and fal falLiveVideo() for H3 Max Director. Reactor returns a session JWT. falLiveVideo returns the WMA app id on result.model so the browser can call wma(live.model). generateVideo() stays the job path that polls for a file URL.

Patch Changes

@tanstack/ai-reactor@0.2.0

Minor Changes

  • #1321 c17bc95 - Add generateWorld() and generateLiveVideo() for prompt-steerable sessions, plus a first-party Reactor adapter (reactorWorld, reactorVideo) and fal falLiveVideo() for H3 Max Director. Reactor returns a session JWT. falLiveVideo returns the WMA app id on result.model so the browser can call wma(live.model). generateVideo() stays the job path that polls for a file URL.

Patch Changes

@tanstack/ai-sandbox-blaxel@0.2.0

Minor Changes

  • #1065 c92223a - Add @tanstack/ai-sandbox-blaxel, a sandbox provider backed by managed Blaxel
    sandboxes. It implements the SandboxProvider / SandboxHandle
    contract: native filesystem reads and writes, fs.watch() without polling,
    commands with separate stdout and stderr, live bounded background-process
    output, per-port preview URLs, env injection, and resume-by-id. Process stdout
    and stderr are byte-bounded through remotely supervised 8 MiB capture pipelines
    and sent live as fixed-size base64 records, preventing the pinned SDK from
    accumulating unbounded cumulative or newline-free logs while retaining exact
    bytes and the framework's line-stream contract.

    Blaxel's source-scoped snapshot/fork API is currently a private preview, has
    no entitlement probe, and does not document snapshots surviving source deletion.
    The provider therefore keeps the framework's snapshots, fork, and
    restoreSnapshot surface disabled rather than claiming reconstruct-after-delete
    semantics it cannot guarantee.

    Created sandboxes carry a 1h TTL by default so an abandoned run cannot strand
    a paid sandbox; pass ttl: null to manage lifetime yourself. Previews are
    token-gated by default, and the returned channel reports both the token and the
    ready-to-send X-Blaxel-Preview-Token header.

    A spawned process reports termination honestly: if kill() cannot reap the
    remote process group, wait() rejects with that failure instead of resolving
    the kill exit code, so a sandbox that is still running and still billing cannot
    hide behind a clean exit. A stream that already failed is reported for the same
    reason. fs.write() creates missing parent directories, and fork() throws
    UnsupportedCapabilityError rather than being absent.

Patch Changes

  • Updated dependencies [53e2ec0]:
    • @tanstack/ai-sandbox@0.5.7

@tanstack/ai-acp@0.3.10

Patch Changes

@tanstack/ai-angular@0.9.1

Patch Changes

@tanstack/ai-anthropic@0.18.6

Patch Changes

@tanstack/ai-bedrock@0.3.8

Patch Changes

@tanstack/ai-byteplus@0.3.5

Patch Changes

@tanstack/ai-claude-code@0.6.5

Patch Changes

@tanstack/ai-client@0.31.1

Patch Changes

  • #1332 8de8242 - Fix passkey BYOK silently hanging on unlock. Browsers that gate WebAuthn on transient user activation (Dia, Safari) suppress navigator.credentials.get() with no prompt when it runs outside a user gesture — so an unlock buried in an async send pipeline never resolves. passkeyStorage now fails fast with a clear, catchable error instead of hanging. Trigger unlock (byok.prepare() / byok.unlock()) directly from the user's click handler.

  • #1351 8689cb5 - Accept validated 32-byte arrays from passkey providers such as 1Password before deriving the BYOK encryption key. Preserve the key bytes and reject malformed arrays before saving.

  • #1340 6269eff - Emit the native structured result before RUN_FINISHED so clients receive the final object before the run closes. Emit only RUN_ERROR if parsing fails.

    Wait for the active subscriber to process all events before resolving send, including streams that take more than 32 timer ticks to process.

  • Updated dependencies [c17bc95, 53e2ec0, 6269eff]:

    • @tanstack/ai@0.54.0
    • @tanstack/ai-event-client@0.11.3

@tanstack/ai-cloudflare@0.1.1

Patch Changes

@tanstack/ai-code-mode@0.4.9

Patch Changes

  • #1350 53e2ec0 - docs(skills): type-check the code fences in every package skill with kiira and fix the ones that did not compile

  • Updated dependencies [c17bc95, 53e2ec0, 6269eff]:

    • @tanstack/ai@0.54.0

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

Patch Changes

@tanstack/ai-codex@0.5.5

Patch Changes

@tanstack/ai-cohere@0.4.2

Patch Changes

@tanstack/ai-compaction@0.1.2

Patch Changes

@tanstack/ai-devtools-core@0.5.13

Patch Changes

@tanstack/ai-durable-stream@0.1.11

Patch Changes

@tanstack/ai-elevenlabs@0.4.2

Patch Changes

@tanstack/ai-event-client@0.11.3

Patch Changes

  • #1321 c17bc95 - Add generateWorld() and generateLiveVideo() for prompt-steerable sessions, plus a first-party Reactor adapter (reactorWorld, reactorVideo) and fal falLiveVideo() for H3 Max Director. Reactor returns a session JWT. falLiveVideo returns the WMA app id on result.model so the browser can call wma(live.model). generateVideo() stays the job path that polls for a file URL.

@tanstack/ai-gemini@0.29.2

Patch Changes

@tanstack/ai-grok@0.18.5

Patch Changes

@tanstack/ai-grok-build@0.5.5

Patch Changes

  • Updated dependencies [c17bc95, 53e2ec0, 6269eff]:
    • @tanstack/ai@0.54.0
    • @tanstack/ai-sandbox@0.5.7
    • @tanstack/ai-acp@0.3.10

@tanstack/ai-groq@0.7.5

Patch Changes

@tanstack/ai-isolate-daytona@0.1.2

Patch Changes

  • #1324 0a7b3c4 - fix: mount workspace secrets as Daytona organization Secrets so values never land in the sandbox record or command strings

  • Updated dependencies [53e2ec0]:

    • @tanstack/ai-code-mode@0.4.9

@tanstack/ai-llmgateway@0.1.7

Patch Changes

@tanstack/ai-lovable@0.2.5

Patch Changes

@tanstack/ai-mcp@0.3.10

Patch Changes

  • #1350 53e2ec0 - docs(skills): type-check the code fences in every package skill with kiira and fix the ones that did not compile

  • Updated dependencies [c17bc95, 53e2ec0, 6269eff]:

    • @tanstack/ai@0.54.0

@tanstack/ai-memory@0.1.11

Patch Changes

  • #1350 53e2ec0 - docs(skills): type-check the code fences in every package skill with kiira and fix the ones that did not compile

  • Updated dependencies [c17bc95, 53e2ec0, 6269eff]:

    • @tanstack/ai@0.54.0
    • @tanstack/ai-event-client@0.11.3

@tanstack/ai-mistral@0.6.2

Patch Changes

@tanstack/ai-octane@0.3.1

Patch Changes

@tanstack/ai-ollama@0.11.2

Patch Changes

@tanstack/ai-openai@0.22.6

Patch Changes

@tanstack/ai-opencode@0.4.5

Patch Changes

@tanstack/ai-openrouter@0.19.9

Patch Changes

@tanstack/ai-perplexity@0.2.10

Patch Changes

@tanstack/ai-persistence@0.5.7

Patch Changes

  • #1350 53e2ec0 - docs(skills): type-check the code fences in every package skill with kiira and fix the ones that did not compile

  • Updated dependencies [c17bc95, 53e2ec0, 6269eff]:

    • @tanstack/ai@0.54.0

@tanstack/ai-preact@0.16.1

Patch Changes

@tanstack/ai-react@0.24.1

Patch Changes

@tanstack/ai-remix@0.2.1

Patch Changes

@tanstack/ai-sandbox@0.5.7

Patch Changes

  • #1350 53e2ec0 - docs(skills): type-check the code fences in every package skill with kiira and fix the ones that did not compile

  • Updated dependencies [c17bc95, 53e2ec0, 6269eff]:

    • @tanstack/ai@0.54.0
    • @tanstack/ai-persistence@0.5.7
    • @tanstack/ai-skills@0.1.3

@tanstack/ai-sandbox-cloudflare@0.3.12

Patch Changes

  • Updated dependencies [c17bc95, 53e2ec0, 6269eff]:
    • @tanstack/ai@0.54.0
    • @tanstack/ai-sandbox@0.5.7
    • @tanstack/ai-sandbox-local-process@0.2.5

@tanstack/ai-sandbox-daytona@0.3.3

Patch Changes

  • #1324 0a7b3c4 - fix: mount workspace secrets as Daytona organization Secrets so values never land in the sandbox record or command strings

  • Updated dependencies [53e2ec0]:

    • @tanstack/ai-sandbox@0.5.7

@tanstack/ai-skills@0.1.3

Patch Changes

  • #1350 53e2ec0 - docs(skills): type-check the code fences in every package skill with kiira and fix the ones that did not compile

  • Updated dependencies [c17bc95, 53e2ec0, 6269eff]:

    • @tanstack/ai@0.54.0

@tanstack/ai-solid@0.21.1

Patch Changes

@tanstack/ai-svelte@0.21.1

Patch Changes

@tanstack/ai-vercel-gateway@0.2.9

Patch Changes

@tanstack/ai-vertex@0.2.10

Patch Changes

@tanstack/ai-vue@0.21.1

Patch Changes

@tanstack/openai-base@0.10.11

Patch Changes

ag-ui@0.0.19

Patch Changes

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 9 times, most recently from b5eee50 to 5b97787 Compare September 9, 2026 06:14
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 5b97787 to 63bea17 Compare September 10, 2026 01:54
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 273dbb12-70e3-4c95-82dc-0da45453adbb

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@nx-cloud

nx-cloud Bot commented Sep 10, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit a9de707

Command Status Duration Result
nx run-many --targets=build --exclude=examples/... ✅ Succeeded 2m 17s View ↗

☁️ Nx Cloud last updated this comment at 2026-09-10 04:19:36 UTC

@pkg-pr-new

pkg-pr-new Bot commented Sep 10, 2026

Copy link
Copy Markdown

Open in StackBlitz

@tanstack/ai

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

@tanstack/ai-acp

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

@tanstack/ai-angular

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

@tanstack/ai-anthropic

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

@tanstack/ai-bedrock

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

@tanstack/ai-byteplus

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

@tanstack/ai-claude-code

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

@tanstack/ai-client

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

@tanstack/ai-cloudflare

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-cloudflare@1333

@tanstack/ai-code-mode

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

@tanstack/ai-code-mode-snippets

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

@tanstack/ai-codex

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

@tanstack/ai-cohere

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

@tanstack/ai-compaction

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-compaction@1333

@tanstack/ai-devtools-core

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

@tanstack/ai-durable-stream

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

@tanstack/ai-elevenlabs

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

@tanstack/ai-event-client

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

@tanstack/ai-fal

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

@tanstack/ai-gemini

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

@tanstack/ai-grok

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

@tanstack/ai-grok-build

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

@tanstack/ai-groq

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

@tanstack/ai-isolate-cloudflare

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

@tanstack/ai-isolate-daytona

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

@tanstack/ai-isolate-node

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

@tanstack/ai-isolate-quickjs

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

@tanstack/ai-isolate-quickjs-bun

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

@tanstack/ai-llmgateway

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-llmgateway@1333

@tanstack/ai-lovable

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-lovable@1333

@tanstack/ai-mcp

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

@tanstack/ai-memory

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

@tanstack/ai-mistral

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

@tanstack/ai-octane

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-octane@1333

@tanstack/ai-ollama

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

@tanstack/ai-openai

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

@tanstack/ai-opencode

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

@tanstack/ai-openrouter

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

@tanstack/ai-perplexity

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

@tanstack/ai-persistence

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

@tanstack/ai-preact

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

@tanstack/ai-react

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

@tanstack/ai-react-ui

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

@tanstack/ai-reactor

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-reactor@1333

@tanstack/ai-remix

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-remix@1333

@tanstack/ai-sandbox

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

@tanstack/ai-sandbox-blaxel

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-sandbox-blaxel@1333

@tanstack/ai-sandbox-cloudflare

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

@tanstack/ai-sandbox-daytona

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

@tanstack/ai-sandbox-docker

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

@tanstack/ai-sandbox-local-process

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

@tanstack/ai-sandbox-sprites

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

@tanstack/ai-sandbox-upstash-box

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-sandbox-upstash-box@1333

@tanstack/ai-sandbox-vercel

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

@tanstack/ai-skills

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-skills@1333

@tanstack/ai-solid

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

@tanstack/ai-solid-ui

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

@tanstack/ai-svelte

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

@tanstack/ai-utils

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

@tanstack/ai-vercel-gateway

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

@tanstack/ai-vertex

npm i https://pkg.pr.new/TanStack/ai/@tanstack/ai-vertex@1333

@tanstack/ai-vue

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

@tanstack/ai-vue-ui

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

@tanstack/openai-base

npm i https://pkg.pr.new/TanStack/ai/@tanstack/openai-base@1333

@tanstack/preact-ai-devtools

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

@tanstack/react-ai-devtools

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

@tanstack/solid-ai-devtools

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

@tanstack/svelte-ai-devtools

npm i https://pkg.pr.new/TanStack/ai/@tanstack/svelte-ai-devtools@1333

commit: a9de707

@tannerlinsley
tannerlinsley merged commit 0ddaa6c into main Sep 10, 2026
10 checks passed
@tannerlinsley
tannerlinsley deleted the changeset-release/main branch September 10, 2026 04:35
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.

2 participants