ci(changesets): version packages#1036
Conversation
Deploying voltagent with
|
| Latest commit: |
3d5f248
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7edbad74.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
This comment has been minimized.
This comment has been minimized.
📝 WalkthroughWalkthroughRelease version 2.3.6 of Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
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.3.6
Patch Changes
#1034
b65b342Thanks @klakpin! - fix(core): resolve race condition with concurrent tool spansFixed a race condition where tools running in parallel would overwrite each other's
parentToolSpan in the shared systemContext. The fix passes parentToolSpan through
execution options instead of systemContext, ensuring each tool receives its unique
span. Backward compatibility is maintained by checking both options and systemContext.
#1035
e7b301aThanks @omeraplak! - feat: forward workspace runtime context to sandbox, search, and skills operationsWhat's New
Workspace runtime context is now consistently propagated across workspace toolkits and internals, which enables tenant-aware routing patterns.
WorkspaceSandboxExecuteOptionsnow includesoperationContext.execute_commandnow forwardsoperationContexttoworkspace.sandbox.execute(...).rootPathsresolver now receivesoperationContextfor dynamic root resolution.Multi-tenant workspace example (filesystem + search + skills)
Tenant-aware remote sandbox routing example (E2B/Daytona)
If you call
workspace.sandbox.execute(...)directly (outside toolkit execution), passoperationContextexplicitly when you need tenant/account routing.Summary by cubic
Release @voltagent/core v2.3.6 and bump all example apps to this version. This includes a fix for concurrent tool spans and consistent runtime context propagation for tenant-aware workspaces.
New Features
Bug Fixes
Written for commit 3d5f248. Summary will update on new commits.
Summary by CodeRabbit
Release Notes v2.3.6
Bug Fixes
New Features