ci: Version Packages#913
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
ef6ce3f to
6b3b951
Compare
6b3b951 to
5736f54
Compare
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.41.0
Minor Changes
2665085- Added Gemini Realtime Adapter@tanstack/ai-client@0.21.0
Minor Changes
2665085- Added Gemini Realtime AdapterPatch Changes
2665085]:@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 Sorainput_reference(createOpenaiVideo) have no URL passthrough — the provider only accepts inline bytes (or, for Veo, ags://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 (andgs://for Veo) still work without any flag. To opt back into fetching + buffering, setallowUrlFetch: trueon the adapter config:Migration: if you passed HTTP(S) URL image inputs to these adapters, either fetch the bytes yourself and pass a
data:URI, pass ags://reference (Veo), or setallowUrlFetch: true.#405
2665085- Added Gemini Realtime AdapterPatch Changes
#919
d453647- fix(ai-gemini): fixGeminiClientConfigtype import in the published adapter declarations. The emitted.d.tsfiles importedGeminiClientConfigfrom a non-existent'../utils.js'(the barrel builds toutils/index.js), so underskipLibCheckit silently resolved toanyin consumers — masking client-config type-checking for every adapter and producing a spurious "httpOptionsdoes not exist" error oncreateGeminiVideo. 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 increateGeminiImage. URL sources in multimodal image-generation prompts now pass through asfileData.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-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 Sorainput_reference(createOpenaiVideo) have no URL passthrough — the provider only accepts inline bytes (or, for Veo, ags://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 (andgs://for Veo) still work without any flag. To opt back into fetching + buffering, setallowUrlFetch: trueon the adapter config:Migration: if you passed HTTP(S) URL image inputs to these adapters, either fetch the bytes yourself and pass a
data:URI, pass ags://reference (Veo), or setallowUrlFetch: true.Patch Changes
2665085]:@tanstack/ai-react@0.17.0
Minor Changes
2665085- Added Gemini Realtime AdapterPatch Changes
2665085]:@tanstack/ai-acp@0.2.2
Patch Changes
2665085]:@tanstack/ai-angular@0.2.4
Patch Changes
2665085]:@tanstack/ai-anthropic@0.16.2
Patch Changes
2665085]:@tanstack/ai-bedrock@0.1.3
Patch Changes
2665085]:@tanstack/ai-claude-code@0.2.2
Patch Changes
2665085]:@tanstack/ai-code-mode@0.3.7
Patch Changes
2665085]:@tanstack/ai-code-mode-skills@0.3.10
Patch Changes
2665085]:@tanstack/ai-codex@0.2.2
Patch Changes
2665085]:@tanstack/ai-devtools-core@0.4.23
Patch Changes
2665085]:@tanstack/ai-elevenlabs@0.2.33
Patch Changes
2665085]:@tanstack/ai-fal@0.9.11
Patch Changes
2665085]:@tanstack/ai-grok@0.14.8
Patch Changes
2665085]:@tanstack/ai-grok-build@0.2.2
Patch Changes
2665085]:@tanstack/ai-groq@0.5.2
Patch Changes
2665085]:@tanstack/ai-isolate-cloudflare@0.2.37
Patch Changes
@tanstack/ai-isolate-node@0.1.46
Patch Changes
@tanstack/ai-isolate-quickjs@0.1.46
Patch Changes
@tanstack/ai-mcp@0.2.4
Patch Changes
2665085]:@tanstack/ai-mistral@0.2.2
Patch Changes
2665085]:@tanstack/ai-ollama@0.8.15
Patch Changes
2665085]:@tanstack/ai-opencode@0.2.2
Patch Changes
2665085]:@tanstack/ai-openrouter@0.15.9
Patch Changes
2665085]:@tanstack/ai-preact@0.10.4
Patch Changes
2665085]:@tanstack/ai-react-ui@0.8.14
Patch Changes
2665085]:@tanstack/ai-sandbox@0.2.3
Patch Changes
2665085]:@tanstack/ai-sandbox-cloudflare@0.2.3
Patch Changes
2665085]:@tanstack/ai-solid@0.14.4
Patch Changes
2665085]:@tanstack/ai-solid-ui@0.7.13
Patch Changes
2665085]:@tanstack/ai-svelte@0.14.4
Patch Changes
2665085]:@tanstack/ai-vue@0.14.4
Patch Changes
2665085]:@tanstack/ai-vue-ui@0.2.32
Patch Changes
@tanstack/openai-base@0.9.8
Patch Changes
2665085]:@tanstack/preact-ai-devtools@0.1.66
Patch Changes
@tanstack/react-ai-devtools@0.2.66
Patch Changes
@tanstack/solid-ai-devtools@0.2.66
Patch Changes