ci(changesets): version packages#1380
Merged
Merged
Conversation
Deploying voltagent with
|
| Latest commit: |
e028202
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://846ebff7.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
Contributor
|
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 (85)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughChangesThe patch releases Core release
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.9.1
Patch Changes
#1037
2067075Thanks @omeraplak! - fix: prevent delegated sub-agent messages from polluting supervisor memory contextWhen a supervisor delegated work via
delegate_task, the sub-agent used the sameconversationIdand persisted its own delegated input/output into that shared thread. On later turns, supervisor memory reads could include those delegated sub-agent messages, which could lead to duplicate/phantom prompts in the parent conversation context.Previous behavior
New behavior
subAgentId,subAgentName,parentAgentId).conversationIdbehavior remains shared (no child/derived conversation IDs introduced).This keeps supervisor context clean in multi-turn handoff flows while preserving delegated records with metadata for observability/debugging.
Summary by cubic
Publish patch release
@voltagent/core@2.9.1to fix delegated sub‑agent messages leaking into supervisor memory context. Updates examples and e2e to use the new core version.Bug Fixes
subAgentId,subAgentName,parentAgentId.conversationIdwhile preventing duplicate/phantom prompts in supervisor context.Dependencies
@voltagent/coreto^2.9.1across examples and@voltagent/e2e.packages/core/CHANGELOG.mdand version; refreshpnpm-lock.yaml.Written for commit e028202. Summary will update on new commits.
Summary by CodeRabbit
Bug Fixes
Chores
@voltagent/coreversion 2.9.1.