Conversation
Deploying voltagent with
|
| Latest commit: |
d5d7191
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a005a2d8.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
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 (83)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR deletes a changeset documenting structured-output error handling enhancements and updates the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 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)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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.6.8
Patch Changes
c7b4c45Thanks @omeraplak! - Improve structured-output error handling forAgent.generateTextwhen models do not emit a final output (for example after tool-calling steps).result.outputimmediately whenoutputis requested and throw a descriptiveVoltAgentError(STRUCTURED_OUTPUT_NOT_GENERATED) instead of surfacing a vagueAI_NoOutputGeneratedErrorlater.VoltAgentlogs for missing structured outputs.Summary by cubic
Release
@voltagent/core2.6.8 with clearer structured-output errors inAgent.generateText. Updates all examples and@voltagent/e2eto this version.Bug Fixes
VoltAgentError(STRUCTURED_OUTPUT_NOT_GENERATED) whenresult.outputis missing, detected as soon asoutputis requested.VoltAgentlogs for missing structured outputs.Dependencies
@voltagent/coreto2.6.8across examples and@voltagent/e2e; updateCHANGELOG.md, remove the consumed changeset, and refreshpnpm-lock.yaml.Written for commit d5d7191. Summary will update on new commits.
Summary by CodeRabbit
Bug Fixes
Chores
Documentation