ci(changesets): version packages - #1079
Conversation
Deploying voltagent with
|
| Latest commit: |
b94a985
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://79d28128.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
This comment has been minimized.
This comment has been minimized.
📝 WalkthroughWalkthroughRelease of Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~8 minutes Possibly related PRs
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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
examples/with-nextjs-resumable-stream/package.json (1)
63-63: Pre-existing: stalerepository.directoryvalue.Line 63 still points to
"examples/with-nextjs-ai-elements"while the package name and all other metadata indicate the directory should be"examples/with-nextjs-resumable-stream". Since this is a private package the npm publish impact is nil, but correcting it keeps the monorepo metadata accurate.🔧 Proposed fix
- "directory": "examples/with-nextjs-ai-elements" + "directory": "examples/with-nextjs-resumable-stream"🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@examples/with-nextjs-resumable-stream/package.json` at line 63, The package.json has a stale repository.directory value ("examples/with-nextjs-ai-elements"); update the repository.directory field to "examples/with-nextjs-resumable-stream" so it matches the package name and metadata in this package.json (look for the "repository" -> "directory" entry and change its string value accordingly).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@examples/with-nextjs-resumable-stream/package.json`:
- Line 63: The package.json has a stale repository.directory value
("examples/with-nextjs-ai-elements"); update the repository.directory field to
"examples/with-nextjs-resumable-stream" so it matches the package name and
metadata in this package.json (look for the "repository" -> "directory" entry
and change its string value accordingly).
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.4.3
Patch Changes
#1078
fbce8aaThanks @omeraplak! - fix: persist workflow context mutations across steps and downstream agents/toolsWorkflows now consistently use the execution context map when building step state.
This ensures context written in one step is visible in later steps and in
andAgentcalls.Also aligns workflow event/stream context payloads with the normalized runtime context.
Summary by cubic
Publish @voltagent/core 2.4.3 to fix workflow context persistence across steps and downstream agents/tools. Event and stream context payloads are now aligned with the normalized runtime context.
Written for commit b94a985. Summary will update on new commits.
Summary by CodeRabbit
Bug Fixes
Chores