ci: Version Packages#533
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
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.15.0
Minor Changes
Fix thinking blocks getting merged across steps and lost on turn 2+ of Anthropic tool loops. (#391)
Each thinking step emitted by the adapter now produces its own
ThinkingParton theUIMessageinstead of being merged into a single part, and thinking content + Anthropic signatures are preserved in server-side message history so multi-turn tool flows with extended thinking work correctly.This includes a public callback signature change:
StreamProcessorEvents.onThinkingUpdatenow receives(messageId, stepId, content)instead of(messageId, content).ChatClienthas been updated to handle the newstepIdargument internally, but consumers implementingStreamProcessorEventsdirectly need to add the new parameter.@tanstack/ai:ThinkingPartgains optionalstepIdandsignaturefields.ModelMessagegains an optionalthinking?: Array<{ content; signature? }>field so prior thinking can be replayed in subsequent turns.StepFinishedEventgains an optionalsignaturefield for provider-supplied thinking signatures.StreamProcessortracks thinking per-step viastepIdand keeps step ordering.getState().thinking/getResult().thinkingconcatenate step contents in order.onThinkingUpdatecallback onStreamProcessorEventsnow receives(messageId, stepId, content)— consumers implementing it directly must add thestepIdparameter.TextEngineaccumulates thinking + signatures per iteration and includes them in assistant messages with tool calls so the next turn can replay them.@tanstack/ai-anthropic:signature_deltastream events and emits the finalSTEP_FINISHEDwith the signature oncontent_block_stop.formatMessagesfor multi-turn history.betas: ['interleaved-thinking-2025-05-14']to thebeta.messages.createcall site when a thinking budget is configured. The beta flag is scoped to the streaming path only, sostructuredOutput(which uses the non-betamessages.createendpoint) is unaffected.@tanstack/ai-client:ChatClient's internalonThinkingUpdatewiring is updated for the newstepIdparameter.Patch Changes
@tanstack/ai-client@0.9.0
Minor Changes
Fix thinking blocks getting merged across steps and lost on turn 2+ of Anthropic tool loops. (#391)
Each thinking step emitted by the adapter now produces its own
ThinkingParton theUIMessageinstead of being merged into a single part, and thinking content + Anthropic signatures are preserved in server-side message history so multi-turn tool flows with extended thinking work correctly.This includes a public callback signature change:
StreamProcessorEvents.onThinkingUpdatenow receives(messageId, stepId, content)instead of(messageId, content).ChatClienthas been updated to handle the newstepIdargument internally, but consumers implementingStreamProcessorEventsdirectly need to add the new parameter.@tanstack/ai:ThinkingPartgains optionalstepIdandsignaturefields.ModelMessagegains an optionalthinking?: Array<{ content; signature? }>field so prior thinking can be replayed in subsequent turns.StepFinishedEventgains an optionalsignaturefield for provider-supplied thinking signatures.StreamProcessortracks thinking per-step viastepIdand keeps step ordering.getState().thinking/getResult().thinkingconcatenate step contents in order.onThinkingUpdatecallback onStreamProcessorEventsnow receives(messageId, stepId, content)— consumers implementing it directly must add thestepIdparameter.TextEngineaccumulates thinking + signatures per iteration and includes them in assistant messages with tool calls so the next turn can replay them.@tanstack/ai-anthropic:signature_deltastream events and emits the finalSTEP_FINISHEDwith the signature oncontent_block_stop.formatMessagesfor multi-turn history.betas: ['interleaved-thinking-2025-05-14']to thebeta.messages.createcall site when a thinking budget is configured. The beta flag is scoped to the streaming path only, sostructuredOutput(which uses the non-betamessages.createendpoint) is unaffected.@tanstack/ai-client:ChatClient's internalonThinkingUpdatewiring is updated for the newstepIdparameter.Patch Changes
b2d3cc1]:@tanstack/ai-anthropic@0.8.4
Patch Changes
Fix thinking blocks getting merged across steps and lost on turn 2+ of Anthropic tool loops. (#391)
Each thinking step emitted by the adapter now produces its own
ThinkingParton theUIMessageinstead of being merged into a single part, and thinking content + Anthropic signatures are preserved in server-side message history so multi-turn tool flows with extended thinking work correctly.This includes a public callback signature change:
StreamProcessorEvents.onThinkingUpdatenow receives(messageId, stepId, content)instead of(messageId, content).ChatClienthas been updated to handle the newstepIdargument internally, but consumers implementingStreamProcessorEventsdirectly need to add the new parameter.@tanstack/ai:ThinkingPartgains optionalstepIdandsignaturefields.ModelMessagegains an optionalthinking?: Array<{ content; signature? }>field so prior thinking can be replayed in subsequent turns.StepFinishedEventgains an optionalsignaturefield for provider-supplied thinking signatures.StreamProcessortracks thinking per-step viastepIdand keeps step ordering.getState().thinking/getResult().thinkingconcatenate step contents in order.onThinkingUpdatecallback onStreamProcessorEventsnow receives(messageId, stepId, content)— consumers implementing it directly must add thestepIdparameter.TextEngineaccumulates thinking + signatures per iteration and includes them in assistant messages with tool calls so the next turn can replay them.@tanstack/ai-anthropic:signature_deltastream events and emits the finalSTEP_FINISHEDwith the signature oncontent_block_stop.formatMessagesfor multi-turn history.betas: ['interleaved-thinking-2025-05-14']to thebeta.messages.createcall site when a thinking budget is configured. The beta flag is scoped to the streaming path only, sostructuredOutput(which uses the non-betamessages.createendpoint) is unaffected.@tanstack/ai-client:ChatClient's internalonThinkingUpdatewiring is updated for the newstepIdparameter.Updated dependencies [
b2d3cc1]:@tanstack/ai-code-mode@0.1.9
Patch Changes
b2d3cc1]:@tanstack/ai-code-mode-skills@0.1.9
Patch Changes
b2d3cc1]:@tanstack/ai-devtools-core@0.3.26
Patch Changes
b2d3cc1]:@tanstack/ai-elevenlabs@0.2.1
Patch Changes
b2d3cc1]:@tanstack/ai-event-client@0.2.9
Patch Changes
b2d3cc1]:@tanstack/ai-fal@0.7.1
Patch Changes
b2d3cc1]:@tanstack/ai-gemini@0.10.1
Patch Changes
b2d3cc1]:@tanstack/ai-grok@0.7.1
Patch Changes
b2d3cc1]:@tanstack/ai-groq@0.1.9
Patch Changes
b2d3cc1]:@tanstack/ai-isolate-cloudflare@0.1.9
Patch Changes
@tanstack/ai-isolate-node@0.1.9
Patch Changes
@tanstack/ai-isolate-quickjs@0.1.9
Patch Changes
@tanstack/ai-ollama@0.6.11
Patch Changes
b2d3cc1]:@tanstack/ai-openai@0.8.3
Patch Changes
b2d3cc1]:@tanstack/ai-openrouter@0.8.3
Patch Changes
b2d3cc1]:@tanstack/ai-preact@0.6.21
Patch Changes
b2d3cc1]:@tanstack/ai-react@0.8.1
Patch Changes
b2d3cc1]:@tanstack/ai-react-ui@0.6.3
Patch Changes
b2d3cc1]:@tanstack/ai-solid@0.7.1
Patch Changes
b2d3cc1]:@tanstack/ai-solid-ui@0.6.3
Patch Changes
b2d3cc1]:@tanstack/ai-svelte@0.7.1
Patch Changes
b2d3cc1]:@tanstack/ai-vue@0.7.1
Patch Changes
b2d3cc1]:@tanstack/ai-vue-ui@0.1.32
Patch Changes
@tanstack/preact-ai-devtools@0.1.30
Patch Changes
@tanstack/react-ai-devtools@0.2.30
Patch Changes
@tanstack/solid-ai-devtools@0.2.30
Patch Changes
ts-svelte-chat@0.1.39
Patch Changes
b2d3cc1]:ts-vue-chat@0.1.39
Patch Changes
b2d3cc1]:vanilla-chat@0.0.36
Patch Changes
b2d3cc1]:@tanstack/ai-code-mode-models-eval@0.0.13
Patch Changes
b2d3cc1]: