Conversation
Deploying voltagent with
|
| Latest commit: |
0861b88
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9f935ff3.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
This comment has been minimized.
This comment has been minimized.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (84)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR bumps Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
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/core@2.7.1
Patch Changes
#1202
71c9f84Thanks @KeWang0622! - fix(core): forward providerMetadata on tool-result and tool-error stream chunksGoogle Vertex thinking models attach
providerMetadata(containingthoughtSignature) totool-output stream events. The
tool-result→tool-output-availableandtool-error→tool-output-errorconversions inconvertFullStreamChunkToUIMessageStreamwere not forwardingthis field, causing the AI SDK's UI message stream schema validation to reject the chunk as
having unrecognized keys. This broke all tool calls when using
@ai-sdk/google-vertexwiththinking models (e.g.
gemini-3-flash-preview).Fixes [BUG] Tool calls do not work with google-vertex thinking models due to a zod schema mismatch #1195
Summary by cubic
Publishes
@voltagent/core@2.7.1, fixing missingproviderMetadatain tool-output stream conversions that broke tool calls with Google Vertex thinking models. Updates examples and lockfile to use the new patch.Bug Fixes
providerMetadataduringtool-result/tool-error→ UI stream conversions to avoid schema validation errors with Google Vertex thinking models (e.g.,gemini-3-flash-preview).Dependencies
@voltagent/coreto^2.7.1across examples and@voltagent/e2e; update core changelog andpnpm-lock.yaml.Written for commit 0861b88. Summary will update on new commits.
Summary by CodeRabbit