diff --git a/.changeset/bright-badgers-confess.md b/.changeset/bright-badgers-confess.md deleted file mode 100644 index 181327d85..000000000 --- a/.changeset/bright-badgers-confess.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@voltagent/a2a-server": patch -"@voltagent/server-core": patch -"@voltagent/server-hono": patch -"@voltagent/server-elysia": patch ---- - -fix: point A2A agent cards at the JSON-RPC endpoint - -A2A agent cards now advertise `/a2a/{serverId}` instead of the internal -`/.well-known/{serverId}/agent-card.json` discovery document. When the card is -served through the Hono or Elysia integrations, VoltAgent also resolves that -endpoint to an absolute URL based on the incoming request. diff --git a/examples/base/package.json b/examples/base/package.json index a23e3af4d..029a9473e 100644 --- a/examples/base/package.json +++ b/examples/base/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/github-repo-analyzer/package.json b/examples/github-repo-analyzer/package.json index a29bde29d..8c4074298 100644 --- a/examples/github-repo-analyzer/package.json +++ b/examples/github-repo-analyzer/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/github-star-stories/package.json b/examples/github-star-stories/package.json index a61fc0b98..bb0a6880a 100644 --- a/examples/github-star-stories/package.json +++ b/examples/github-star-stories/package.json @@ -5,7 +5,7 @@ "@voltagent/cli": "^0.1.21", "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "@voltagent/serverless-hono": "^2.0.10", "dotenv": "^16.4.5", "wrangler": "^3.38.0", diff --git a/examples/next-js-chatbot-starter-template/package.json b/examples/next-js-chatbot-starter-template/package.json index f4947bf10..6f7ad19e0 100644 --- a/examples/next-js-chatbot-starter-template/package.json +++ b/examples/next-js-chatbot-starter-template/package.json @@ -18,7 +18,7 @@ "@voltagent/cli": "^0.1.21", "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "@xyflow/react": "^12.9.2", "ai": "^6.0.0", "class-variance-authority": "^0.7.1", diff --git a/examples/with-a2a-server/package.json b/examples/with-a2a-server/package.json index 32890020b..10e0eb149 100644 --- a/examples/with-a2a-server/package.json +++ b/examples/with-a2a-server/package.json @@ -1,11 +1,11 @@ { "name": "voltagent-example-with-a2a-server", "dependencies": { - "@voltagent/a2a-server": "^2.0.2", + "@voltagent/a2a-server": "^2.0.3", "@voltagent/core": "^2.7.0", "@voltagent/internal": "^1.0.3", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-airtable/package.json b/examples/with-airtable/package.json index 5724d03e9..7dadfa29a 100644 --- a/examples/with-airtable/package.json +++ b/examples/with-airtable/package.json @@ -7,7 +7,7 @@ "@voltagent/internal": "^1.0.3", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-amazon-bedrock/package.json b/examples/with-amazon-bedrock/package.json index 7a5779260..6740a0307 100644 --- a/examples/with-amazon-bedrock/package.json +++ b/examples/with-amazon-bedrock/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-anthropic/package.json b/examples/with-anthropic/package.json index 93e90c870..1cac1a286 100644 --- a/examples/with-anthropic/package.json +++ b/examples/with-anthropic/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index 00f25ed10..960c1d6c3 100644 --- a/examples/with-auth/package.json +++ b/examples/with-auth/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-cerbos/package.json b/examples/with-cerbos/package.json index 40b35ffad..357c0e4dc 100644 --- a/examples/with-cerbos/package.json +++ b/examples/with-cerbos/package.json @@ -6,7 +6,7 @@ "@modelcontextprotocol/sdk": "^1.12.1", "@voltagent/cli": "^0.1.21", "@voltagent/core": "^2.7.0", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "express": "^5.1.0", "zod": "^3.25.76" diff --git a/examples/with-chroma/package.json b/examples/with-chroma/package.json index 31130b3f6..60a026fb6 100644 --- a/examples/with-chroma/package.json +++ b/examples/with-chroma/package.json @@ -9,7 +9,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "chromadb": "^3.0.4", "zod": "^3.25.76" diff --git a/examples/with-client-side-tools/package.json b/examples/with-client-side-tools/package.json index cb87b1f43..fbda405a2 100644 --- a/examples/with-client-side-tools/package.json +++ b/examples/with-client-side-tools/package.json @@ -5,7 +5,7 @@ "@ai-sdk/react": "^3.0.0", "@libsql/client": "^0.15.0", "@voltagent/core": "^2.7.0", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "@voltagent/vercel-ai": "^1.0.0", "@voltagent/vercel-ui": "^1.0.1", "ai": "^6.0.0", diff --git a/examples/with-composio-mcp/package.json b/examples/with-composio-mcp/package.json index 48c334cd5..7c43230b0 100644 --- a/examples/with-composio-mcp/package.json +++ b/examples/with-composio-mcp/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-custom-endpoints/package.json b/examples/with-custom-endpoints/package.json index eafc53a7b..b597e7397 100644 --- a/examples/with-custom-endpoints/package.json +++ b/examples/with-custom-endpoints/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-dynamic-parameters/package.json b/examples/with-dynamic-parameters/package.json index 4c16a182e..e8c8ffa57 100644 --- a/examples/with-dynamic-parameters/package.json +++ b/examples/with-dynamic-parameters/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-dynamic-prompts/package.json b/examples/with-dynamic-prompts/package.json index e71169296..642e55186 100644 --- a/examples/with-dynamic-prompts/package.json +++ b/examples/with-dynamic-prompts/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-feedback/package.json b/examples/with-feedback/package.json index 1d045d3c9..a500178b7 100644 --- a/examples/with-feedback/package.json +++ b/examples/with-feedback/package.json @@ -5,7 +5,7 @@ "@voltagent/cli": "^0.1.21", "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0" }, "devDependencies": { diff --git a/examples/with-google-ai/package.json b/examples/with-google-ai/package.json index 71a1ace54..1695b4b78 100644 --- a/examples/with-google-ai/package.json +++ b/examples/with-google-ai/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-google-drive-mcp/server/package.json b/examples/with-google-drive-mcp/server/package.json index 20fd59237..df297e665 100644 --- a/examples/with-google-drive-mcp/server/package.json +++ b/examples/with-google-drive-mcp/server/package.json @@ -8,7 +8,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "composio-core": "^0.5.33", "hono": "^4.7.7", "zod": "^3.25.76", diff --git a/examples/with-google-vertex-ai/package.json b/examples/with-google-vertex-ai/package.json index 0a0a30497..8bb3991aa 100644 --- a/examples/with-google-vertex-ai/package.json +++ b/examples/with-google-vertex-ai/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-groq-ai/package.json b/examples/with-groq-ai/package.json index f9b061cea..24b69b90f 100644 --- a/examples/with-groq-ai/package.json +++ b/examples/with-groq-ai/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-guardrails/package.json b/examples/with-guardrails/package.json index 36a74bc89..7c64b8e16 100644 --- a/examples/with-guardrails/package.json +++ b/examples/with-guardrails/package.json @@ -5,7 +5,7 @@ "@voltagent/cli": "^0.1.21", "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0" }, "devDependencies": { diff --git a/examples/with-hooks/package.json b/examples/with-hooks/package.json index 9009964b8..89e0aaeaf 100644 --- a/examples/with-hooks/package.json +++ b/examples/with-hooks/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-hugging-face-mcp/package.json b/examples/with-hugging-face-mcp/package.json index 925e97568..bacc9d53c 100644 --- a/examples/with-hugging-face-mcp/package.json +++ b/examples/with-hugging-face-mcp/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-langfuse/package.json b/examples/with-langfuse/package.json index feba11ae6..0dbc042f0 100644 --- a/examples/with-langfuse/package.json +++ b/examples/with-langfuse/package.json @@ -7,7 +7,7 @@ "@voltagent/langfuse-exporter": "^2.0.3", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-mcp-elicitation/package.json b/examples/with-mcp-elicitation/package.json index 68b2a4f2f..85b3fe7f5 100644 --- a/examples/with-mcp-elicitation/package.json +++ b/examples/with-mcp-elicitation/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-mcp-server/package.json b/examples/with-mcp-server/package.json index 84547ce3a..1f03f6278 100644 --- a/examples/with-mcp-server/package.json +++ b/examples/with-mcp-server/package.json @@ -4,7 +4,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-mcp/package.json b/examples/with-mcp/package.json index ac4101bf4..d0afa7833 100644 --- a/examples/with-mcp/package.json +++ b/examples/with-mcp/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-memory-rest-api/package.json b/examples/with-memory-rest-api/package.json index 2e04c1c4f..27b15e416 100644 --- a/examples/with-memory-rest-api/package.json +++ b/examples/with-memory-rest-api/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.1.2", - "@voltagent/server-hono": "^2.0.8" + "@voltagent/server-hono": "^2.0.9" }, "devDependencies": { "@types/node": "^24.2.1", diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index 45f700471..187e50dbb 100644 --- a/examples/with-middleware/package.json +++ b/examples/with-middleware/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-nestjs/package.json b/examples/with-nestjs/package.json index ec060c3d7..a92d3181b 100644 --- a/examples/with-nestjs/package.json +++ b/examples/with-nestjs/package.json @@ -7,8 +7,8 @@ "@nestjs/core": "^11.0.0", "@nestjs/platform-express": "^11.0.0", "@voltagent/core": "^2.7.0", - "@voltagent/server-core": "^2.1.12", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-core": "^2.1.13", + "@voltagent/server-hono": "^2.0.9", "hono": "^4.7.7", "reflect-metadata": "^0.2.0", "rxjs": "^7.8.1", diff --git a/examples/with-nextjs-resumable-stream/package.json b/examples/with-nextjs-resumable-stream/package.json index ff257113b..90489eb7a 100644 --- a/examples/with-nextjs-resumable-stream/package.json +++ b/examples/with-nextjs-resumable-stream/package.json @@ -21,7 +21,7 @@ "@voltagent/internal": "^1.0.3", "@voltagent/libsql": "^2.1.2", "@voltagent/resumable-streams": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "@xyflow/react": "^12.9.2", "ai": "^6.0.0", "class-variance-authority": "^0.7.1", diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index 19d63d19f..d40bbc0c5 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -9,7 +9,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "import-in-the-middle": "^1.14.2", "next": "^16.0.7", diff --git a/examples/with-nuxt/package.json b/examples/with-nuxt/package.json index f300a0629..6acfa9d53 100644 --- a/examples/with-nuxt/package.json +++ b/examples/with-nuxt/package.json @@ -5,7 +5,7 @@ "@nuxt/ui": "^4.0.0", "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "nuxt": "^4.1.2", "vue": "^3.5.22", diff --git a/examples/with-ollama/package.json b/examples/with-ollama/package.json index 707eb28d2..be26c46e1 100644 --- a/examples/with-ollama/package.json +++ b/examples/with-ollama/package.json @@ -4,7 +4,7 @@ "@voltagent/cli": "^0.1.21", "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "ollama-ai-provider-v2": "^1.5.3", "zod": "^3.25.76" diff --git a/examples/with-openrouter/package.json b/examples/with-openrouter/package.json index acaef2b33..406e0eb93 100644 --- a/examples/with-openrouter/package.json +++ b/examples/with-openrouter/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0" }, "devDependencies": { diff --git a/examples/with-peaka-mcp/package.json b/examples/with-peaka-mcp/package.json index 0e9bb35b9..45a9b8f0c 100644 --- a/examples/with-peaka-mcp/package.json +++ b/examples/with-peaka-mcp/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-pinecone/package.json b/examples/with-pinecone/package.json index be92a7619..7422a2aa5 100644 --- a/examples/with-pinecone/package.json +++ b/examples/with-pinecone/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "openai": "^4.91.0", "zod": "^3.25.76" diff --git a/examples/with-planagents/package.json b/examples/with-planagents/package.json index a867323cc..e368963ff 100644 --- a/examples/with-planagents/package.json +++ b/examples/with-planagents/package.json @@ -8,7 +8,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 83139df5a..1736a22b9 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -10,7 +10,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "axios": "^1.5.0", "playwright": "1.51.1", diff --git a/examples/with-postgres/package.json b/examples/with-postgres/package.json index 79350fc45..b93e5b242 100644 --- a/examples/with-postgres/package.json +++ b/examples/with-postgres/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.1.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-qdrant/package.json b/examples/with-qdrant/package.json index 9a1c91ecd..ba94ece30 100644 --- a/examples/with-qdrant/package.json +++ b/examples/with-qdrant/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "openai": "^4.91.0", "zod": "^3.25.76" diff --git a/examples/with-rag-chatbot/package.json b/examples/with-rag-chatbot/package.json index 9d391c2b3..ac775c915 100644 --- a/examples/with-rag-chatbot/package.json +++ b/examples/with-rag-chatbot/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-recipe-generator/package.json b/examples/with-recipe-generator/package.json index 059920a69..596b50daf 100644 --- a/examples/with-recipe-generator/package.json +++ b/examples/with-recipe-generator/package.json @@ -5,7 +5,7 @@ "@voltagent/cli": "^0.1.21", "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-research-assistant/package.json b/examples/with-research-assistant/package.json index aff34d686..ea01cad12 100644 --- a/examples/with-research-assistant/package.json +++ b/examples/with-research-assistant/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "zod": "^3.25.76" }, "devDependencies": { diff --git a/examples/with-resumable-streams/package.json b/examples/with-resumable-streams/package.json index e447c0f66..9ef53acb5 100644 --- a/examples/with-resumable-streams/package.json +++ b/examples/with-resumable-streams/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", "@voltagent/resumable-streams": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0" }, "devDependencies": { diff --git a/examples/with-retries-fallback/package.json b/examples/with-retries-fallback/package.json index cfa7cf853..d28a8f79d 100644 --- a/examples/with-retries-fallback/package.json +++ b/examples/with-retries-fallback/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-retrieval/package.json b/examples/with-retrieval/package.json index 7b4f91098..7446845f2 100644 --- a/examples/with-retrieval/package.json +++ b/examples/with-retrieval/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-slack/package.json b/examples/with-slack/package.json index 3d6f1aa95..bb2c67a5b 100644 --- a/examples/with-slack/package.json +++ b/examples/with-slack/package.json @@ -7,7 +7,7 @@ "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-subagents/package.json b/examples/with-subagents/package.json index f6e456850..e830be230 100644 --- a/examples/with-subagents/package.json +++ b/examples/with-subagents/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-summarization/package.json b/examples/with-summarization/package.json index d981cbab5..fcdf93fef 100644 --- a/examples/with-summarization/package.json +++ b/examples/with-summarization/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-supabase/package.json b/examples/with-supabase/package.json index 2b07809ff..c6dfdbde0 100644 --- a/examples/with-supabase/package.json +++ b/examples/with-supabase/package.json @@ -6,7 +6,7 @@ "@voltagent/cli": "^0.1.21", "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "@voltagent/supabase": "^2.1.3", "ai": "^6.0.0", "zod": "^3.25.76" diff --git a/examples/with-tavily-search/package.json b/examples/with-tavily-search/package.json index b555721e2..5c30ee677 100644 --- a/examples/with-tavily-search/package.json +++ b/examples/with-tavily-search/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-thinking-tool/package.json b/examples/with-thinking-tool/package.json index 100fa44e8..5cb6aa16d 100644 --- a/examples/with-thinking-tool/package.json +++ b/examples/with-thinking-tool/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-tool-routing/package.json b/examples/with-tool-routing/package.json index 123f46b96..768eeff70 100644 --- a/examples/with-tool-routing/package.json +++ b/examples/with-tool-routing/package.json @@ -6,7 +6,7 @@ "@voltagent/cli": "^0.1.21", "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-tools/package.json b/examples/with-tools/package.json index c8b9d476f..784517524 100644 --- a/examples/with-tools/package.json +++ b/examples/with-tools/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-turso/package.json b/examples/with-turso/package.json index 5c7c93f65..c0fbdb52d 100644 --- a/examples/with-turso/package.json +++ b/examples/with-turso/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-vector-search/package.json b/examples/with-vector-search/package.json index e5886dd8d..9e91ec3e8 100644 --- a/examples/with-vector-search/package.json +++ b/examples/with-vector-search/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-vercel-ai/package.json b/examples/with-vercel-ai/package.json index 9086fc661..a51fdfd96 100644 --- a/examples/with-vercel-ai/package.json +++ b/examples/with-vercel-ai/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-viteval/package.json b/examples/with-viteval/package.json index ff26a5d83..84725bb4d 100644 --- a/examples/with-viteval/package.json +++ b/examples/with-viteval/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "consola": "^3.4.2", "envalid": "^8.1.0", diff --git a/examples/with-voice-elevenlabs/package.json b/examples/with-voice-elevenlabs/package.json index abccf96d5..79cda7924 100644 --- a/examples/with-voice-elevenlabs/package.json +++ b/examples/with-voice-elevenlabs/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "@voltagent/voice": "^2.1.0", "ai": "^6.0.0", "zod": "^3.25.76" diff --git a/examples/with-voice-openai/package.json b/examples/with-voice-openai/package.json index 7e82b2b83..b69fe83ff 100644 --- a/examples/with-voice-openai/package.json +++ b/examples/with-voice-openai/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "@voltagent/voice": "^2.1.0", "ai": "^6.0.0", "dotenv": "^16.4.5", diff --git a/examples/with-voice-xsai/package.json b/examples/with-voice-xsai/package.json index 4844e0938..8171a5296 100644 --- a/examples/with-voice-xsai/package.json +++ b/examples/with-voice-xsai/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "@voltagent/voice": "^2.1.0", "ai": "^6.0.0", "dotenv": "^16.4.5", diff --git a/examples/with-voltagent-actions/package.json b/examples/with-voltagent-actions/package.json index a1476595c..ef5059bac 100644 --- a/examples/with-voltagent-actions/package.json +++ b/examples/with-voltagent-actions/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "zod": "^3.25.76" }, "devDependencies": { diff --git a/examples/with-voltagent-exporter/package.json b/examples/with-voltagent-exporter/package.json index 2b63026bd..d0cbb6180 100644 --- a/examples/with-voltagent-exporter/package.json +++ b/examples/with-voltagent-exporter/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-voltagent-managed-memory/package.json b/examples/with-voltagent-managed-memory/package.json index bdce188d9..f5a654e8c 100644 --- a/examples/with-voltagent-managed-memory/package.json +++ b/examples/with-voltagent-managed-memory/package.json @@ -5,7 +5,7 @@ "@ai-sdk/openai": "^3.0.0", "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "@voltagent/voltagent-memory": "^1.0.4", "ai": "^6.0.0", "zod": "^3.25.76" diff --git a/examples/with-voltops-resumable-streams/package.json b/examples/with-voltops-resumable-streams/package.json index 049dbcafa..bb82fb39b 100644 --- a/examples/with-voltops-resumable-streams/package.json +++ b/examples/with-voltops-resumable-streams/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/logger": "^2.0.2", "@voltagent/resumable-streams": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0" }, "devDependencies": { diff --git a/examples/with-voltops-retrieval/package.json b/examples/with-voltops-retrieval/package.json index 59d64c370..4adf594de 100644 --- a/examples/with-voltops-retrieval/package.json +++ b/examples/with-voltops-retrieval/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-whatsapp/package.json b/examples/with-whatsapp/package.json index ad6388721..83bfee7ca 100644 --- a/examples/with-whatsapp/package.json +++ b/examples/with-whatsapp/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "dotenv": "^16.4.5", "zod": "^3.25.76" diff --git a/examples/with-workflow-chain/package.json b/examples/with-workflow-chain/package.json index e9639dd11..8e9ffc322 100644 --- a/examples/with-workflow-chain/package.json +++ b/examples/with-workflow-chain/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-workflow/package.json b/examples/with-workflow/package.json index 60fcd09f4..97e931c90 100644 --- a/examples/with-workflow/package.json +++ b/examples/with-workflow/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-working-memory/package.json b/examples/with-working-memory/package.json index cd4b12dbe..4552b14e2 100644 --- a/examples/with-working-memory/package.json +++ b/examples/with-working-memory/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-workspace/package.json b/examples/with-workspace/package.json index b8071c3fd..8d656d88b 100644 --- a/examples/with-workspace/package.json +++ b/examples/with-workspace/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-youtube-to-blog/package.json b/examples/with-youtube-to-blog/package.json index c3c61e0dd..b573be6ee 100644 --- a/examples/with-youtube-to-blog/package.json +++ b/examples/with-youtube-to-blog/package.json @@ -6,7 +6,7 @@ "@voltagent/core": "^2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-zapier-mcp/package.json b/examples/with-zapier-mcp/package.json index 68a8f0bea..77af1a87d 100644 --- a/examples/with-zapier-mcp/package.json +++ b/examples/with-zapier-mcp/package.json @@ -7,7 +7,7 @@ "@voltagent/core": "~2.7.0", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.8", + "@voltagent/server-hono": "^2.0.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/packages/a2a-server/CHANGELOG.md b/packages/a2a-server/CHANGELOG.md index 80cac61f8..a0e40965b 100644 --- a/packages/a2a-server/CHANGELOG.md +++ b/packages/a2a-server/CHANGELOG.md @@ -1,5 +1,16 @@ # @voltagent/a2a-server +## 2.0.3 + +### Patch Changes + +- [#1199](https://github.com/VoltAgent/voltagent/pull/1199) [`b6813e9`](https://github.com/VoltAgent/voltagent/commit/b6813e91aad3e3897a50111039e4adf90cae68a0) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: point A2A agent cards at the JSON-RPC endpoint + + A2A agent cards now advertise `/a2a/{serverId}` instead of the internal + `/.well-known/{serverId}/agent-card.json` discovery document. When the card is + served through the Hono or Elysia integrations, VoltAgent also resolves that + endpoint to an absolute URL based on the incoming request. + ## 2.0.2 ### Patch Changes diff --git a/packages/a2a-server/package.json b/packages/a2a-server/package.json index 027d4e1a1..b3d536dc9 100644 --- a/packages/a2a-server/package.json +++ b/packages/a2a-server/package.json @@ -1,7 +1,7 @@ { "name": "@voltagent/a2a-server", "description": "VoltAgent A2A server implementation for exposing agents over the Agent-to-Agent protocol.", - "version": "2.0.2", + "version": "2.0.3", "dependencies": { "@a2a-js/sdk": "^0.2.5", "@voltagent/internal": "^1.0.2", diff --git a/packages/server-core/CHANGELOG.md b/packages/server-core/CHANGELOG.md index 7809a9962..e78d66c0d 100644 --- a/packages/server-core/CHANGELOG.md +++ b/packages/server-core/CHANGELOG.md @@ -1,5 +1,16 @@ # @voltagent/server-core +## 2.1.13 + +### Patch Changes + +- [#1199](https://github.com/VoltAgent/voltagent/pull/1199) [`b6813e9`](https://github.com/VoltAgent/voltagent/commit/b6813e91aad3e3897a50111039e4adf90cae68a0) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: point A2A agent cards at the JSON-RPC endpoint + + A2A agent cards now advertise `/a2a/{serverId}` instead of the internal + `/.well-known/{serverId}/agent-card.json` discovery document. When the card is + served through the Hono or Elysia integrations, VoltAgent also resolves that + endpoint to an absolute URL based on the incoming request. + ## 2.1.12 ### Patch Changes diff --git a/packages/server-core/package.json b/packages/server-core/package.json index f123bca7e..64ca99151 100644 --- a/packages/server-core/package.json +++ b/packages/server-core/package.json @@ -1,7 +1,7 @@ { "name": "@voltagent/server-core", "description": "Framework-agnostic server core for VoltAgent", - "version": "2.1.12", + "version": "2.1.13", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@voltagent/core": "^2.7.0", diff --git a/packages/server-elysia/CHANGELOG.md b/packages/server-elysia/CHANGELOG.md index 6f7275311..903207391 100644 --- a/packages/server-elysia/CHANGELOG.md +++ b/packages/server-elysia/CHANGELOG.md @@ -1,5 +1,20 @@ # @voltagent/server-elysia +## 2.0.7 + +### Patch Changes + +- [#1199](https://github.com/VoltAgent/voltagent/pull/1199) [`b6813e9`](https://github.com/VoltAgent/voltagent/commit/b6813e91aad3e3897a50111039e4adf90cae68a0) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: point A2A agent cards at the JSON-RPC endpoint + + A2A agent cards now advertise `/a2a/{serverId}` instead of the internal + `/.well-known/{serverId}/agent-card.json` discovery document. When the card is + served through the Hono or Elysia integrations, VoltAgent also resolves that + endpoint to an absolute URL based on the incoming request. + +- Updated dependencies [[`b6813e9`](https://github.com/VoltAgent/voltagent/commit/b6813e91aad3e3897a50111039e4adf90cae68a0)]: + - @voltagent/a2a-server@2.0.3 + - @voltagent/server-core@2.1.13 + ## 2.0.6 ### Patch Changes diff --git a/packages/server-elysia/package.json b/packages/server-elysia/package.json index 2c4c7dbc2..44a19b3ff 100644 --- a/packages/server-elysia/package.json +++ b/packages/server-elysia/package.json @@ -1,17 +1,17 @@ { "name": "@voltagent/server-elysia", "description": "Elysia server implementation for VoltAgent", - "version": "2.0.6", + "version": "2.0.7", "dependencies": { "@elysiajs/cors": "^1.2.2", "@elysiajs/swagger": "^1.2.4", "@sinclair/typebox": "^0.34.45", - "@voltagent/a2a-server": "^2.0.2", + "@voltagent/a2a-server": "^2.0.3", "@voltagent/core": "^2.4.4", "@voltagent/internal": "^1.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/resumable-streams": "^2.0.1", - "@voltagent/server-core": "^2.1.7", + "@voltagent/server-core": "^2.1.13", "elysia": "^1.1.29", "zod": "^3.25.76", "zod-to-json-schema": "^3.25.1" diff --git a/packages/server-hono/CHANGELOG.md b/packages/server-hono/CHANGELOG.md index 3ccf70669..c37f5141a 100644 --- a/packages/server-hono/CHANGELOG.md +++ b/packages/server-hono/CHANGELOG.md @@ -1,5 +1,20 @@ # @voltagent/server-hono +## 2.0.9 + +### Patch Changes + +- [#1199](https://github.com/VoltAgent/voltagent/pull/1199) [`b6813e9`](https://github.com/VoltAgent/voltagent/commit/b6813e91aad3e3897a50111039e4adf90cae68a0) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: point A2A agent cards at the JSON-RPC endpoint + + A2A agent cards now advertise `/a2a/{serverId}` instead of the internal + `/.well-known/{serverId}/agent-card.json` discovery document. When the card is + served through the Hono or Elysia integrations, VoltAgent also resolves that + endpoint to an absolute URL based on the incoming request. + +- Updated dependencies [[`b6813e9`](https://github.com/VoltAgent/voltagent/commit/b6813e91aad3e3897a50111039e4adf90cae68a0)]: + - @voltagent/a2a-server@2.0.3 + - @voltagent/server-core@2.1.13 + ## 2.0.8 ### Patch Changes diff --git a/packages/server-hono/package.json b/packages/server-hono/package.json index 20950ef54..348646a22 100644 --- a/packages/server-hono/package.json +++ b/packages/server-hono/package.json @@ -1,16 +1,16 @@ { "name": "@voltagent/server-hono", "description": "Hono server implementation for VoltAgent", - "version": "2.0.8", + "version": "2.0.9", "dependencies": { "@hono/node-server": "^1.14.0", "@hono/swagger-ui": "^0.5.1", - "@voltagent/a2a-server": "^2.0.2", + "@voltagent/a2a-server": "^2.0.3", "@voltagent/core": "^2.4.4", "@voltagent/internal": "^1.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/resumable-streams": "^2.0.1", - "@voltagent/server-core": "^2.1.7", + "@voltagent/server-core": "^2.1.13", "fetch-to-node": "^2.1.0", "hono": "^4.7.7", "openapi3-ts": "^4.5.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca2476df3..40c1ec802 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -126,7 +126,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -163,7 +163,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -197,7 +197,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono '@voltagent/serverless-hono': specifier: ^2.0.10 @@ -273,7 +273,7 @@ importers: specifier: ^2.1.2 version: link:../../packages/libsql '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono '@xyflow/react': specifier: ^12.9.2 @@ -385,7 +385,7 @@ importers: examples/with-a2a-server: dependencies: '@voltagent/a2a-server': - specifier: ^2.0.2 + specifier: ^2.0.3 version: link:../../packages/a2a-server '@voltagent/core': specifier: ^2.7.0 @@ -397,7 +397,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -514,7 +514,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/sdk '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -548,7 +548,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -582,7 +582,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -725,7 +725,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -759,7 +759,7 @@ importers: specifier: ^2.7.0 version: link:../../packages/core '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -851,7 +851,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -885,7 +885,7 @@ importers: specifier: ^2.7.0 version: link:../../packages/core '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono '@voltagent/vercel-ai': specifier: ^1.0.0 @@ -971,7 +971,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1067,7 +1067,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1101,7 +1101,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1135,7 +1135,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1166,7 +1166,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1197,7 +1197,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1280,7 +1280,7 @@ importers: specifier: ^2.0.2 version: link:../../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../../packages/server-hono composio-core: specifier: ^0.5.33 @@ -1320,7 +1320,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1354,7 +1354,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1385,7 +1385,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1416,7 +1416,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1450,7 +1450,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1561,7 +1561,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1620,7 +1620,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1654,7 +1654,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/mcp-server '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1685,7 +1685,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/mcp-server '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1719,7 +1719,7 @@ importers: specifier: ^2.1.2 version: link:../../packages/postgres '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono devDependencies: '@types/node': @@ -1750,7 +1750,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1784,10 +1784,10 @@ importers: specifier: ^2.7.0 version: link:../../packages/core '@voltagent/server-core': - specifier: ^2.1.12 + specifier: ^2.1.13 version: link:../../packages/server-core '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono hono: specifier: ^4.7.7 @@ -1876,7 +1876,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1985,7 +1985,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/resumable-streams '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono '@xyflow/react': specifier: ^12.9.2 @@ -2097,7 +2097,7 @@ importers: specifier: ^2.1.2 version: link:../../packages/libsql '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2165,7 +2165,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2205,7 +2205,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2236,7 +2236,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2273,7 +2273,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2313,7 +2313,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2359,7 +2359,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2405,7 +2405,7 @@ importers: specifier: ^2.1.2 version: link:../../packages/postgres '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2442,7 +2442,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2479,7 +2479,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2510,7 +2510,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2544,7 +2544,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono zod: specifier: ^3.25.76 @@ -2572,7 +2572,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/resumable-streams '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2606,7 +2606,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2640,7 +2640,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2677,7 +2677,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/sdk '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2714,7 +2714,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2751,7 +2751,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2785,7 +2785,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono '@voltagent/supabase': specifier: ^2.1.3 @@ -2822,7 +2822,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2856,7 +2856,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2890,7 +2890,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2927,7 +2927,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2961,7 +2961,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2998,7 +2998,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3032,7 +3032,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3066,7 +3066,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3118,7 +3118,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono '@voltagent/voice': specifier: ^2.1.0 @@ -3155,7 +3155,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono '@voltagent/voice': specifier: ^2.1.0 @@ -3198,7 +3198,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono '@voltagent/voice': specifier: ^2.1.0 @@ -3241,7 +3241,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/sdk '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono zod: specifier: ^3.25.76 @@ -3272,7 +3272,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3303,7 +3303,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono '@voltagent/voltagent-memory': specifier: ^1.0.4 @@ -3337,7 +3337,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/resumable-streams '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3368,7 +3368,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3405,7 +3405,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3442,7 +3442,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3476,7 +3476,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3510,7 +3510,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3547,7 +3547,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3581,7 +3581,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3612,7 +3612,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.8 + specifier: ^2.0.9 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -4358,7 +4358,7 @@ importers: specifier: ^0.34.45 version: 0.34.45 '@voltagent/a2a-server': - specifier: ^2.0.2 + specifier: ^2.0.3 version: link:../a2a-server '@voltagent/core': specifier: ^2.4.4 @@ -4373,7 +4373,7 @@ importers: specifier: ^2.0.1 version: link:../resumable-streams '@voltagent/server-core': - specifier: ^2.1.7 + specifier: ^2.1.13 version: link:../server-core elysia: specifier: ^1.1.29 @@ -4398,7 +4398,7 @@ importers: specifier: ^0.5.1 version: 0.5.2(hono@4.9.1) '@voltagent/a2a-server': - specifier: ^2.0.2 + specifier: ^2.0.3 version: link:../a2a-server '@voltagent/core': specifier: ^2.4.4 @@ -4413,7 +4413,7 @@ importers: specifier: ^2.0.1 version: link:../resumable-streams '@voltagent/server-core': - specifier: ^2.1.7 + specifier: ^2.1.13 version: link:../server-core fetch-to-node: specifier: ^2.1.0 @@ -9195,6 +9195,16 @@ packages: dependencies: '@emnapi/wasi-threads': 1.2.0 tslib: 2.8.1 + dev: false + optional: true + + /@emnapi/core@1.9.2: + resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==} + requiresBuild: true + dependencies: + '@emnapi/wasi-threads': 1.2.1 + tslib: 2.8.1 + dev: true optional: true /@emnapi/runtime@1.4.5: @@ -9210,6 +9220,14 @@ packages: tslib: 2.8.1 optional: true + /@emnapi/runtime@1.9.2: + resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==} + requiresBuild: true + dependencies: + tslib: 2.8.1 + dev: true + optional: true + /@emnapi/wasi-threads@1.0.4: resolution: {integrity: sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==} dependencies: @@ -9221,6 +9239,15 @@ packages: requiresBuild: true dependencies: tslib: 2.8.1 + dev: false + optional: true + + /@emnapi/wasi-threads@1.2.1: + resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} + requiresBuild: true + dependencies: + tslib: 2.8.1 + dev: true optional: true /@envelop/core@5.4.0: @@ -12333,6 +12360,20 @@ packages: '@emnapi/core': 1.9.1 '@emnapi/runtime': 1.9.1 '@tybys/wasm-util': 0.10.1 + dev: false + optional: true + + /@napi-rs/wasm-runtime@1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2): + resolution: {integrity: sha512-xK9sGVbJWYb08+mTJt3/YV24WxvxpXcXtP6B172paPZ+Ts69Re9dAr7lKwJoeIx8OoeuimEiRZ7umkiUVClmmQ==} + requiresBuild: true + peerDependencies: + '@emnapi/core': ^1.7.1 + '@emnapi/runtime': ^1.7.1 + dependencies: + '@emnapi/core': 1.9.2 + '@emnapi/runtime': 1.9.2 + '@tybys/wasm-util': 0.10.1 + dev: true optional: true /@neon-rs/load@0.0.4: @@ -15233,8 +15274,8 @@ packages: dev: false optional: true - /@oxc-project/types@0.123.0: - resolution: {integrity: sha512-YtECP/y8Mj1lSHiUWGSRzy/C6teUKlS87dEfuVKT09LgQbUsBW1rNg+MiJ4buGu3yuADV60gbIvo9/HplA56Ew==} + /@oxc-project/types@0.124.0: + resolution: {integrity: sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==} dev: true /@oxc-project/types@0.94.0: @@ -17446,8 +17487,8 @@ packages: /@repeaterjs/repeater@3.0.6: resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==} - /@rolldown/binding-android-arm64@1.0.0-rc.13: - resolution: {integrity: sha512-5ZiiecKH2DXAVJTNN13gNMUcCDg4Jy8ZjbXEsPnqa248wgOVeYRX0iqXXD5Jz4bI9BFHgKsI2qmyJynstbmr+g==} + /@rolldown/binding-android-arm64@1.0.0-rc.15: + resolution: {integrity: sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] @@ -17455,8 +17496,8 @@ packages: dev: true optional: true - /@rolldown/binding-darwin-arm64@1.0.0-rc.13: - resolution: {integrity: sha512-tz/v/8G77seu8zAB3A5sK3UFoOl06zcshEzhUO62sAEtrEuW/H1CcyoupOrD+NbQJytYgA4CppXPzlrmp4JZKA==} + /@rolldown/binding-darwin-arm64@1.0.0-rc.15: + resolution: {integrity: sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] @@ -17464,8 +17505,8 @@ packages: dev: true optional: true - /@rolldown/binding-darwin-x64@1.0.0-rc.13: - resolution: {integrity: sha512-8DakphqOz8JrMYWTJmWA+vDJxut6LijZ8Xcdc4flOlAhU7PNVwo2MaWBF9iXjJAPo5rC/IxEFZDhJ3GC7NHvug==} + /@rolldown/binding-darwin-x64@1.0.0-rc.15: + resolution: {integrity: sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] @@ -17473,8 +17514,8 @@ packages: dev: true optional: true - /@rolldown/binding-freebsd-x64@1.0.0-rc.13: - resolution: {integrity: sha512-4wBQFfjDuXYN/SVI8inBF3Aa+isq40rc6VMFbk5jcpolUBTe5cYnMsHZ51nFWsx3PVyyNN3vgoESki0Hmr/4BA==} + /@rolldown/binding-freebsd-x64@1.0.0-rc.15: + resolution: {integrity: sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] @@ -17482,8 +17523,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.13: - resolution: {integrity: sha512-JW/e4yPIXLms+jmnbwwy5LA/LxVwZUWLN8xug+V200wzaVi5TEGIWQlh8o91gWYFxW609euI98OCCemmWGuPrw==} + /@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.15: + resolution: {integrity: sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] @@ -17491,8 +17532,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm64-gnu@1.0.0-rc.13: - resolution: {integrity: sha512-ZfKWpXiUymDnavepCaM6KG/uGydJ4l2nBmMxg60Ci4CbeefpqjPWpfaZM7PThOhk2dssqBAcwLc6rAyr0uTdXg==} + /@rolldown/binding-linux-arm64-gnu@1.0.0-rc.15: + resolution: {integrity: sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -17500,8 +17541,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm64-musl@1.0.0-rc.13: - resolution: {integrity: sha512-bmRg3O6Z0gq9yodKKWCIpnlH051sEfdVwt+6m5UDffAQMUUqU0xjnQqqAUm+Gu7ofAAly9DqiQDtKu2nPDEABA==} + /@rolldown/binding-linux-arm64-musl@1.0.0-rc.15: + resolution: {integrity: sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -17509,8 +17550,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.13: - resolution: {integrity: sha512-8Wtnbw4k7pMYN9B/mOEAsQ8HOiq7AZ31Ig4M9BKn2So4xRaFEhtCSa4ZJaOutOWq50zpgR4N5+L/opnlaCx8wQ==} + /@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.15: + resolution: {integrity: sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] @@ -17518,8 +17559,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-s390x-gnu@1.0.0-rc.13: - resolution: {integrity: sha512-D/0Nlo8mQuxSMohNJUF2lDXWRsFDsHldfRRgD9bRgktj+EndGPj4DOV37LqDKPYS+osdyhZEH7fTakTAEcW7qg==} + /@rolldown/binding-linux-s390x-gnu@1.0.0-rc.15: + resolution: {integrity: sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] @@ -17527,8 +17568,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-x64-gnu@1.0.0-rc.13: - resolution: {integrity: sha512-eRrPvat2YaVQcwwKi/JzOP6MKf1WRnOCr+VaI3cTWz3ZoLcP/654z90lVCJ4dAuMEpPdke0n+qyAqXDZdIC4rA==} + /@rolldown/binding-linux-x64-gnu@1.0.0-rc.15: + resolution: {integrity: sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -17536,8 +17577,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-x64-musl@1.0.0-rc.13: - resolution: {integrity: sha512-PsdONiFRp8hR8KgVjTWjZ9s7uA3uueWL0t74/cKHfM4dR5zXYv4AjB8BvA+QDToqxAFg4ZkcVEqeu5F7inoz5w==} + /@rolldown/binding-linux-x64-musl@1.0.0-rc.15: + resolution: {integrity: sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -17545,8 +17586,8 @@ packages: dev: true optional: true - /@rolldown/binding-openharmony-arm64@1.0.0-rc.13: - resolution: {integrity: sha512-hCNXgC5dI3TVOLrPT++PKFNZ+1EtS0mLQwfXXXSUD/+rGlB65gZDwN/IDuxLpQP4x8RYYHqGomlUXzpO8aVI2w==} + /@rolldown/binding-openharmony-arm64@1.0.0-rc.15: + resolution: {integrity: sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] @@ -17554,20 +17595,20 @@ packages: dev: true optional: true - /@rolldown/binding-wasm32-wasi@1.0.0-rc.13: - resolution: {integrity: sha512-viLS5C5et8NFtLWw9Sw3M/w4vvnVkbWkO7wSNh3C+7G1+uCkGpr6PcjNDSFcNtmXY/4trjPBqUfcOL+P3sWy/g==} + /@rolldown/binding-wasm32-wasi@1.0.0-rc.15: + resolution: {integrity: sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==} engines: {node: '>=14.0.0'} cpu: [wasm32] requiresBuild: true dependencies: - '@emnapi/core': 1.9.1 - '@emnapi/runtime': 1.9.1 - '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@emnapi/core': 1.9.2 + '@emnapi/runtime': 1.9.2 + '@napi-rs/wasm-runtime': 1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) dev: true optional: true - /@rolldown/binding-win32-arm64-msvc@1.0.0-rc.13: - resolution: {integrity: sha512-Fqa3Tlt1xL4wzmAYxGNFV36Hb+VfPc9PYU+E25DAnswXv3ODDu/yyWjQDbXMo5AGWkQVjLgQExuVu8I/UaZhPQ==} + /@rolldown/binding-win32-arm64-msvc@1.0.0-rc.15: + resolution: {integrity: sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] @@ -17575,8 +17616,8 @@ packages: dev: true optional: true - /@rolldown/binding-win32-x64-msvc@1.0.0-rc.13: - resolution: {integrity: sha512-/pLI5kPkGEi44TDlnbio3St/5gUFeN51YWNAk/Gnv6mEQBOahRBh52qVFVBpmrnU01n2yysvBML9Ynu7K4kGAQ==} + /@rolldown/binding-win32-x64-msvc@1.0.0-rc.15: + resolution: {integrity: sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -17592,8 +17633,8 @@ packages: resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==} dev: true - /@rolldown/pluginutils@1.0.0-rc.13: - resolution: {integrity: sha512-3ngTAv6F/Py35BsYbeeLeecvhMKdsKm4AoOETVhAA+Qc8nrA2I0kF7oa93mE9qnIurngOSpMnQ0x2nQY2FPviA==} + /@rolldown/pluginutils@1.0.0-rc.15: + resolution: {integrity: sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==} dev: true /@rolldown/pluginutils@1.0.0-rc.9: @@ -37278,7 +37319,7 @@ packages: resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} dev: false - /rolldown-plugin-dts@0.16.11(rolldown@1.0.0-rc.13)(typescript@5.9.2): + /rolldown-plugin-dts@0.16.11(rolldown@1.0.0-rc.15)(typescript@5.9.2): resolution: {integrity: sha512-9IQDaPvPqTx3RjG2eQCK5GYZITo203BxKunGI80AGYicu1ySFTUyugicAaTZWRzFWh9DSnzkgNeMNbDWBbSs0w==} engines: {node: '>=20.18.0'} peerDependencies: @@ -37306,36 +37347,36 @@ packages: dts-resolver: 2.1.2 get-tsconfig: 4.10.1 magic-string: 0.30.19 - rolldown: 1.0.0-rc.13 + rolldown: 1.0.0-rc.15 typescript: 5.9.2 transitivePeerDependencies: - oxc-resolver - supports-color dev: true - /rolldown@1.0.0-rc.13: - resolution: {integrity: sha512-bvVj8YJmf0rq4pSFmH7laLa6pYrhghv3PRzrCdRAr23g66zOKVJ4wkvFtgohtPLWmthgg8/rkaqRHrpUEh0Zbw==} + /rolldown@1.0.0-rc.15: + resolution: {integrity: sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true dependencies: - '@oxc-project/types': 0.123.0 - '@rolldown/pluginutils': 1.0.0-rc.13 + '@oxc-project/types': 0.124.0 + '@rolldown/pluginutils': 1.0.0-rc.15 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.0-rc.13 - '@rolldown/binding-darwin-arm64': 1.0.0-rc.13 - '@rolldown/binding-darwin-x64': 1.0.0-rc.13 - '@rolldown/binding-freebsd-x64': 1.0.0-rc.13 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.13 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.13 - '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.13 - '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.13 - '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.13 - '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.13 - '@rolldown/binding-linux-x64-musl': 1.0.0-rc.13 - '@rolldown/binding-openharmony-arm64': 1.0.0-rc.13 - '@rolldown/binding-wasm32-wasi': 1.0.0-rc.13 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.13 - '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.13 + '@rolldown/binding-android-arm64': 1.0.0-rc.15 + '@rolldown/binding-darwin-arm64': 1.0.0-rc.15 + '@rolldown/binding-darwin-x64': 1.0.0-rc.15 + '@rolldown/binding-freebsd-x64': 1.0.0-rc.15 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.15 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.15 + '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.15 + '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.15 + '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.15 + '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.15 + '@rolldown/binding-linux-x64-musl': 1.0.0-rc.15 + '@rolldown/binding-openharmony-arm64': 1.0.0-rc.15 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.15 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.15 + '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.15 dev: true /rollup-plugin-inject@3.0.2: @@ -39517,8 +39558,8 @@ packages: empathic: 2.0.0 hookable: 5.5.3 publint: 0.3.12 - rolldown: 1.0.0-rc.13 - rolldown-plugin-dts: 0.16.11(rolldown@1.0.0-rc.13)(typescript@5.9.2) + rolldown: 1.0.0-rc.15 + rolldown-plugin-dts: 0.16.11(rolldown@1.0.0-rc.15)(typescript@5.9.2) semver: 7.7.2 tinyexec: 1.0.1 tinyglobby: 0.2.15