ci: Version Packages#690
Merged
Merged
Conversation
AlemTuzlak
approved these changes
Jun 3, 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.27.0
Minor Changes
#660
6df32b5- BREAKING: Sampling options (temperature,topP,maxTokens) have moved off the root ofchat()/ai()/generate()and into provider-nativemodelOptions. There is no longer a generic root-level sampling surface — each provider accepts its own native keys, fully typed per model:modelOptions: { temperature, top_p, max_output_tokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, topP, maxOutputTokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, top_p, max_completion_tokens }modelOptions: { options: { temperature, top_p, num_predict } }(nested)modelOptions: { temperature, topP, maxCompletionTokens }Middleware no longer sees
temperature/topP/maxTokensas first-class fields onChatMiddlewareConfig; mutateconfig.modelOptions(with the provider-native keys above) instead.metadatais unaffected and stays at the root.The public
OllamaTextProviderOptionstype export has also been removed from@tanstack/ai-ollama.modelOptionsis now typed per model — use the exportedOllamaChatModelOptionsByNamemap (indexed by model name) or the underlyingChatRequestfrom theollamaSDK for arbitrary model strings.Migrate automatically with the codemod, which resolves the provider from the adapter and rewrites the keys for you:
pnpm codemod:move-sampling-to-model-options "src/**/*.{ts,tsx}"See the Sampling Options migration guide for details.
Patch Changes
@tanstack/ai-anthropic@0.14.0
Minor Changes
#660
6df32b5- BREAKING: Sampling options (temperature,topP,maxTokens) have moved off the root ofchat()/ai()/generate()and into provider-nativemodelOptions. There is no longer a generic root-level sampling surface — each provider accepts its own native keys, fully typed per model:modelOptions: { temperature, top_p, max_output_tokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, topP, maxOutputTokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, top_p, max_completion_tokens }modelOptions: { options: { temperature, top_p, num_predict } }(nested)modelOptions: { temperature, topP, maxCompletionTokens }Middleware no longer sees
temperature/topP/maxTokensas first-class fields onChatMiddlewareConfig; mutateconfig.modelOptions(with the provider-native keys above) instead.metadatais unaffected and stays at the root.The public
OllamaTextProviderOptionstype export has also been removed from@tanstack/ai-ollama.modelOptionsis now typed per model — use the exportedOllamaChatModelOptionsByNamemap (indexed by model name) or the underlyingChatRequestfrom theollamaSDK for arbitrary model strings.Migrate automatically with the codemod, which resolves the provider from the adapter and rewrites the keys for you:
pnpm codemod:move-sampling-to-model-options "src/**/*.{ts,tsx}"See the Sampling Options migration guide for details.
Patch Changes
6df32b5]:@tanstack/ai-gemini@0.15.0
Minor Changes
#660
6df32b5- BREAKING: Sampling options (temperature,topP,maxTokens) have moved off the root ofchat()/ai()/generate()and into provider-nativemodelOptions. There is no longer a generic root-level sampling surface — each provider accepts its own native keys, fully typed per model:modelOptions: { temperature, top_p, max_output_tokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, topP, maxOutputTokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, top_p, max_completion_tokens }modelOptions: { options: { temperature, top_p, num_predict } }(nested)modelOptions: { temperature, topP, maxCompletionTokens }Middleware no longer sees
temperature/topP/maxTokensas first-class fields onChatMiddlewareConfig; mutateconfig.modelOptions(with the provider-native keys above) instead.metadatais unaffected and stays at the root.The public
OllamaTextProviderOptionstype export has also been removed from@tanstack/ai-ollama.modelOptionsis now typed per model — use the exportedOllamaChatModelOptionsByNamemap (indexed by model name) or the underlyingChatRequestfrom theollamaSDK for arbitrary model strings.Migrate automatically with the codemod, which resolves the provider from the adapter and rewrites the keys for you:
pnpm codemod:move-sampling-to-model-options "src/**/*.{ts,tsx}"See the Sampling Options migration guide for details.
Patch Changes
6df32b5]:@tanstack/ai-grok@0.11.0
Minor Changes
#660
6df32b5- BREAKING: Sampling options (temperature,topP,maxTokens) have moved off the root ofchat()/ai()/generate()and into provider-nativemodelOptions. There is no longer a generic root-level sampling surface — each provider accepts its own native keys, fully typed per model:modelOptions: { temperature, top_p, max_output_tokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, topP, maxOutputTokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, top_p, max_completion_tokens }modelOptions: { options: { temperature, top_p, num_predict } }(nested)modelOptions: { temperature, topP, maxCompletionTokens }Middleware no longer sees
temperature/topP/maxTokensas first-class fields onChatMiddlewareConfig; mutateconfig.modelOptions(with the provider-native keys above) instead.metadatais unaffected and stays at the root.The public
OllamaTextProviderOptionstype export has also been removed from@tanstack/ai-ollama.modelOptionsis now typed per model — use the exportedOllamaChatModelOptionsByNamemap (indexed by model name) or the underlyingChatRequestfrom theollamaSDK for arbitrary model strings.Migrate automatically with the codemod, which resolves the provider from the adapter and rewrites the keys for you:
pnpm codemod:move-sampling-to-model-options "src/**/*.{ts,tsx}"See the Sampling Options migration guide for details.
Patch Changes
6df32b5]:@tanstack/ai-groq@0.4.0
Minor Changes
#660
6df32b5- BREAKING: Sampling options (temperature,topP,maxTokens) have moved off the root ofchat()/ai()/generate()and into provider-nativemodelOptions. There is no longer a generic root-level sampling surface — each provider accepts its own native keys, fully typed per model:modelOptions: { temperature, top_p, max_output_tokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, topP, maxOutputTokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, top_p, max_completion_tokens }modelOptions: { options: { temperature, top_p, num_predict } }(nested)modelOptions: { temperature, topP, maxCompletionTokens }Middleware no longer sees
temperature/topP/maxTokensas first-class fields onChatMiddlewareConfig; mutateconfig.modelOptions(with the provider-native keys above) instead.metadatais unaffected and stays at the root.The public
OllamaTextProviderOptionstype export has also been removed from@tanstack/ai-ollama.modelOptionsis now typed per model — use the exportedOllamaChatModelOptionsByNamemap (indexed by model name) or the underlyingChatRequestfrom theollamaSDK for arbitrary model strings.Migrate automatically with the codemod, which resolves the provider from the adapter and rewrites the keys for you:
pnpm codemod:move-sampling-to-model-options "src/**/*.{ts,tsx}"See the Sampling Options migration guide for details.
Patch Changes
6df32b5]:@tanstack/ai-ollama@0.8.0
Minor Changes
#660
6df32b5- BREAKING: Sampling options (temperature,topP,maxTokens) have moved off the root ofchat()/ai()/generate()and into provider-nativemodelOptions. There is no longer a generic root-level sampling surface — each provider accepts its own native keys, fully typed per model:modelOptions: { temperature, top_p, max_output_tokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, topP, maxOutputTokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, top_p, max_completion_tokens }modelOptions: { options: { temperature, top_p, num_predict } }(nested)modelOptions: { temperature, topP, maxCompletionTokens }Middleware no longer sees
temperature/topP/maxTokensas first-class fields onChatMiddlewareConfig; mutateconfig.modelOptions(with the provider-native keys above) instead.metadatais unaffected and stays at the root.The public
OllamaTextProviderOptionstype export has also been removed from@tanstack/ai-ollama.modelOptionsis now typed per model — use the exportedOllamaChatModelOptionsByNamemap (indexed by model name) or the underlyingChatRequestfrom theollamaSDK for arbitrary model strings.Migrate automatically with the codemod, which resolves the provider from the adapter and rewrites the keys for you:
pnpm codemod:move-sampling-to-model-options "src/**/*.{ts,tsx}"See the Sampling Options migration guide for details.
Patch Changes
6df32b5]:@tanstack/ai-openai@0.13.0
Minor Changes
#660
6df32b5- BREAKING: Sampling options (temperature,topP,maxTokens) have moved off the root ofchat()/ai()/generate()and into provider-nativemodelOptions. There is no longer a generic root-level sampling surface — each provider accepts its own native keys, fully typed per model:modelOptions: { temperature, top_p, max_output_tokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, topP, maxOutputTokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, top_p, max_completion_tokens }modelOptions: { options: { temperature, top_p, num_predict } }(nested)modelOptions: { temperature, topP, maxCompletionTokens }Middleware no longer sees
temperature/topP/maxTokensas first-class fields onChatMiddlewareConfig; mutateconfig.modelOptions(with the provider-native keys above) instead.metadatais unaffected and stays at the root.The public
OllamaTextProviderOptionstype export has also been removed from@tanstack/ai-ollama.modelOptionsis now typed per model — use the exportedOllamaChatModelOptionsByNamemap (indexed by model name) or the underlyingChatRequestfrom theollamaSDK for arbitrary model strings.Migrate automatically with the codemod, which resolves the provider from the adapter and rewrites the keys for you:
pnpm codemod:move-sampling-to-model-options "src/**/*.{ts,tsx}"See the Sampling Options migration guide for details.
Patch Changes
6df32b5]:@tanstack/ai-openrouter@0.13.0
Minor Changes
#660
6df32b5- BREAKING: Sampling options (temperature,topP,maxTokens) have moved off the root ofchat()/ai()/generate()and into provider-nativemodelOptions. There is no longer a generic root-level sampling surface — each provider accepts its own native keys, fully typed per model:modelOptions: { temperature, top_p, max_output_tokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, topP, maxOutputTokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, top_p, max_completion_tokens }modelOptions: { options: { temperature, top_p, num_predict } }(nested)modelOptions: { temperature, topP, maxCompletionTokens }Middleware no longer sees
temperature/topP/maxTokensas first-class fields onChatMiddlewareConfig; mutateconfig.modelOptions(with the provider-native keys above) instead.metadatais unaffected and stays at the root.The public
OllamaTextProviderOptionstype export has also been removed from@tanstack/ai-ollama.modelOptionsis now typed per model — use the exportedOllamaChatModelOptionsByNamemap (indexed by model name) or the underlyingChatRequestfrom theollamaSDK for arbitrary model strings.Migrate automatically with the codemod, which resolves the provider from the adapter and rewrites the keys for you:
pnpm codemod:move-sampling-to-model-options "src/**/*.{ts,tsx}"See the Sampling Options migration guide for details.
Patch Changes
6df32b5]:@tanstack/openai-base@0.7.0
Minor Changes
#660
6df32b5- BREAKING: Sampling options (temperature,topP,maxTokens) have moved off the root ofchat()/ai()/generate()and into provider-nativemodelOptions. There is no longer a generic root-level sampling surface — each provider accepts its own native keys, fully typed per model:modelOptions: { temperature, top_p, max_output_tokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, topP, maxOutputTokens }modelOptions: { temperature, top_p, max_tokens }modelOptions: { temperature, top_p, max_completion_tokens }modelOptions: { options: { temperature, top_p, num_predict } }(nested)modelOptions: { temperature, topP, maxCompletionTokens }Middleware no longer sees
temperature/topP/maxTokensas first-class fields onChatMiddlewareConfig; mutateconfig.modelOptions(with the provider-native keys above) instead.metadatais unaffected and stays at the root.The public
OllamaTextProviderOptionstype export has also been removed from@tanstack/ai-ollama.modelOptionsis now typed per model — use the exportedOllamaChatModelOptionsByNamemap (indexed by model name) or the underlyingChatRequestfrom theollamaSDK for arbitrary model strings.Migrate automatically with the codemod, which resolves the provider from the adapter and rewrites the keys for you:
pnpm codemod:move-sampling-to-model-options "src/**/*.{ts,tsx}"See the Sampling Options migration guide for details.
Patch Changes
6df32b5]:@tanstack/ai-client@0.16.2
Patch Changes
6df32b5]:@tanstack/ai-code-mode@0.2.4
Patch Changes
6df32b5]:@tanstack/ai-code-mode-skills@0.2.4
Patch Changes
6df32b5]:@tanstack/ai-devtools-core@0.4.7
Patch Changes
6df32b5]:@tanstack/ai-elevenlabs@0.2.19
Patch Changes
6df32b5]:@tanstack/ai-event-client@0.5.3
Patch Changes
6df32b5]:@tanstack/ai-fal@0.7.22
Patch Changes
6df32b5]:@tanstack/ai-isolate-cloudflare@0.2.20
Patch Changes
@tanstack/ai-isolate-node@0.1.29
Patch Changes
@tanstack/ai-isolate-quickjs@0.1.29
Patch Changes
@tanstack/ai-preact@0.9.2
Patch Changes
6df32b5]:@tanstack/ai-react@0.15.2
Patch Changes
6df32b5]:@tanstack/ai-solid@0.13.2
Patch Changes
6df32b5]:@tanstack/ai-svelte@0.13.2
Patch Changes
6df32b5]:@tanstack/ai-vue@0.13.2
Patch Changes
6df32b5]:@tanstack/ai-vue-ui@0.2.14
Patch Changes
@tanstack/preact-ai-devtools@0.1.50
Patch Changes
@tanstack/react-ai-devtools@0.2.50
Patch Changes
@tanstack/solid-ai-devtools@0.2.50
Patch Changes