ci: Version Packages - #1333
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
8 times, most recently
from
September 9, 2026 05:43
1ad4dbc to
b5eee50
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 9, 2026 06:14
b5eee50 to
5b97787
Compare
LadyBluenotes
approved these changes
Sep 9, 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@0.54.0
Minor Changes
c17bc95- AddgenerateWorld()andgenerateLiveVideo()for prompt-steerable sessions, plus a first-party Reactor adapter (reactorWorld,reactorVideo) and falfalLiveVideo()for H3 Max Director. Reactor returns a session JWT. falLiveVideo returns the WMA app id onresult.modelso the browser can callwma(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-fal@0.14.0
Minor Changes
c17bc95- AddgenerateWorld()andgenerateLiveVideo()for prompt-steerable sessions, plus a first-party Reactor adapter (reactorWorld,reactorVideo) and falfalLiveVideo()for H3 Max Director. Reactor returns a session JWT. falLiveVideo returns the WMA app id onresult.modelso the browser can callwma(live.model).generateVideo()stays the job path that polls for a file URL.Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-reactor@0.2.0
Minor Changes
c17bc95- AddgenerateWorld()andgenerateLiveVideo()for prompt-steerable sessions, plus a first-party Reactor adapter (reactorWorld,reactorVideo) and falfalLiveVideo()for H3 Max Director. Reactor returns a session JWT. falLiveVideo returns the WMA app id onresult.modelso the browser can callwma(live.model).generateVideo()stays the job path that polls for a file URL.Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-sandbox-blaxel@0.2.0
Minor Changes
#1065
c92223a- Add@tanstack/ai-sandbox-blaxel, a sandbox provider backed by managed Blaxelsandboxes. It implements the
SandboxProvider/SandboxHandlecontract: native filesystem reads and writes,
fs.watch()without polling,commands with separate stdout and stderr, live bounded background-process
output, per-port preview URLs,
envinjection, and resume-by-id. Process stdoutand 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, andrestoreSnapshotsurface disabled rather than claiming reconstruct-after-deletesemantics it cannot guarantee.
Created sandboxes carry a
1hTTL by default so an abandoned run cannot stranda paid sandbox; pass
ttl: nullto manage lifetime yourself. Previews aretoken-gated by default, and the returned channel reports both the token and the
ready-to-send
X-Blaxel-Preview-Tokenheader.A spawned process reports termination honestly: if
kill()cannot reap theremote process group,
wait()rejects with that failure instead of resolvingthe 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, andfork()throwsUnsupportedCapabilityErrorrather than being absent.Patch Changes
53e2ec0]:@tanstack/ai-acp@0.3.10
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-angular@0.9.1
Patch Changes
8de8242,c17bc95,53e2ec0,8689cb5,6269eff]:@tanstack/ai-anthropic@0.18.6
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-bedrock@0.3.8
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-byteplus@0.3.5
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-claude-code@0.6.5
Patch Changes
c17bc95,53e2ec0,6269eff]:@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) suppressnavigator.credentials.get()with no prompt when it runs outside a user gesture — so an unlock buried in an async send pipeline never resolves.passkeyStoragenow 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-cloudflare@0.1.1
Patch Changes
c17bc95,53e2ec0,6269eff]:@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 compileUpdated dependencies [
c17bc95,53e2ec0,6269eff]:@tanstack/ai-code-mode-snippets@0.4.9
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-codex@0.5.5
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-cohere@0.4.2
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-compaction@0.1.2
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-devtools-core@0.5.13
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-durable-stream@0.1.11
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-elevenlabs@0.4.2
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-event-client@0.11.3
Patch Changes
c17bc95- AddgenerateWorld()andgenerateLiveVideo()for prompt-steerable sessions, plus a first-party Reactor adapter (reactorWorld,reactorVideo) and falfalLiveVideo()for H3 Max Director. Reactor returns a session JWT. falLiveVideo returns the WMA app id onresult.modelso the browser can callwma(live.model).generateVideo()stays the job path that polls for a file URL.@tanstack/ai-gemini@0.29.2
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-grok@0.18.5
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-grok-build@0.5.5
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-groq@0.7.5
Patch Changes
c17bc95,53e2ec0,6269eff]:@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 stringsUpdated dependencies [
53e2ec0]:@tanstack/ai-llmgateway@0.1.7
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-lovable@0.2.5
Patch Changes
c17bc95,53e2ec0,6269eff]:@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 compileUpdated dependencies [
c17bc95,53e2ec0,6269eff]:@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 compileUpdated dependencies [
c17bc95,53e2ec0,6269eff]:@tanstack/ai-mistral@0.6.2
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-octane@0.3.1
Patch Changes
8de8242,c17bc95,53e2ec0,8689cb5,6269eff]:@tanstack/ai-ollama@0.11.2
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-openai@0.22.6
Patch Changes
#1326
c9681f7- Update model metadata from OpenRouter APIUpdated dependencies [
c17bc95,53e2ec0,6269eff]:@tanstack/ai-opencode@0.4.5
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-openrouter@0.19.9
Patch Changes
#1326
c9681f7- Update model metadata from OpenRouter APIUpdated dependencies [
c17bc95,53e2ec0,6269eff]:@tanstack/ai-perplexity@0.2.10
Patch Changes
c17bc95,53e2ec0,6269eff]:@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 compileUpdated dependencies [
c17bc95,53e2ec0,6269eff]:@tanstack/ai-preact@0.16.1
Patch Changes
8de8242,c17bc95,53e2ec0,8689cb5,6269eff]:@tanstack/ai-react@0.24.1
Patch Changes
8de8242,c17bc95,53e2ec0,8689cb5,6269eff]:@tanstack/ai-remix@0.2.1
Patch Changes
8de8242,c17bc95,53e2ec0,8689cb5,6269eff]:@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 compileUpdated dependencies [
c17bc95,53e2ec0,6269eff]:@tanstack/ai-sandbox-cloudflare@0.3.12
Patch Changes
c17bc95,53e2ec0,6269eff]:@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 stringsUpdated dependencies [
53e2ec0]:@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 compileUpdated dependencies [
c17bc95,53e2ec0,6269eff]:@tanstack/ai-solid@0.21.1
Patch Changes
8de8242,c17bc95,53e2ec0,8689cb5,6269eff]:@tanstack/ai-svelte@0.21.1
Patch Changes
8de8242,c17bc95,53e2ec0,8689cb5,6269eff]:@tanstack/ai-vercel-gateway@0.2.9
Patch Changes
#1326
c9681f7- Update model metadata from OpenRouter APIUpdated dependencies [
c17bc95,53e2ec0,6269eff]:@tanstack/ai-vertex@0.2.10
Patch Changes
c17bc95,53e2ec0,6269eff]:@tanstack/ai-vue@0.21.1
Patch Changes
8de8242,c17bc95,53e2ec0,8689cb5,6269eff]:@tanstack/openai-base@0.10.11
Patch Changes
c17bc95,53e2ec0,6269eff]:ag-ui@0.0.19
Patch Changes
8de8242,8689cb5,6269eff]: