Skip to content

Version Packages#1302

Merged
threepointone merged 1 commit intomainfrom
changeset-release/main
Apr 13, 2026
Merged

Version Packages#1302
threepointone merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 13, 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

agents@0.10.2

Patch Changes

  • #1301 d501291 Thanks @threepointone! - Fix applyChunkToParts dropping providerMetadata on reasoning-end and reasoning-delta chunks. For Anthropic models with extended/adaptive thinking, the thinking block signature arrives on reasoning-end.providerMetadata.anthropic.signature. Without persisting it, convertToModelMessages produces reasoning parts with no signature, causing @ai-sdk/anthropic to silently drop the thinking block on subsequent turns — effectively making extended thinking single-turn only. The reasoning handlers now merge chunk.providerMetadata onto the persisted part, matching the behavior of source and tool chunk handlers in the same file. Fixes #1299.

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@github-actions github-actions bot force-pushed the changeset-release/main branch from 204cd8d to 38db139 Compare April 13, 2026 17:20
@threepointone threepointone merged commit 3a62f22 into main Apr 13, 2026
@threepointone threepointone deleted the changeset-release/main branch April 13, 2026 17:21
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.

applyChunkToParts drops providerMetadata on reasoning-end, breaking Anthropic thinking round-trip

1 participant