Conversation
Deploying voltagent with
|
| Latest commit: |
eea99ab
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://de360d72.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
This comment has been minimized.
This comment has been minimized.
📝 WalkthroughWalkthroughPatch release: bump 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 |
623082e to
eea99ab
Compare
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
examples/with-nextjs-resumable-stream/package.json (1)
60-64:⚠️ Potential issue | 🟡 MinorPre-existing:
repository.directorydoesn't match the actual example path.The file lives under
examples/with-nextjs-resumable-streambut the directory field points toexamples/with-nextjs-ai-elements. Likely a copy-paste artifact from when this example was scaffolded.Suggested fix
- "directory": "examples/with-nextjs-ai-elements" + "directory": "examples/with-nextjs-resumable-stream"
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/[email protected]
Patch Changes
#1044
bbe0058Thanks @omeraplak! - fix: include instructions from dynamic toolkits in system prompt generation - [BUG] Dynamic agent toolkits instructions not honored #1042When
toolsis defined dynamically and returns toolkit objects withaddInstructions: true, those toolkit instructions are now appended to the system prompt for that execution.What changed
getSystemMessage/enrichInstructions) instead of only using statically registered toolkits.Impact
#1048
bdb2113Thanks @chrisisagile! - Fix workflow state persistence for userId/conversationId and make resume robust when input is missing by falling back to workflow-start event input.Summary by CodeRabbit