Conversation
This comment has been minimized.
This comment has been minimized.
|
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 (86)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (78)
🚧 Files skipped from review as they are similar to previous changes (7)
📝 WalkthroughWalkthroughRelease finalization: removed a changeset entry, bumped Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 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 |
3cc0c68 to
989b63e
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.6.14
Patch Changes
#1183
b48f107Thanks @omeraplak! - feat: persist selected assistant message metadata to memoryYou can enable persisted assistant message metadata at the agent level or per request.
With this enabled, fetching messages from memory returns assistant
UIMessage.metadatawith fields like
usageandfinishReason, not just stream-time metadata.REST API requests can enable the same behavior with
options.memory.options:#1167
195155bThanks @octo-patch! - fix: use OpenAI-compatible adapter for MiniMax provider@voltagent/server-core@2.1.11
Patch Changes
#1183
b48f107Thanks @omeraplak! - feat: persist selected assistant message metadata to memoryYou can enable persisted assistant message metadata at the agent level or per request.
With this enabled, fetching messages from memory returns assistant
UIMessage.metadatawith fields like
usageandfinishReason, not just stream-time metadata.REST API requests can enable the same behavior with
options.memory.options:Updated dependencies [
b48f107,195155b]:Summary by CodeRabbit
New Features
Bug Fixes