Merged
Conversation
jherr
approved these changes
Feb 28, 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.6.1
Patch Changes
Fix chat stall when server and client tools are called in the same turn. (#323)
When the LLM requested both a server tool and a client tool in the same response, the server tool's result was silently dropped. The
processToolCallsandcheckForPendingToolCallsmethods returned early to wait for the client tool, skipping theemitToolResultscall entirely — so the server result was never emitted or added to the message history, causing the session to stall indefinitely.The fix emits completed server tool results before yielding the early return for client tool / approval waiting.
Also fixes the smoke-test harness and test fixtures to use
chunk.valueinstead ofchunk.datafor CUSTOM events, following the rename introduced in refactor: change CustomEvent property from 'data' to 'value' for AG-UI #307.@tanstack/ai-client@0.5.1
Patch Changes
d8678e2]:@tanstack/ai-devtools-core@0.3.6
Patch Changes
d8678e2]:@tanstack/ai-fal@0.6.1
Patch Changes
d8678e2]:@tanstack/ai-openrouter@0.6.1
Patch Changes
d8678e2]:@tanstack/ai-preact@0.6.1
Patch Changes
d8678e2]:@tanstack/ai-react@0.6.1
Patch Changes
d8678e2]:@tanstack/ai-solid@0.6.1
Patch Changes
d8678e2]:@tanstack/ai-svelte@0.6.1
Patch Changes
d8678e2]:@tanstack/ai-vue@0.6.1
Patch Changes
d8678e2]:@tanstack/ai-vue-ui@0.1.12
Patch Changes
@tanstack/preact-ai-devtools@0.1.10
Patch Changes
@tanstack/react-ai-devtools@0.2.10
Patch Changes
@tanstack/solid-ai-devtools@0.2.10
Patch Changes
ts-svelte-chat@0.1.14
Patch Changes
d8678e2]:ts-vue-chat@0.1.14
Patch Changes
d8678e2]:vanilla-chat@0.0.16
Patch Changes
@tanstack/tests-adapters@0.1.15
Patch Changes
d8678e2]:@tanstack/smoke-tests-e2e@0.0.19
Patch Changes
d8678e2]: