ci: Version Packages#895
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
b550abe to
530d5c8
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.40.0
Minor Changes
5deda27- Add OpenAI transcription diarization support withdiarized_jsonoutput, speaker-labeled segments, diarization model validation, chunking strategy options, and docs.@tanstack/ai-client@0.20.0
Minor Changes
5deda27- Add OpenAI transcription diarization support withdiarized_jsonoutput, speaker-labeled segments, diarization model validation, chunking strategy options, and docs.Patch Changes
5deda27]:@tanstack/ai-openai@0.16.0
Minor Changes
5deda27- Add OpenAI transcription diarization support withdiarized_jsonoutput, speaker-labeled segments, diarization model validation, chunking strategy options, and docs.Patch Changes
5deda27]:@tanstack/ai-acp@0.2.1
Patch Changes
5deda27]:@tanstack/ai-angular@0.2.3
Patch Changes
5deda27]:@tanstack/ai-anthropic@0.16.1
Patch Changes
#853
9be8fa4- Default Anthropicmax_tokensto the selected model's real output ceiling(
max_output_tokensfrom model metadata — e.g. 64K for Sonnet, 128K for Opus)when the caller doesn't pass one, instead of a hard-coded
1024that silentlytruncated long responses with
stop_reason: "max_tokens"(#849). Unknownmodels fall back to a safe constant.
max_tokensis a ceiling, not areservation, so this costs nothing unless the model genuinely produces more.
The adapter also now logs a warning when a response is truncated while using the
defaulted (caller-unspecified) cap, so the truncation isn't silently attributed
to the model "doing nothing". Callers that set
modelOptions.max_tokensexplicitly are unaffected.
The non-streaming structured-output path (
structuredOutput()) clamps thisdefault to the Anthropic SDK's non-streaming-safe limit (~21K tokens). The SDK
refuses a non-streaming request whose
max_tokenscould exceed its 10-minutetimeout, so without the clamp the full-ceiling default would make every
chat({ outputSchema })call on a fallback-path model throw "Streaming isrequired for operations that may take longer than 10 minutes". The streaming
chat path keeps the model's full ceiling.
Updated dependencies [
5deda27]:@tanstack/ai-bedrock@0.1.2
Patch Changes
5deda27]:@tanstack/ai-claude-code@0.2.1
Patch Changes
5deda27]:@tanstack/ai-code-mode@0.3.6
Patch Changes
5deda27]:@tanstack/ai-code-mode-skills@0.3.9
Patch Changes
5deda27]:@tanstack/ai-codex@0.2.1
Patch Changes
5deda27]:@tanstack/ai-devtools-core@0.4.22
Patch Changes
5deda27]:@tanstack/ai-elevenlabs@0.2.32
Patch Changes
5deda27]:@tanstack/ai-fal@0.9.10
Patch Changes
5deda27]:@tanstack/ai-gemini@0.19.1
Patch Changes
5deda27]:@tanstack/ai-grok@0.14.7
Patch Changes
5deda27]:@tanstack/ai-grok-build@0.2.1
Patch Changes
5deda27]:@tanstack/ai-groq@0.5.1
Patch Changes
5deda27]:@tanstack/ai-isolate-cloudflare@0.2.36
Patch Changes
@tanstack/ai-isolate-node@0.1.45
Patch Changes
@tanstack/ai-isolate-quickjs@0.1.45
Patch Changes
@tanstack/ai-mcp@0.2.3
Patch Changes
5deda27]:@tanstack/ai-mistral@0.2.1
Patch Changes
5deda27]:@tanstack/ai-ollama@0.8.14
Patch Changes
5deda27]:@tanstack/ai-opencode@0.2.1
Patch Changes
5deda27]:@tanstack/ai-openrouter@0.15.8
Patch Changes
5deda27]:@tanstack/ai-preact@0.10.3
Patch Changes
5deda27]:@tanstack/ai-react@0.16.4
Patch Changes
5deda27]:@tanstack/ai-react-ui@0.8.13
Patch Changes
5deda27]:@tanstack/ai-sandbox@0.2.2
Patch Changes
5deda27]:@tanstack/ai-sandbox-cloudflare@0.2.2
Patch Changes
5deda27]:@tanstack/ai-solid@0.14.3
Patch Changes
5deda27]:@tanstack/ai-solid-ui@0.7.12
Patch Changes
5deda27]:@tanstack/ai-svelte@0.14.3
Patch Changes
5deda27]:@tanstack/ai-vue@0.14.3
Patch Changes
5deda27]:@tanstack/ai-vue-ui@0.2.31
Patch Changes
@tanstack/openai-base@0.9.7
Patch Changes
5deda27]:@tanstack/preact-ai-devtools@0.1.65
Patch Changes
@tanstack/react-ai-devtools@0.2.65
Patch Changes
@tanstack/solid-ai-devtools@0.2.65
Patch Changes