Skip to content

ci: Version Packages - #1333

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

ci: Version Packages#1333
github-actions[bot] wants to merge 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 8 times, most recently from 1ad4dbc to b5eee50 Compare September 9, 2026 05:43
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from b5eee50 to 5b97787 Compare September 9, 2026 06:14
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