Skip to content

ci(changesets): version packages#1023

Merged
omeraplak merged 1 commit intomainfrom
changeset-release/main
Feb 6, 2026
Merged

ci(changesets): version packages#1023
omeraplak merged 1 commit intomainfrom
changeset-release/main

Conversation

@voltagent-bot
Copy link
Member

@voltagent-bot voltagent-bot commented Feb 6, 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

@voltagent/ag-ui@1.0.3

Patch Changes

  • #1022 48d94af Thanks @omeraplak! - fix: keep streaming message ids consistent with memory by emitting messageId on start/start-step chunks and using it for UI stream mapping (leaving text-part ids intact).

@voltagent/core@2.3.4

Patch Changes

Summary by CodeRabbit

  • Bug Fixes
    • Fixed orphan reasoning parts being dropped when sanitizing tool-only messages.
    • Improved streaming message ID consistency with memory by properly emitting message IDs on start chunks for accurate UI stream mapping.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 6, 2026

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: b1c080c
Status: ✅  Deploy successful!
Preview URL: https://182c5d0a.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@joggrbot

This comment has been minimized.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 6, 2026

📝 Walkthrough

Walkthrough

Bumps @voltagent/core to 2.3.4, adds changelog entries for the patch, removes a changeset file, and updates example projects and ag-ui to reference the new core version. No public API signatures were changed.

Changes

Cohort / File(s) Summary
Core release metadata
.changeset/drop-orphan-reasoning.md, packages/core/package.json, packages/core/CHANGELOG.md
Removed the changeset file, bumped packages/core version 2.3.3 → 2.3.4, and added 2.3.4 changelog entries describing the orphan-reasoning fix and streaming messageId consistency change.
Examples dependency bumps
examples/*/package.json (many files, e.g. examples/base/package.json, examples/with-nextjs/package.json, ...)
Updated @voltagent/core dependency version from ^2.3.3 to ^2.3.4 across example projects. No other changes.
ag-ui release metadata & deps
packages/ag-ui/CHANGELOG.md, packages/ag-ui/package.json
Added ag-ui changelog entry for 1.0.3 and bumped packages/ag-ui version to 1.0.3; updated devDependency on @voltagent/core to ^2.3.4.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐰 I nibbled bugs and found the seam,

Pushed core from 2.3.3 to .4, a dream.
Orphaned thoughts now hop away,
Examples follow, bright as day,
A carrot-toast to cleaner streams! 🥕

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'ci(changesets): version packages' accurately describes the automated version release PR created by the Changesets action.
Description check ✅ Passed The description clearly explains that this is an automated PR from Changesets release action, lists the releases and patch changes for @voltagent/ag-ui@1.0.3 and @voltagent/core@2.3.4.
Linked Issues check ✅ Passed The PR addresses issue #1019 through PR #1020 which drops orphan reasoning parts when tool-only messages are sanitized, directly fixing the unpaired reasoning item_reference bug.
Out of Scope Changes check ✅ Passed All changes are in-scope: version bumps in package.json files, changelog updates, and dependency updates across all example packages to @voltagent/core@2.3.4.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 81 files

Note: This PR contains a large number of files. cubic only reviews up to 75 files per PR, so some files may not have been reviewed.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
examples/with-nextjs-resumable-stream/package.json (1)

60-64: ⚠️ Potential issue | 🟡 Minor

Pre-existing: repository.directory doesn't match the actual example directory.

Line 63 has "directory": "examples/with-nextjs-ai-elements" but this package is voltagent-example-with-nextjs-resumable-stream. This appears to be a copy-paste artifact from a previous example. Not introduced by this PR, but worth fixing separately.

Suggested fix
-    "directory": "examples/with-nextjs-ai-elements"
+    "directory": "examples/with-nextjs-resumable-stream"
🧹 Nitpick comments (1)
examples/with-zapier-mcp/package.json (1)

7-7: Inconsistent version range prefix: ~ here vs ^ elsewhere.

This example uses ~2.3.4 (patch-only range) while all other examples use ^2.3.4 (minor+patch range). Update to ^2.3.4 for consistency across the examples directory.

@voltagent-bot voltagent-bot force-pushed the changeset-release/main branch from 3d3a847 to b1c080c Compare February 6, 2026 06:53
@omeraplak omeraplak merged commit a67b940 into main Feb 6, 2026
22 checks passed
@omeraplak omeraplak deleted the changeset-release/main branch February 6, 2026 07:00
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.

[BUG] OpenAI Responses 400: unpaired reasoning item_reference persists on @voltagent/core@2.3.3

2 participants