Conversation
Deploying voltagent with
|
| Latest commit: |
f7fc9ea
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9252ac3c.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
|
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 (89)
💤 Files with no reviewable changes (2)
✅ Files skipped from review due to trivial changes (85)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR removes two pre-release changeset files, bumps package versions for Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 comment has been minimized.
This comment has been minimized.
8cdc3c4 to
f7fc9ea
Compare
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.0
Minor Changes
#1192
0dc2935Thanks @ravyg! - feat(core): addprepareStepto AgentOptions for per-step tool controlSurfaces the AI SDK's
prepareStepcallback as a top-levelAgentOptionsproperty so users can set a default step preparation callback at agent creation time. Per-callprepareStepin method options overrides the agent-level default.This enables controlling tool availability, tool choice, and other step settings on a per-step basis without passing
prepareStepon every call.@voltagent/server-core@2.1.12
Patch Changes
#1189
19fa54bThanks @pandego! - Fix the development console-access bypass for Request-based WebSocket paths using?dev=true.Updated dependencies [
0dc2935]:@voltagent/serverless-hono@2.0.10
Patch Changes
#1191
a21275fThanks @ravyg! - fix(serverless-hono): defer waitUntil cleanup to prevent tool crashes in Cloudflare WorkersThe
finallyblock intoCloudflareWorker(),toVercelEdge(), andtoDeno()was callingcleanup()immediately when the Response was returned, before streaming and tool execution completed. This cleared the global___voltagent_wait_untilwhile tools were still using it, causing crashes with time-consuming tools.Cleanup is now deferred through the platform's own
waitUntil()so it runs only after all pending background work has settled.Updated dependencies [
19fa54b]:Summary by CodeRabbit
New Features
prepareStepas a configurable agent option to control AI SDK step callback behavior at agent creation time.Bug Fixes
Chores