Merged
Conversation
c155ac0 to
b291801
Compare
b291801 to
7867291
Compare
AlemTuzlak
approved these changes
Apr 20, 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/[email protected]
Minor Changes
StreamChunknow re-uses@ag-ui/core'sEventTypeenum and event shapes directly. Practical changes: (#474)RunErrorEventis flat ({ message, code }at the top level) instead of nested undererror: {...}.TOOL_CALL_START/TOOL_CALL_ENDevents exposetoolCallName(the deprecatedtoolNamealias is retained as a passthrough for now).REASONING_*events (REASONING_START,REASONING_MESSAGE_START,REASONING_MESSAGE_CONTENT,REASONING_MESSAGE_END,REASONING_END) alongside the legacySTEP_*events; consumers rendering thinking content should migrate to theREASONING_*channel.TOOL_CALL_RESULTevents are emitted after tool execution in the agent loop.stripToSpecMiddleware(always injected last) removes non-spec fields (model,content,args,finishReason,usage,toolName,stepId, …) from events before they reach consumers. Internal state management sees the full un-stripped chunks.ChatOptionsgained optionalthreadIdandrunIdfor AG-UI run correlation; they flow through toRUN_STARTED/RUN_FINISHED.StateDeltaEvent.deltais now a JSON Patchany[]per the AG-UI spec.Patch Changes
12d43e5]:@tanstack/[email protected]
Patch Changes
Align stream output with
@tanstack/ai's AG-UI-compliant event shapes: emitREASONING_*events alongsideSTEP_*, threadthreadId/runIdthroughRUN_STARTED/RUN_FINISHED, and return flatRunErrorEventshape. Cast raw events through an internalasChunkhelper so they line up with the re-exported@ag-ui/coreEventTypeenum. No changes to adapter factory signatures or config shapes. (#474)Updated dependencies [
12d43e5]:@tanstack/[email protected]
Patch Changes
Thread
@tanstack/ai's AG-UI-compliant event shapes through the headless chat client: handle flatRUN_ERRORpayloads, consumeREASONING_*events, and warn when receiving the deprecated[DONE]sentinel. (#474)fix(ai-client): add
@standard-schema/specto devDependencies so the type references@tanstack/aiforwards throughInferToolInput/InferToolOutputresolve at build time. Types-only dep with no runtime cost; prevents tool-definition input/output inference from silently collapsing tounknownfor consumers ofuseChat/ChatClient. (#428)Updated dependencies [
12d43e5,12d43e5]:@tanstack/[email protected]
Patch Changes
12d43e5]:@tanstack/[email protected]
Patch Changes
12d43e5]:@tanstack/[email protected]
Patch Changes
12d43e5,12d43e5]:@tanstack/[email protected]
Patch Changes
12d43e5,12d43e5,1d6f3be]:@tanstack/[email protected]
Patch Changes
Update the devtools middleware to match
@tanstack/ai's AG-UI-compliant event shapes so emitted instrumentation remains accurate after the strip-to-spec pass. (#474)Updated dependencies [
12d43e5]:@tanstack/[email protected]
Patch Changes
12d43e5]:@tanstack/[email protected]
Patch Changes
Align stream output with
@tanstack/ai's AG-UI-compliant event shapes: emitREASONING_*events alongsideSTEP_*, threadthreadId/runIdthroughRUN_STARTED/RUN_FINISHED, and return flatRunErrorEventshape. Cast raw events through an internalasChunkhelper so they line up with the re-exported@ag-ui/coreEventTypeenum. No changes to adapter factory signatures or config shapes. (#474)Updated dependencies [
12d43e5]:@tanstack/[email protected]
Patch Changes
Align stream output with
@tanstack/ai's AG-UI-compliant event shapes: emitREASONING_*events alongsideSTEP_*, threadthreadId/runIdthroughRUN_STARTED/RUN_FINISHED, and return flatRunErrorEventshape. Cast raw events through an internalasChunkhelper so they line up with the re-exported@ag-ui/coreEventTypeenum. No changes to adapter factory signatures or config shapes. (#474)Updated dependencies [
12d43e5]:@tanstack/[email protected]
Patch Changes
Align stream output with
@tanstack/ai's AG-UI-compliant event shapes: emitREASONING_*events alongsideSTEP_*, threadthreadId/runIdthroughRUN_STARTED/RUN_FINISHED, and return flatRunErrorEventshape. Cast raw events through an internalasChunkhelper so they line up with the re-exported@ag-ui/coreEventTypeenum. No changes to adapter factory signatures or config shapes. (#474)Updated dependencies [
12d43e5]:@tanstack/[email protected]
Patch Changes
@tanstack/[email protected]
Patch Changes
@tanstack/[email protected]
Patch Changes
@tanstack/[email protected]
Patch Changes
Align stream output with
@tanstack/ai's AG-UI-compliant event shapes: emitREASONING_*events alongsideSTEP_*, threadthreadId/runIdthroughRUN_STARTED/RUN_FINISHED, and return flatRunErrorEventshape. Cast raw events through an internalasChunkhelper so they line up with the re-exported@ag-ui/coreEventTypeenum. No changes to adapter factory signatures or config shapes. (#474)Updated dependencies [
12d43e5]:@tanstack/[email protected]
Patch Changes
Align stream output with
@tanstack/ai's AG-UI-compliant event shapes: emitREASONING_*events alongsideSTEP_*, threadthreadId/runIdthroughRUN_STARTED/RUN_FINISHED, and return flatRunErrorEventshape. Cast raw events through an internalasChunkhelper so they line up with the re-exported@ag-ui/coreEventTypeenum. No changes to adapter factory signatures or config shapes. (#474)Updated dependencies [
12d43e5,12d43e5,1d6f3be]:@tanstack/[email protected]
Patch Changes
Align stream output with
@tanstack/ai's AG-UI-compliant event shapes: emitREASONING_*events alongsideSTEP_*, threadthreadId/runIdthroughRUN_STARTED/RUN_FINISHED, and return flatRunErrorEventshape. Cast raw events through an internalasChunkhelper so they line up with the re-exported@ag-ui/coreEventTypeenum. No changes to adapter factory signatures or config shapes. (#474)Updated dependencies [
12d43e5]:@tanstack/[email protected]
Patch Changes
12d43e5,12d43e5,1d6f3be]:@tanstack/[email protected]
Patch Changes
12d43e5,12d43e5,1d6f3be]:@tanstack/[email protected]
Patch Changes
12d43e5,12d43e5,1d6f3be]:@tanstack/[email protected]
Patch Changes
12d43e5,12d43e5,1d6f3be]:@tanstack/[email protected]
Patch Changes
12d43e5,12d43e5,1d6f3be]:@tanstack/[email protected]
Patch Changes
@tanstack/[email protected]
Patch Changes
@tanstack/[email protected]
Patch Changes
@tanstack/[email protected]
Patch Changes
[email protected]
Patch Changes
12d43e5,12d43e5,12d43e5,1d6f3be]:[email protected]
Patch Changes
12d43e5,12d43e5,12d43e5,1d6f3be]:[email protected]
Patch Changes
12d43e5,1d6f3be]:@tanstack/[email protected]
Patch Changes
12d43e5,12d43e5]: