Conversation
Deploying voltagent with
|
| Latest commit: |
db09e31
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://74e5596a.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 (84)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis pull request releases patched versions of the VoltAgent core packages and updates all example projects to depend on them. The release updates A2A agent card endpoint advertisement from an internal discovery document to the primary JSON-RPC endpoint path, with absolute URL resolution in Hono and Elysia integrations. Changes
Possibly related PRs
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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 |
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/a2a-server@2.0.3
Patch Changes
#1199
b6813e9Thanks @omeraplak! - fix: point A2A agent cards at the JSON-RPC endpointA2A agent cards now advertise
/a2a/{serverId}instead of the internal/.well-known/{serverId}/agent-card.jsondiscovery document. When the card isserved through the Hono or Elysia integrations, VoltAgent also resolves that
endpoint to an absolute URL based on the incoming request.
@voltagent/server-core@2.1.13
Patch Changes
#1199
b6813e9Thanks @omeraplak! - fix: point A2A agent cards at the JSON-RPC endpointA2A agent cards now advertise
/a2a/{serverId}instead of the internal/.well-known/{serverId}/agent-card.jsondiscovery document. When the card isserved through the Hono or Elysia integrations, VoltAgent also resolves that
endpoint to an absolute URL based on the incoming request.
@voltagent/server-elysia@2.0.7
Patch Changes
#1199
b6813e9Thanks @omeraplak! - fix: point A2A agent cards at the JSON-RPC endpointA2A agent cards now advertise
/a2a/{serverId}instead of the internal/.well-known/{serverId}/agent-card.jsondiscovery document. When the card isserved through the Hono or Elysia integrations, VoltAgent also resolves that
endpoint to an absolute URL based on the incoming request.
Updated dependencies [
b6813e9]:@voltagent/server-hono@2.0.9
Patch Changes
#1199
b6813e9Thanks @omeraplak! - fix: point A2A agent cards at the JSON-RPC endpointA2A agent cards now advertise
/a2a/{serverId}instead of the internal/.well-known/{serverId}/agent-card.jsondiscovery document. When the card isserved through the Hono or Elysia integrations, VoltAgent also resolves that
endpoint to an absolute URL based on the incoming request.
Updated dependencies [
b6813e9]:Summary by cubic
Publish patch releases to point A2A agent cards at the JSON‑RPC endpoint and resolve absolute URLs in Hono/Elysia. This fixes discovery links and updates examples to the latest
@voltagent/server-hono.Bug Fixes
/a2a/{serverId}instead of/.well-known/{serverId}/agent-card.json; Hono and Elysia integrations resolve the endpoint to an absolute URL.Dependencies
@voltagent/a2a-server@2.0.3,@voltagent/server-core@2.1.13,@voltagent/server-elysia@2.0.7,@voltagent/server-hono@2.0.9.@voltagent/server-hono@^2.0.9and@voltagent/a2a-server@^2.0.3.Written for commit db09e31. Summary will update on new commits.
Summary by CodeRabbit
Bug Fixes
Chores