Skip to content

ci: Version Packages#913

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

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

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 7, 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.41.0

Minor Changes

@tanstack/ai-client@0.21.0

Minor Changes

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-gemini@0.20.0

Minor Changes

  • #908 dcc7407 - fix(ai-gemini, ai-openai): don't buffer arbitrary HTTP(S) URL image inputs by default on paths that require uploaded bytes.

    Gemini Veo (createGeminiVideo), OpenAI image edits (createOpenaiImage), and OpenAI Sora input_reference (createOpenaiVideo) have no URL passthrough — the provider only accepts inline bytes (or, for Veo, a gs:// reference). Previously an HTTP(S) URL image input was silently fetched and buffered in memory, which can OOM memory-constrained runtimes (e.g. Cloudflare Workers).

    These paths now throw on an HTTP(S) URL image input by default, with an error pointing to the alternatives. data: URIs (and gs:// for Veo) still work without any flag. To opt back into fetching + buffering, set allowUrlFetch: true on the adapter config:

    createOpenaiImage('gpt-image-1', apiKey, { allowUrlFetch: true })
    createOpenaiVideo('sora-2', apiKey, { allowUrlFetch: true })
    createGeminiVideo('veo-3.1-generate-preview', apiKey, { allowUrlFetch: true })

    Migration: if you passed HTTP(S) URL image inputs to these adapters, either fetch the bytes yourself and pass a data: URI, pass a gs:// reference (Veo), or set allowUrlFetch: true.

  • #405 2665085 - Added Gemini Realtime Adapter

Patch Changes

  • #919 d453647 - fix(ai-gemini): fix GeminiClientConfig type import in the published adapter declarations. The emitted .d.ts files imported GeminiClientConfig from a non-existent '../utils.js' (the barrel builds to utils/index.js), so under skipLibCheck it silently resolved to any in consumers — masking client-config type-checking for every adapter and producing a spurious "httpOptions does not exist" error on createGeminiVideo. Adapters now import the type from the concrete '../utils/client' module so the declarations resolve to the real type.

  • #908 dcc7407 - fix(ai-gemini): stop fetching arbitrary HTTPS image URLs in createGeminiImage. URL sources in multimodal image-generation prompts now pass through as fileData.fileUri (Gemini fetches them server-side), matching the chat adapter. This avoids fetch + base64 double-buffering that could OOM on memory-constrained runtimes such as Cloudflare Workers.

  • Updated dependencies [2665085]:

    • @tanstack/ai@0.41.0

@tanstack/ai-openai@0.17.0

Minor Changes

  • #908 dcc7407 - fix(ai-gemini, ai-openai): don't buffer arbitrary HTTP(S) URL image inputs by default on paths that require uploaded bytes.

    Gemini Veo (createGeminiVideo), OpenAI image edits (createOpenaiImage), and OpenAI Sora input_reference (createOpenaiVideo) have no URL passthrough — the provider only accepts inline bytes (or, for Veo, a gs:// reference). Previously an HTTP(S) URL image input was silently fetched and buffered in memory, which can OOM memory-constrained runtimes (e.g. Cloudflare Workers).

    These paths now throw on an HTTP(S) URL image input by default, with an error pointing to the alternatives. data: URIs (and gs:// for Veo) still work without any flag. To opt back into fetching + buffering, set allowUrlFetch: true on the adapter config:

    createOpenaiImage('gpt-image-1', apiKey, { allowUrlFetch: true })
    createOpenaiVideo('sora-2', apiKey, { allowUrlFetch: true })
    createGeminiVideo('veo-3.1-generate-preview', apiKey, { allowUrlFetch: true })

    Migration: if you passed HTTP(S) URL image inputs to these adapters, either fetch the bytes yourself and pass a data: URI, pass a gs:// reference (Veo), or set allowUrlFetch: true.

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/openai-base@0.9.8

@tanstack/ai-react@0.17.0

Minor Changes

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai-client@0.21.0
    • @tanstack/ai@0.41.0

@tanstack/ai-acp@0.2.2

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/ai-sandbox@0.2.3

@tanstack/ai-angular@0.2.4

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai-client@0.21.0
    • @tanstack/ai@0.41.0

@tanstack/ai-anthropic@0.16.2

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-bedrock@0.1.3

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/openai-base@0.9.8

@tanstack/ai-claude-code@0.2.2

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/ai-sandbox@0.2.3

@tanstack/ai-code-mode@0.3.7

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-code-mode-skills@0.3.10

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/ai-code-mode@0.3.7

@tanstack/ai-codex@0.2.2

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/ai-sandbox@0.2.3

@tanstack/ai-devtools-core@0.4.23

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-elevenlabs@0.2.33

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-fal@0.9.11

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-grok@0.14.8

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/openai-base@0.9.8

@tanstack/ai-grok-build@0.2.2

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/ai-acp@0.2.2
    • @tanstack/ai-sandbox@0.2.3

@tanstack/ai-groq@0.5.2

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/openai-base@0.9.8

@tanstack/ai-isolate-cloudflare@0.2.37

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.3.7

@tanstack/ai-isolate-node@0.1.46

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.3.7

@tanstack/ai-isolate-quickjs@0.1.46

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-code-mode@0.3.7

@tanstack/ai-mcp@0.2.4

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-mistral@0.2.2

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-ollama@0.8.15

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-opencode@0.2.2

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/ai-sandbox@0.2.3

@tanstack/ai-openrouter@0.15.9

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-preact@0.10.4

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai-client@0.21.0
    • @tanstack/ai@0.41.0

@tanstack/ai-react-ui@0.8.14

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai-client@0.21.0
    • @tanstack/ai-react@0.17.0

@tanstack/ai-sandbox@0.2.3

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/ai-sandbox-cloudflare@0.2.3

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0
    • @tanstack/ai-sandbox@0.2.3
    • @tanstack/ai-sandbox-local-process@0.2.0

@tanstack/ai-solid@0.14.4

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai-client@0.21.0
    • @tanstack/ai@0.41.0

@tanstack/ai-solid-ui@0.7.13

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai-client@0.21.0
    • @tanstack/ai-solid@0.14.4

@tanstack/ai-svelte@0.14.4

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai-client@0.21.0
    • @tanstack/ai@0.41.0

@tanstack/ai-vue@0.14.4

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai-client@0.21.0
    • @tanstack/ai@0.41.0

@tanstack/ai-vue-ui@0.2.32

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-vue@0.14.4

@tanstack/openai-base@0.9.8

Patch Changes

  • Updated dependencies [2665085]:
    • @tanstack/ai@0.41.0

@tanstack/preact-ai-devtools@0.1.66

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.4.23

@tanstack/react-ai-devtools@0.2.66

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.4.23

@tanstack/solid-ai-devtools@0.2.66

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.4.23

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from ef6ce3f to 6b3b951 Compare July 9, 2026 04:49
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6b3b951 to 5736f54 Compare July 9, 2026 05:26
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.

0 participants