Skip to content

ci: Version Packages#324

Merged
jherr merged 1 commit intomainfrom
changeset-release/main
Feb 28, 2026
Merged

ci: Version Packages#324
jherr merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

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 processToolCalls and checkForPendingToolCalls methods returned early to wait for the client tool, skipping the emitToolResults call 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.value instead of chunk.data for 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

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1

@tanstack/ai-devtools-core@0.3.6

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1

@tanstack/ai-fal@0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1

@tanstack/ai-openrouter@0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1

@tanstack/ai-preact@0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1
    • @tanstack/ai-client@0.5.1

@tanstack/ai-react@0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1
    • @tanstack/ai-client@0.5.1

@tanstack/ai-solid@0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1
    • @tanstack/ai-client@0.5.1

@tanstack/ai-svelte@0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1
    • @tanstack/ai-client@0.5.1

@tanstack/ai-vue@0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1
    • @tanstack/ai-client@0.5.1

@tanstack/ai-vue-ui@0.1.12

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-vue@0.6.1

@tanstack/preact-ai-devtools@0.1.10

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.3.6

@tanstack/react-ai-devtools@0.2.10

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.3.6

@tanstack/solid-ai-devtools@0.2.10

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.3.6

ts-svelte-chat@0.1.14

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1
    • @tanstack/ai-anthropic@0.6.0
    • @tanstack/ai-client@0.5.1
    • @tanstack/ai-gemini@0.6.0
    • @tanstack/ai-ollama@0.6.0
    • @tanstack/ai-openai@0.6.0
    • @tanstack/ai-svelte@0.6.1

ts-vue-chat@0.1.14

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1
    • @tanstack/ai-anthropic@0.6.0
    • @tanstack/ai-client@0.5.1
    • @tanstack/ai-gemini@0.6.0
    • @tanstack/ai-ollama@0.6.0
    • @tanstack/ai-openai@0.6.0
    • @tanstack/ai-vue@0.6.1
    • @tanstack/ai-vue-ui@0.1.12

vanilla-chat@0.0.16

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-client@0.5.1

@tanstack/tests-adapters@0.1.15

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1
    • @tanstack/ai-anthropic@0.6.0
    • @tanstack/ai-gemini@0.6.0
    • @tanstack/ai-ollama@0.6.0
    • @tanstack/ai-openai@0.6.0
    • @tanstack/ai-openrouter@0.6.1

@tanstack/smoke-tests-e2e@0.0.19

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1
    • @tanstack/ai-client@0.5.1
    • @tanstack/ai-openai@0.6.0
    • @tanstack/ai-react@0.6.1
    • @tanstack/tests-adapters@0.1.15

@github-actions github-actions bot requested a review from a team February 28, 2026 00:45
@jherr jherr merged commit 81d0ac0 into main Feb 28, 2026
@jherr jherr deleted the changeset-release/main branch February 28, 2026 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant