Skip to content

ci: Version Packages#301

Merged
jherr merged 5 commits intomainfrom
changeset-release/main
Feb 28, 2026
Merged

ci: Version Packages#301
jherr merged 5 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 20, 2026

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.0

Minor Changes

  • feat: add custom event dispatch support for tools (#293)

    Tools can now emit custom events during execution via dispatchEvent(). Custom events are streamed to clients as custom_event stream chunks and surfaced through the client chat hook's onCustomEvent callback. This enables tools to send progress updates, intermediate results, or any structured data back to the UI during long-running operations.

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.

  • Refactor CustomEvent property from 'data' to 'value' for AG-UI compliance (#307)

@tanstack/ai-client@0.5.0

Minor Changes

  • feat: add custom event dispatch support for tools (#293)

    Tools can now emit custom events during execution via dispatchEvent(). Custom events are streamed to clients as custom_event stream chunks and surfaced through the client chat hook's onCustomEvent callback. This enables tools to send progress updates, intermediate results, or any structured data back to the UI during long-running operations.

Patch Changes

  • Refactor CustomEvent property from 'data' to 'value' for AG-UI compliance (#307)

  • Updated dependencies [5aa6acc, d8678e2, 1f800aa]:

    • @tanstack/ai@0.6.0

@tanstack/ai-anthropic@1.0.0

Patch Changes

@tanstack/ai-devtools-core@0.3.5

Patch Changes

@tanstack/ai-fal@1.0.0

Patch Changes

@tanstack/ai-gemini@1.0.0

Patch Changes

@tanstack/ai-grok@1.0.0

Patch Changes

@tanstack/ai-ollama@1.0.0

Patch Changes

@tanstack/ai-openai@1.0.0

Patch Changes

@tanstack/ai-openrouter@1.0.0

Patch Changes

@tanstack/ai-preact@1.0.0

Patch Changes

@tanstack/ai-react@1.0.0

Patch Changes

  • feat: add custom event dispatch support for tools (#293)

    Tools can now emit custom events during execution via dispatchEvent(). Custom events are streamed to clients as custom_event stream chunks and surfaced through the client chat hook's onCustomEvent callback. This enables tools to send progress updates, intermediate results, or any structured data back to the UI during long-running operations.

  • Updated dependencies [5aa6acc, d8678e2, 1f800aa]:

    • @tanstack/ai@0.6.0
    • @tanstack/ai-client@0.5.0

@tanstack/ai-react-ui@1.0.0

Patch Changes

  • Updated dependencies [5aa6acc, 1f800aa]:
    • @tanstack/ai-client@0.5.0
    • @tanstack/ai-react@1.0.0

@tanstack/ai-solid@1.0.0

Patch Changes

  • feat: add custom event dispatch support for tools (#293)

    Tools can now emit custom events during execution via dispatchEvent(). Custom events are streamed to clients as custom_event stream chunks and surfaced through the client chat hook's onCustomEvent callback. This enables tools to send progress updates, intermediate results, or any structured data back to the UI during long-running operations.

  • Updated dependencies [5aa6acc, d8678e2, 1f800aa]:

    • @tanstack/ai@0.6.0
    • @tanstack/ai-client@0.5.0

@tanstack/ai-solid-ui@1.0.0

Patch Changes

  • Updated dependencies [5aa6acc, 1f800aa]:
    • @tanstack/ai-client@0.5.0
    • @tanstack/ai-solid@1.0.0

@tanstack/ai-svelte@1.0.0

Patch Changes

  • feat: add custom event dispatch support for tools (#293)

    Tools can now emit custom events during execution via dispatchEvent(). Custom events are streamed to clients as custom_event stream chunks and surfaced through the client chat hook's onCustomEvent callback. This enables tools to send progress updates, intermediate results, or any structured data back to the UI during long-running operations.

  • Updated dependencies [5aa6acc, d8678e2, 1f800aa]:

    • @tanstack/ai@0.6.0
    • @tanstack/ai-client@0.5.0

@tanstack/ai-vue@1.0.0

Patch Changes

  • feat: add custom event dispatch support for tools (#293)

    Tools can now emit custom events during execution via dispatchEvent(). Custom events are streamed to clients as custom_event stream chunks and surfaced through the client chat hook's onCustomEvent callback. This enables tools to send progress updates, intermediate results, or any structured data back to the UI during long-running operations.

  • Updated dependencies [5aa6acc, d8678e2, 1f800aa]:

    • @tanstack/ai@0.6.0
    • @tanstack/ai-client@0.5.0

@tanstack/ai-vue-ui@0.1.11

Patch Changes

  • Updated dependencies [5aa6acc]:
    • @tanstack/ai-vue@1.0.0

@tanstack/preact-ai-devtools@0.1.9

Patch Changes

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

@tanstack/react-ai-devtools@0.2.9

Patch Changes

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

@tanstack/solid-ai-devtools@0.2.9

Patch Changes

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

ts-svelte-chat@0.1.13

Patch Changes

  • Updated dependencies [5aa6acc, d8678e2, 1f800aa]:
    • @tanstack/ai@0.6.0
    • @tanstack/ai-client@0.5.0
    • @tanstack/ai-svelte@1.0.0
    • @tanstack/ai-anthropic@1.0.0
    • @tanstack/ai-gemini@1.0.0
    • @tanstack/ai-ollama@1.0.0
    • @tanstack/ai-openai@1.0.0

ts-vue-chat@0.1.13

Patch Changes

  • Updated dependencies [5aa6acc, d8678e2, 1f800aa]:
    • @tanstack/ai@0.6.0
    • @tanstack/ai-client@0.5.0
    • @tanstack/ai-vue@1.0.0
    • @tanstack/ai-anthropic@1.0.0
    • @tanstack/ai-gemini@1.0.0
    • @tanstack/ai-ollama@1.0.0
    • @tanstack/ai-openai@1.0.0
    • @tanstack/ai-vue-ui@0.1.11

vanilla-chat@0.0.15

Patch Changes

@tanstack/tests-adapters@0.1.14

Patch Changes

  • Updated dependencies [5aa6acc, d8678e2, 808c32d, 1f800aa]:
    • @tanstack/ai@0.6.0
    • @tanstack/ai-openrouter@1.0.0
    • @tanstack/ai-anthropic@1.0.0
    • @tanstack/ai-gemini@1.0.0
    • @tanstack/ai-grok@1.0.0
    • @tanstack/ai-ollama@1.0.0
    • @tanstack/ai-openai@1.0.0

@tanstack/smoke-tests-e2e@0.0.18

Patch Changes

  • Updated dependencies [5aa6acc, d8678e2, 1f800aa]:
    • @tanstack/ai@0.6.0
    • @tanstack/ai-client@0.5.0
    • @tanstack/ai-react@1.0.0
    • @tanstack/ai-openai@1.0.0
    • @tanstack/tests-adapters@0.1.14

@github-actions github-actions bot requested a review from a team February 20, 2026 01:08
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 8f3678d to cc4936c Compare February 21, 2026 01:11
@github-actions github-actions bot force-pushed the changeset-release/main branch from cc4936c to f3246be Compare February 26, 2026 09:12
Copy link
Contributor

@jherr jherr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong version numbers

@nx-cloud
Copy link

nx-cloud bot commented Feb 27, 2026

View your CI Pipeline Execution ↗ for commit 86a0780

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 8s View ↗
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-28 00:41:47 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 27, 2026

Open in StackBlitz

@tanstack/ai

npm i https://pkg.pr.new/@tanstack/ai@301

@tanstack/ai-anthropic

npm i https://pkg.pr.new/@tanstack/ai-anthropic@301

@tanstack/ai-client

npm i https://pkg.pr.new/@tanstack/ai-client@301

@tanstack/ai-devtools-core

npm i https://pkg.pr.new/@tanstack/ai-devtools-core@301

@tanstack/ai-fal

npm i https://pkg.pr.new/@tanstack/ai-fal@301

@tanstack/ai-gemini

npm i https://pkg.pr.new/@tanstack/ai-gemini@301

@tanstack/ai-grok

npm i https://pkg.pr.new/@tanstack/ai-grok@301

@tanstack/ai-ollama

npm i https://pkg.pr.new/@tanstack/ai-ollama@301

@tanstack/ai-openai

npm i https://pkg.pr.new/@tanstack/ai-openai@301

@tanstack/ai-openrouter

npm i https://pkg.pr.new/@tanstack/ai-openrouter@301

@tanstack/ai-preact

npm i https://pkg.pr.new/@tanstack/ai-preact@301

@tanstack/ai-react

npm i https://pkg.pr.new/@tanstack/ai-react@301

@tanstack/ai-react-ui

npm i https://pkg.pr.new/@tanstack/ai-react-ui@301

@tanstack/ai-solid

npm i https://pkg.pr.new/@tanstack/ai-solid@301

@tanstack/ai-solid-ui

npm i https://pkg.pr.new/@tanstack/ai-solid-ui@301

@tanstack/ai-svelte

npm i https://pkg.pr.new/@tanstack/ai-svelte@301

@tanstack/ai-vue

npm i https://pkg.pr.new/@tanstack/ai-vue@301

@tanstack/ai-vue-ui

npm i https://pkg.pr.new/@tanstack/ai-vue-ui@301

@tanstack/preact-ai-devtools

npm i https://pkg.pr.new/@tanstack/preact-ai-devtools@301

@tanstack/react-ai-devtools

npm i https://pkg.pr.new/@tanstack/react-ai-devtools@301

@tanstack/solid-ai-devtools

npm i https://pkg.pr.new/@tanstack/solid-ai-devtools@301

commit: d22493c

@github-actions github-actions bot force-pushed the changeset-release/main branch from 8a1f823 to b98a5dc Compare February 27, 2026 19:23
@jherr jherr force-pushed the changeset-release/main branch from b98a5dc to 8a1f823 Compare February 27, 2026 23:17
jherr and others added 2 commits February 27, 2026 15:18
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jherr jherr merged commit 63c134f into main Feb 28, 2026
4 checks passed
@jherr jherr deleted the changeset-release/main branch February 28, 2026 00:44
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