Skip to content

Version Packages#453

Merged
threepointone merged 2 commits intomainfrom
changeset-release/main
Mar 21, 2026
Merged

Version Packages#453
threepointone merged 2 commits 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

workers-ai-provider@3.1.5

Patch Changes

  • #451 2a62e23 Thanks @mchenco! - Fix reasoning content being concatenated into assistant message content in multi-turn conversations

    Previously, reasoning parts in assistant messages were concatenated into the content string when building message history. This caused models like kimi-k2.5 and deepseek-r1 to receive their own internal reasoning as if it were spoken text, corrupting the conversation history and resulting in empty text responses or leaked special tokens on subsequent turns.

    Reasoning parts are now sent as the reasoning field on the assistant message object, which is the field name vLLM expects on input for reasoning models (kimi-k2.5, glm-4.7-flash).

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 21, 2026

Open in StackBlitz

npx https://pkg.pr.new/cloudflare/ai/ai-gateway-provider@453
npx https://pkg.pr.new/cloudflare/ai/@cloudflare/tanstack-ai@453
npx https://pkg.pr.new/cloudflare/ai/workers-ai-provider@453

commit: 1f610d2

@threepointone threepointone merged commit e07d57e into main Mar 21, 2026
3 checks passed
@threepointone threepointone deleted the changeset-release/main branch March 21, 2026 14:19
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