Patch Changes
- #1301
d501291Thanks @threepointone! - FixapplyChunkToPartsdroppingproviderMetadataonreasoning-endandreasoning-deltachunks. For Anthropic models with extended/adaptive thinking, the thinking block signature arrives onreasoning-end.providerMetadata.anthropic.signature. Without persisting it,convertToModelMessagesproduces reasoning parts with no signature, causing@ai-sdk/anthropicto silently drop the thinking block on subsequent turns — effectively making extended thinking single-turn only. The reasoning handlers now mergechunk.providerMetadataonto the persisted part, matching the behavior of source and tool chunk handlers in the same file. Fixes #1299.