From 4a8bee474cd9c131d28b19ba57e7d16cc274f940 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:11:25 +0000 Subject: [PATCH] ci(changesets): version packages --- .../expose-request-headers-dynamic-agents.md | 43 -- .../fix-tool-output-provider-metadata.md | 14 - .changeset/rude-pianos-marry.md | 5 - examples/base/package.json | 4 +- examples/github-repo-analyzer/package.json | 4 +- examples/github-star-stories/package.json | 6 +- .../package.json | 4 +- examples/with-a2a-server/package.json | 4 +- examples/with-agent-tool/package.json | 2 +- examples/with-airtable/package.json | 4 +- examples/with-amazon-bedrock/package.json | 4 +- examples/with-anthropic/package.json | 4 +- examples/with-auth/package.json | 4 +- examples/with-cerbos/package.json | 4 +- examples/with-chat-sdk/package.json | 2 +- examples/with-chroma/package.json | 4 +- examples/with-client-side-tools/package.json | 4 +- examples/with-cloudflare-workers/package.json | 4 +- examples/with-composio-mcp/package.json | 4 +- examples/with-custom-endpoints/package.json | 4 +- examples/with-dynamic-parameters/package.json | 4 +- examples/with-dynamic-prompts/package.json | 4 +- examples/with-feedback/package.json | 4 +- examples/with-google-ai/package.json | 4 +- .../with-google-drive-mcp/server/package.json | 4 +- examples/with-google-vertex-ai/package.json | 4 +- examples/with-groq-ai/package.json | 4 +- examples/with-guardrails/package.json | 4 +- examples/with-hooks/package.json | 4 +- examples/with-hugging-face-mcp/package.json | 4 +- examples/with-langfuse/package.json | 4 +- examples/with-mcp-elicitation/package.json | 4 +- examples/with-mcp-server/package.json | 4 +- examples/with-mcp/package.json | 4 +- examples/with-memory-rest-api/package.json | 4 +- examples/with-middleware/package.json | 4 +- examples/with-nestjs/package.json | 6 +- examples/with-netlify-functions/package.json | 4 +- .../with-nextjs-resumable-stream/package.json | 4 +- examples/with-nextjs/package.json | 4 +- examples/with-nuxt/package.json | 4 +- examples/with-offline-evals/package.json | 2 +- examples/with-ollama/package.json | 4 +- examples/with-openrouter/package.json | 4 +- examples/with-peaka-mcp/package.json | 4 +- examples/with-pinecone/package.json | 4 +- examples/with-planagents/package.json | 4 +- examples/with-playwright/package.json | 4 +- examples/with-postgres/package.json | 4 +- examples/with-qdrant/package.json | 4 +- examples/with-rag-chatbot/package.json | 4 +- examples/with-recipe-generator/package.json | 4 +- examples/with-research-assistant/package.json | 4 +- examples/with-resumable-streams/package.json | 4 +- examples/with-retries-fallback/package.json | 4 +- examples/with-retrieval/package.json | 4 +- examples/with-slack/package.json | 4 +- examples/with-subagents/package.json | 4 +- examples/with-summarization/package.json | 4 +- examples/with-supabase/package.json | 4 +- examples/with-tavily-search/package.json | 4 +- examples/with-thinking-tool/package.json | 4 +- examples/with-tool-routing/package.json | 4 +- examples/with-tools/package.json | 4 +- examples/with-turso/package.json | 4 +- examples/with-vector-search/package.json | 4 +- examples/with-vercel-ai/package.json | 4 +- examples/with-viteval/package.json | 4 +- examples/with-voice-elevenlabs/package.json | 4 +- examples/with-voice-openai/package.json | 4 +- examples/with-voice-xsai/package.json | 4 +- examples/with-voltagent-actions/package.json | 4 +- examples/with-voltagent-exporter/package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- examples/with-voltops-retrieval/package.json | 4 +- examples/with-whatsapp/package.json | 4 +- examples/with-workflow-chain/package.json | 4 +- examples/with-workflow/package.json | 4 +- examples/with-working-memory/package.json | 4 +- examples/with-workspace/package.json | 4 +- examples/with-youtube-to-blog/package.json | 4 +- examples/with-zapier-mcp/package.json | 4 +- packages/core/CHANGELOG.md | 51 ++ packages/core/package.json | 2 +- packages/e2e/package.json | 2 +- packages/server-core/CHANGELOG.md | 43 ++ packages/server-core/package.json | 4 +- packages/server-elysia/CHANGELOG.md | 44 ++ packages/server-elysia/package.json | 6 +- packages/server-hono/CHANGELOG.md | 44 ++ packages/server-hono/package.json | 6 +- packages/serverless-hono/CHANGELOG.md | 45 ++ packages/serverless-hono/package.json | 4 +- pnpm-lock.yaml | 533 +++++++++--------- 95 files changed, 651 insertions(+), 513 deletions(-) delete mode 100644 .changeset/expose-request-headers-dynamic-agents.md delete mode 100644 .changeset/fix-tool-output-provider-metadata.md delete mode 100644 .changeset/rude-pianos-marry.md diff --git a/.changeset/expose-request-headers-dynamic-agents.md b/.changeset/expose-request-headers-dynamic-agents.md deleted file mode 100644 index a27d35bd7..000000000 --- a/.changeset/expose-request-headers-dynamic-agents.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -"@voltagent/core": patch -"@voltagent/server-core": patch -"@voltagent/server-hono": patch -"@voltagent/server-elysia": patch -"@voltagent/serverless-hono": patch ---- - -feat(agent): expose request headers to dynamic agent configuration - -Dynamic `instructions`, `model`, and `tools` functions now receive a `headers` map in -`DynamicValueOptions` when an agent is called through the built-in HTTP endpoints. This makes it -possible to configure tenant-aware models and request-scoped tools from headers such as -`authorization`, `x-tenant-id`, or `x-user-id` without manually copying them into -`options.context`. - -Header names are normalized to lowercase: - -```ts -const agent = new Agent({ - name: "Tenant Agent", - instructions: "You are a tenant-aware assistant.", - model: ({ headers }) => { - return headers?.["x-tenant-id"] === "enterprise" ? "openai/gpt-4o" : "openai/gpt-4o-mini"; - }, - tools: ({ headers }) => { - return headers?.authorization ? [createTenantTool(headers.authorization)] : []; - }, -}); -``` - -For direct in-process calls, pass `requestHeaders`: - -```ts -await agent.generateText("Hello", { - requestHeaders: { - authorization: "Bearer token", - "x-tenant-id": "tenant-1", - }, -}); -``` - -Fixes #1201 diff --git a/.changeset/fix-tool-output-provider-metadata.md b/.changeset/fix-tool-output-provider-metadata.md deleted file mode 100644 index 88f20eaa1..000000000 --- a/.changeset/fix-tool-output-provider-metadata.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@voltagent/core": patch ---- - -fix(core): forward providerMetadata on tool-result and tool-error stream chunks - -Google Vertex thinking models attach `providerMetadata` (containing `thoughtSignature`) to -tool-output stream events. The `tool-result` → `tool-output-available` and `tool-error` → -`tool-output-error` conversions in `convertFullStreamChunkToUIMessageStream` were not forwarding -this field, causing the AI SDK's UI message stream schema validation to reject the chunk as -having unrecognized keys. This broke all tool calls when using `@ai-sdk/google-vertex` with -thinking models (e.g. `gemini-3-flash-preview`). - -Fixes #1195 diff --git a/.changeset/rude-pianos-marry.md b/.changeset/rude-pianos-marry.md deleted file mode 100644 index 38d9aea5e..000000000 --- a/.changeset/rude-pianos-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@voltagent/serverless-hono": patch ---- - -fix(serverless-hono): withWaitUntil must not destroy global state when context has no waitUntil diff --git a/examples/base/package.json b/examples/base/package.json index 029a9473e..1f4fb7881 100644 --- a/examples/base/package.json +++ b/examples/base/package.json @@ -4,10 +4,10 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 8c4074298..e0879dcc5 100644 --- a/examples/github-repo-analyzer/package.json +++ b/examples/github-repo-analyzer/package.json @@ -4,10 +4,10 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@octokit/rest": "^21.0.0", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 bb0a6880a..cd33c035e 100644 --- a/examples/github-star-stories/package.json +++ b/examples/github-star-stories/package.json @@ -3,10 +3,10 @@ "version": "0.0.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", - "@voltagent/serverless-hono": "^2.0.10", + "@voltagent/server-hono": "^2.0.10", + "@voltagent/serverless-hono": "^2.0.11", "dotenv": "^16.4.5", "wrangler": "^3.38.0", "zod": "^3.25.76" diff --git a/examples/next-js-chatbot-starter-template/package.json b/examples/next-js-chatbot-starter-template/package.json index 6f7ad19e0..441135704 100644 --- a/examples/next-js-chatbot-starter-template/package.json +++ b/examples/next-js-chatbot-starter-template/package.json @@ -16,9 +16,9 @@ "@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-use-controllable-state": "^1.2.2", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "@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 10e0eb149..277afdf66 100644 --- a/examples/with-a2a-server/package.json +++ b/examples/with-a2a-server/package.json @@ -2,10 +2,10 @@ "name": "voltagent-example-with-a2a-server", "dependencies": { "@voltagent/a2a-server": "^2.0.3", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/internal": "^1.0.3", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-agent-tool/package.json b/examples/with-agent-tool/package.json index dfc4c25be..39161289d 100644 --- a/examples/with-agent-tool/package.json +++ b/examples/with-agent-tool/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "", "dependencies": { - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-airtable/package.json b/examples/with-airtable/package.json index 7dadfa29a..28f149091 100644 --- a/examples/with-airtable/package.json +++ b/examples/with-airtable/package.json @@ -3,11 +3,11 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/internal": "^1.0.3", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 6740a0307..78ebb9aeb 100644 --- a/examples/with-amazon-bedrock/package.json +++ b/examples/with-amazon-bedrock/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-anthropic/package.json b/examples/with-anthropic/package.json index 1cac1a286..d6818b8ac 100644 --- a/examples/with-anthropic/package.json +++ b/examples/with-anthropic/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index 960c1d6c3..3e11c5bb7 100644 --- a/examples/with-auth/package.json +++ b/examples/with-auth/package.json @@ -4,10 +4,10 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-cerbos/package.json b/examples/with-cerbos/package.json index 357c0e4dc..997ef9e56 100644 --- a/examples/with-cerbos/package.json +++ b/examples/with-cerbos/package.json @@ -5,8 +5,8 @@ "@cerbos/grpc": "^0.23.0", "@modelcontextprotocol/sdk": "^1.12.1", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/core": "^2.7.1", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "express": "^5.1.0", "zod": "^3.25.76" diff --git a/examples/with-chat-sdk/package.json b/examples/with-chat-sdk/package.json index af0d009bd..670710c6b 100644 --- a/examples/with-chat-sdk/package.json +++ b/examples/with-chat-sdk/package.json @@ -6,7 +6,7 @@ "@chat-adapter/slack": "^4.14.0", "@chat-adapter/state-redis": "^4.14.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "ai": "^6.0.0", "chat": "^4.14.0", "next": "^16.0.7", diff --git a/examples/with-chroma/package.json b/examples/with-chroma/package.json index 60a026fb6..23556e354 100644 --- a/examples/with-chroma/package.json +++ b/examples/with-chroma/package.json @@ -6,10 +6,10 @@ "@chroma-core/ollama": "^0.1.7", "@chroma-core/openai": "^0.1.7", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 fbda405a2..ebacea79e 100644 --- a/examples/with-client-side-tools/package.json +++ b/examples/with-client-side-tools/package.json @@ -4,8 +4,8 @@ "dependencies": { "@ai-sdk/react": "^3.0.0", "@libsql/client": "^0.15.0", - "@voltagent/core": "^2.7.0", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/core": "^2.7.1", + "@voltagent/server-hono": "^2.0.10", "@voltagent/vercel-ai": "^1.0.0", "@voltagent/vercel-ui": "^1.0.1", "ai": "^6.0.0", diff --git a/examples/with-cloudflare-workers/package.json b/examples/with-cloudflare-workers/package.json index 8372698c8..20a105ac3 100644 --- a/examples/with-cloudflare-workers/package.json +++ b/examples/with-cloudflare-workers/package.json @@ -3,8 +3,8 @@ "description": "VoltAgent example for Cloudflare Workers deployment with in-memory storage", "version": "1.0.0", "dependencies": { - "@voltagent/core": "^2.7.0", - "@voltagent/serverless-hono": "^2.0.10", + "@voltagent/core": "^2.7.1", + "@voltagent/serverless-hono": "^2.0.11", "ai": "^6.0.0", "hono": "^4.7.7", "zod": "^3.25.76" diff --git a/examples/with-composio-mcp/package.json b/examples/with-composio-mcp/package.json index 7c43230b0..979361fb1 100644 --- a/examples/with-composio-mcp/package.json +++ b/examples/with-composio-mcp/package.json @@ -4,10 +4,10 @@ "version": "0.1.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 b597e7397..b1a034b17 100644 --- a/examples/with-custom-endpoints/package.json +++ b/examples/with-custom-endpoints/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 e8c8ffa57..72a03392a 100644 --- a/examples/with-dynamic-parameters/package.json +++ b/examples/with-dynamic-parameters/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 642e55186..1f97fd7c5 100644 --- a/examples/with-dynamic-prompts/package.json +++ b/examples/with-dynamic-prompts/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-feedback/package.json b/examples/with-feedback/package.json index a500178b7..6357d1a86 100644 --- a/examples/with-feedback/package.json +++ b/examples/with-feedback/package.json @@ -3,9 +3,9 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0" }, "devDependencies": { diff --git a/examples/with-google-ai/package.json b/examples/with-google-ai/package.json index 1695b4b78..91bd85afc 100644 --- a/examples/with-google-ai/package.json +++ b/examples/with-google-ai/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 df297e665..63ba4f133 100644 --- a/examples/with-google-drive-mcp/server/package.json +++ b/examples/with-google-drive-mcp/server/package.json @@ -5,10 +5,10 @@ "@hono/node-server": "^1.14.0", "@libsql/client": "^0.15.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 8bb3991aa..2759e6280 100644 --- a/examples/with-google-vertex-ai/package.json +++ b/examples/with-google-vertex-ai/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 24b69b90f..86a913afe 100644 --- a/examples/with-groq-ai/package.json +++ b/examples/with-groq-ai/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-guardrails/package.json b/examples/with-guardrails/package.json index 7c64b8e16..9440e2214 100644 --- a/examples/with-guardrails/package.json +++ b/examples/with-guardrails/package.json @@ -3,9 +3,9 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0" }, "devDependencies": { diff --git a/examples/with-hooks/package.json b/examples/with-hooks/package.json index 89e0aaeaf..dc553b2de 100644 --- a/examples/with-hooks/package.json +++ b/examples/with-hooks/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 bacc9d53c..e2ddb125d 100644 --- a/examples/with-hugging-face-mcp/package.json +++ b/examples/with-hugging-face-mcp/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-langfuse/package.json b/examples/with-langfuse/package.json index 0dbc042f0..0d5a8cc09 100644 --- a/examples/with-langfuse/package.json +++ b/examples/with-langfuse/package.json @@ -3,11 +3,11 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/langfuse-exporter": "^2.0.3", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 85b3fe7f5..a9e3158f4 100644 --- a/examples/with-mcp-elicitation/package.json +++ b/examples/with-mcp-elicitation/package.json @@ -4,10 +4,10 @@ "version": "0.1.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 1f03f6278..47e3ab2cc 100644 --- a/examples/with-mcp-server/package.json +++ b/examples/with-mcp-server/package.json @@ -1,10 +1,10 @@ { "name": "voltagent-example-with-mcp-server", "dependencies": { - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-mcp/package.json b/examples/with-mcp/package.json index d0afa7833..07bec0398 100644 --- a/examples/with-mcp/package.json +++ b/examples/with-mcp/package.json @@ -4,10 +4,10 @@ "version": "0.1.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 27b15e416..b42b1c5a1 100644 --- a/examples/with-memory-rest-api/package.json +++ b/examples/with-memory-rest-api/package.json @@ -4,10 +4,10 @@ "version": "1.0.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.1.2", - "@voltagent/server-hono": "^2.0.9" + "@voltagent/server-hono": "^2.0.10" }, "devDependencies": { "@types/node": "^24.2.1", diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index 187e50dbb..88ec9f0cf 100644 --- a/examples/with-middleware/package.json +++ b/examples/with-middleware/package.json @@ -4,10 +4,10 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-nestjs/package.json b/examples/with-nestjs/package.json index a92d3181b..20af8f200 100644 --- a/examples/with-nestjs/package.json +++ b/examples/with-nestjs/package.json @@ -6,9 +6,9 @@ "@nestjs/common": "^11.0.0", "@nestjs/core": "^11.0.0", "@nestjs/platform-express": "^11.0.0", - "@voltagent/core": "^2.7.0", - "@voltagent/server-core": "^2.1.13", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/core": "^2.7.1", + "@voltagent/server-core": "^2.1.14", + "@voltagent/server-hono": "^2.0.10", "hono": "^4.7.7", "reflect-metadata": "^0.2.0", "rxjs": "^7.8.1", diff --git a/examples/with-netlify-functions/package.json b/examples/with-netlify-functions/package.json index 78598d86b..dc8458153 100644 --- a/examples/with-netlify-functions/package.json +++ b/examples/with-netlify-functions/package.json @@ -3,8 +3,8 @@ "description": "VoltAgent example deployed as a Netlify Function", "version": "1.0.0", "dependencies": { - "@voltagent/core": "^2.7.0", - "@voltagent/serverless-hono": "^2.0.10", + "@voltagent/core": "^2.7.1", + "@voltagent/serverless-hono": "^2.0.11", "ai": "^6.0.0", "hono": "^4.7.7", "zod": "^3.25.76" diff --git a/examples/with-nextjs-resumable-stream/package.json b/examples/with-nextjs-resumable-stream/package.json index 90489eb7a..14bdc9498 100644 --- a/examples/with-nextjs-resumable-stream/package.json +++ b/examples/with-nextjs-resumable-stream/package.json @@ -17,11 +17,11 @@ "@radix-ui/react-use-controllable-state": "^1.2.2", "@tavily/core": "^0.6.3", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/internal": "^1.0.3", "@voltagent/libsql": "^2.1.2", "@voltagent/resumable-streams": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "@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 d40bbc0c5..a12c3efc7 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -6,10 +6,10 @@ "@libsql/client": "^0.15.0", "@tailwindcss/postcss": "^4.1.4", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 6acfa9d53..c832a7127 100644 --- a/examples/with-nuxt/package.json +++ b/examples/with-nuxt/package.json @@ -3,9 +3,9 @@ "dependencies": { "@nuxt/eslint": "^1.9.0", "@nuxt/ui": "^4.0.0", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "nuxt": "^4.1.2", "vue": "^3.5.22", diff --git a/examples/with-offline-evals/package.json b/examples/with-offline-evals/package.json index a17a55286..581199594 100644 --- a/examples/with-offline-evals/package.json +++ b/examples/with-offline-evals/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/evals": "^2.0.4", "@voltagent/scorers": "^2.1.0", "@voltagent/sdk": "^2.0.2", diff --git a/examples/with-ollama/package.json b/examples/with-ollama/package.json index be26c46e1..1e1401318 100644 --- a/examples/with-ollama/package.json +++ b/examples/with-ollama/package.json @@ -2,9 +2,9 @@ "name": "voltagent-example-with-ollama", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 406e0eb93..aa81c2e42 100644 --- a/examples/with-openrouter/package.json +++ b/examples/with-openrouter/package.json @@ -4,10 +4,10 @@ "dependencies": { "@openrouter/ai-sdk-provider": "^2.3.1", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0" }, "devDependencies": { diff --git a/examples/with-peaka-mcp/package.json b/examples/with-peaka-mcp/package.json index 45a9b8f0c..70ba2cdc7 100644 --- a/examples/with-peaka-mcp/package.json +++ b/examples/with-peaka-mcp/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-pinecone/package.json b/examples/with-pinecone/package.json index 7422a2aa5..9ee8a324a 100644 --- a/examples/with-pinecone/package.json +++ b/examples/with-pinecone/package.json @@ -4,10 +4,10 @@ "dependencies": { "@pinecone-database/pinecone": "^6.1.1", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 e368963ff..44c9c3bd9 100644 --- a/examples/with-planagents/package.json +++ b/examples/with-planagents/package.json @@ -5,10 +5,10 @@ "dependencies": { "@tavily/core": "^0.6.3", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 1736a22b9..71b8994dd 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -7,10 +7,10 @@ "@playwright/browser-webkit": "1.51.1", "@playwright/test": "^1.51.1", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 b93e5b242..7f26e2361 100644 --- a/examples/with-postgres/package.json +++ b/examples/with-postgres/package.json @@ -4,10 +4,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.1.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-qdrant/package.json b/examples/with-qdrant/package.json index ba94ece30..83f2c8bbc 100644 --- a/examples/with-qdrant/package.json +++ b/examples/with-qdrant/package.json @@ -4,10 +4,10 @@ "dependencies": { "@qdrant/js-client-rest": "^1.15.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 ac775c915..51c2ab27c 100644 --- a/examples/with-rag-chatbot/package.json +++ b/examples/with-rag-chatbot/package.json @@ -4,10 +4,10 @@ "version": "0.0.1", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 596b50daf..5084f3806 100644 --- a/examples/with-recipe-generator/package.json +++ b/examples/with-recipe-generator/package.json @@ -3,9 +3,9 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 ea01cad12..7a19e3ed9 100644 --- a/examples/with-research-assistant/package.json +++ b/examples/with-research-assistant/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "zod": "^3.25.76" }, "devDependencies": { diff --git a/examples/with-resumable-streams/package.json b/examples/with-resumable-streams/package.json index 9ef53acb5..829a1063c 100644 --- a/examples/with-resumable-streams/package.json +++ b/examples/with-resumable-streams/package.json @@ -4,10 +4,10 @@ "version": "1.0.0", "author": "", "dependencies": { - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", "@voltagent/resumable-streams": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0" }, "devDependencies": { diff --git a/examples/with-retries-fallback/package.json b/examples/with-retries-fallback/package.json index d28a8f79d..40bae3927 100644 --- a/examples/with-retries-fallback/package.json +++ b/examples/with-retries-fallback/package.json @@ -4,10 +4,10 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-retrieval/package.json b/examples/with-retrieval/package.json index 7446845f2..1bf322354 100644 --- a/examples/with-retrieval/package.json +++ b/examples/with-retrieval/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-slack/package.json b/examples/with-slack/package.json index bb2c67a5b..5f9a7a34c 100644 --- a/examples/with-slack/package.json +++ b/examples/with-slack/package.json @@ -3,11 +3,11 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-subagents/package.json b/examples/with-subagents/package.json index e830be230..72222e553 100644 --- a/examples/with-subagents/package.json +++ b/examples/with-subagents/package.json @@ -4,10 +4,10 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-summarization/package.json b/examples/with-summarization/package.json index fcdf93fef..0158289b9 100644 --- a/examples/with-summarization/package.json +++ b/examples/with-summarization/package.json @@ -4,10 +4,10 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-supabase/package.json b/examples/with-supabase/package.json index c6dfdbde0..b3f17066a 100644 --- a/examples/with-supabase/package.json +++ b/examples/with-supabase/package.json @@ -4,9 +4,9 @@ "dependencies": { "@supabase/supabase-js": "^2.49.4", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "@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 5c30ee677..c6027d9dc 100644 --- a/examples/with-tavily-search/package.json +++ b/examples/with-tavily-search/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 5cb6aa16d..1126c61b5 100644 --- a/examples/with-thinking-tool/package.json +++ b/examples/with-thinking-tool/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 768eeff70..c8939703e 100644 --- a/examples/with-tool-routing/package.json +++ b/examples/with-tool-routing/package.json @@ -4,9 +4,9 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-tools/package.json b/examples/with-tools/package.json index 784517524..226c03aad 100644 --- a/examples/with-tools/package.json +++ b/examples/with-tools/package.json @@ -4,10 +4,10 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-turso/package.json b/examples/with-turso/package.json index c0fbdb52d..288782959 100644 --- a/examples/with-turso/package.json +++ b/examples/with-turso/package.json @@ -4,10 +4,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 9e91ec3e8..f23779494 100644 --- a/examples/with-vector-search/package.json +++ b/examples/with-vector-search/package.json @@ -4,10 +4,10 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 a51fdfd96..b207c5f4b 100644 --- a/examples/with-vercel-ai/package.json +++ b/examples/with-vercel-ai/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-viteval/package.json b/examples/with-viteval/package.json index 84725bb4d..63690b9ee 100644 --- a/examples/with-viteval/package.json +++ b/examples/with-viteval/package.json @@ -3,10 +3,10 @@ "author": "VoltAgent", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 79cda7924..1ad11ba3e 100644 --- a/examples/with-voice-elevenlabs/package.json +++ b/examples/with-voice-elevenlabs/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "@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 b69fe83ff..8a2a07df8 100644 --- a/examples/with-voice-openai/package.json +++ b/examples/with-voice-openai/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "@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 8171a5296..4042eded3 100644 --- a/examples/with-voice-xsai/package.json +++ b/examples/with-voice-xsai/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "@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 ef5059bac..97e76ec79 100644 --- a/examples/with-voltagent-actions/package.json +++ b/examples/with-voltagent-actions/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "zod": "^3.25.76" }, "devDependencies": { diff --git a/examples/with-voltagent-exporter/package.json b/examples/with-voltagent-exporter/package.json index d0cbb6180..04aec441b 100644 --- a/examples/with-voltagent-exporter/package.json +++ b/examples/with-voltagent-exporter/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 f5a654e8c..0d209f2f7 100644 --- a/examples/with-voltagent-managed-memory/package.json +++ b/examples/with-voltagent-managed-memory/package.json @@ -3,9 +3,9 @@ "author": "", "dependencies": { "@ai-sdk/openai": "^3.0.0", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "@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 bb82fb39b..c27f403f8 100644 --- a/examples/with-voltops-resumable-streams/package.json +++ b/examples/with-voltops-resumable-streams/package.json @@ -4,10 +4,10 @@ "version": "1.0.0", "author": "", "dependencies": { - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/logger": "^2.0.2", "@voltagent/resumable-streams": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0" }, "devDependencies": { diff --git a/examples/with-voltops-retrieval/package.json b/examples/with-voltops-retrieval/package.json index 4adf594de..ac67e034c 100644 --- a/examples/with-voltops-retrieval/package.json +++ b/examples/with-voltops-retrieval/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-whatsapp/package.json b/examples/with-whatsapp/package.json index 83bfee7ca..c7ab74ff2 100644 --- a/examples/with-whatsapp/package.json +++ b/examples/with-whatsapp/package.json @@ -4,10 +4,10 @@ "dependencies": { "@supabase/supabase-js": "^2.49.4", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 8e9ffc322..f4ebe8981 100644 --- a/examples/with-workflow-chain/package.json +++ b/examples/with-workflow-chain/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-workflow/package.json b/examples/with-workflow/package.json index 97e931c90..ef4396622 100644 --- a/examples/with-workflow/package.json +++ b/examples/with-workflow/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 4552b14e2..190389b5a 100644 --- a/examples/with-working-memory/package.json +++ b/examples/with-working-memory/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-workspace/package.json b/examples/with-workspace/package.json index 8d656d88b..8682531fb 100644 --- a/examples/with-workspace/package.json +++ b/examples/with-workspace/package.json @@ -4,10 +4,10 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 b573be6ee..810dbbb2f 100644 --- a/examples/with-youtube-to-blog/package.json +++ b/examples/with-youtube-to-blog/package.json @@ -3,10 +3,10 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "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 77af1a87d..c259c478e 100644 --- a/examples/with-zapier-mcp/package.json +++ b/examples/with-zapier-mcp/package.json @@ -4,10 +4,10 @@ "version": "1.0.0", "author": "", "dependencies": { - "@voltagent/core": "~2.7.0", + "@voltagent/core": "~2.7.1", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", - "@voltagent/server-hono": "^2.0.9", + "@voltagent/server-hono": "^2.0.10", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a84b8f32e..4f065a503 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,56 @@ # @voltagent/core +## 2.7.1 + +### Patch Changes + +- [#1218](https://github.com/VoltAgent/voltagent/pull/1218) [`4860832`](https://github.com/VoltAgent/voltagent/commit/48608321ec9a67a6bb0cc93ec93681eab51de9d0) Thanks [@omeraplak](https://github.com/omeraplak)! - feat(agent): expose request headers to dynamic agent configuration + + Dynamic `instructions`, `model`, and `tools` functions now receive a `headers` map in + `DynamicValueOptions` when an agent is called through the built-in HTTP endpoints. This makes it + possible to configure tenant-aware models and request-scoped tools from headers such as + `authorization`, `x-tenant-id`, or `x-user-id` without manually copying them into + `options.context`. + + Header names are normalized to lowercase: + + ```ts + const agent = new Agent({ + name: "Tenant Agent", + instructions: "You are a tenant-aware assistant.", + model: ({ headers }) => { + return headers?.["x-tenant-id"] === "enterprise" ? "openai/gpt-4o" : "openai/gpt-4o-mini"; + }, + tools: ({ headers }) => { + return headers?.authorization ? [createTenantTool(headers.authorization)] : []; + }, + }); + ``` + + For direct in-process calls, pass `requestHeaders`: + + ```ts + await agent.generateText("Hello", { + requestHeaders: { + authorization: "Bearer token", + "x-tenant-id": "tenant-1", + }, + }); + ``` + + Fixes #1201 + +- [#1202](https://github.com/VoltAgent/voltagent/pull/1202) [`71c9f84`](https://github.com/VoltAgent/voltagent/commit/71c9f84a9f58b591c453900c7c0a4eda53a08196) Thanks [@KeWang0622](https://github.com/KeWang0622)! - fix(core): forward providerMetadata on tool-result and tool-error stream chunks + + Google Vertex thinking models attach `providerMetadata` (containing `thoughtSignature`) to + tool-output stream events. The `tool-result` → `tool-output-available` and `tool-error` → + `tool-output-error` conversions in `convertFullStreamChunkToUIMessageStream` were not forwarding + this field, causing the AI SDK's UI message stream schema validation to reject the chunk as + having unrecognized keys. This broke all tool calls when using `@ai-sdk/google-vertex` with + thinking models (e.g. `gemini-3-flash-preview`). + + Fixes #1195 + ## 2.7.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0f560ba15..4d99d0093 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@voltagent/core", "description": "VoltAgent Core - AI agent framework for JavaScript", - "version": "2.7.0", + "version": "2.7.1", "dependencies": { "@ai-sdk/amazon-bedrock": "^3.0.0", "@ai-sdk/anthropic": "^3.0.0", diff --git a/packages/e2e/package.json b/packages/e2e/package.json index a06540fa1..f1fa86440 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -2,7 +2,7 @@ "name": "@voltagent/e2e", "dependencies": { "@libsql/client": "^0.15.0", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/internal": "^1.0.3", "@voltagent/libsql": "^2.1.2", "@voltagent/postgres": "^2.1.2", diff --git a/packages/server-core/CHANGELOG.md b/packages/server-core/CHANGELOG.md index e78d66c0d..d7ab756fa 100644 --- a/packages/server-core/CHANGELOG.md +++ b/packages/server-core/CHANGELOG.md @@ -1,5 +1,48 @@ # @voltagent/server-core +## 2.1.14 + +### Patch Changes + +- [#1218](https://github.com/VoltAgent/voltagent/pull/1218) [`4860832`](https://github.com/VoltAgent/voltagent/commit/48608321ec9a67a6bb0cc93ec93681eab51de9d0) Thanks [@omeraplak](https://github.com/omeraplak)! - feat(agent): expose request headers to dynamic agent configuration + + Dynamic `instructions`, `model`, and `tools` functions now receive a `headers` map in + `DynamicValueOptions` when an agent is called through the built-in HTTP endpoints. This makes it + possible to configure tenant-aware models and request-scoped tools from headers such as + `authorization`, `x-tenant-id`, or `x-user-id` without manually copying them into + `options.context`. + + Header names are normalized to lowercase: + + ```ts + const agent = new Agent({ + name: "Tenant Agent", + instructions: "You are a tenant-aware assistant.", + model: ({ headers }) => { + return headers?.["x-tenant-id"] === "enterprise" ? "openai/gpt-4o" : "openai/gpt-4o-mini"; + }, + tools: ({ headers }) => { + return headers?.authorization ? [createTenantTool(headers.authorization)] : []; + }, + }); + ``` + + For direct in-process calls, pass `requestHeaders`: + + ```ts + await agent.generateText("Hello", { + requestHeaders: { + authorization: "Bearer token", + "x-tenant-id": "tenant-1", + }, + }); + ``` + + Fixes #1201 + +- Updated dependencies [[`4860832`](https://github.com/VoltAgent/voltagent/commit/48608321ec9a67a6bb0cc93ec93681eab51de9d0), [`71c9f84`](https://github.com/VoltAgent/voltagent/commit/71c9f84a9f58b591c453900c7c0a4eda53a08196)]: + - @voltagent/core@2.7.1 + ## 2.1.13 ### Patch Changes diff --git a/packages/server-core/package.json b/packages/server-core/package.json index 64ca99151..78236de68 100644 --- a/packages/server-core/package.json +++ b/packages/server-core/package.json @@ -1,10 +1,10 @@ { "name": "@voltagent/server-core", "description": "Framework-agnostic server core for VoltAgent", - "version": "2.1.13", + "version": "2.1.14", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", - "@voltagent/core": "^2.7.0", + "@voltagent/core": "^2.7.1", "@voltagent/internal": "^1.0.2", "ai": "^6.0.0", "jsonwebtoken": "^9.0.2", diff --git a/packages/server-elysia/CHANGELOG.md b/packages/server-elysia/CHANGELOG.md index 903207391..1b7849b3c 100644 --- a/packages/server-elysia/CHANGELOG.md +++ b/packages/server-elysia/CHANGELOG.md @@ -1,5 +1,49 @@ # @voltagent/server-elysia +## 2.0.8 + +### Patch Changes + +- [#1218](https://github.com/VoltAgent/voltagent/pull/1218) [`4860832`](https://github.com/VoltAgent/voltagent/commit/48608321ec9a67a6bb0cc93ec93681eab51de9d0) Thanks [@omeraplak](https://github.com/omeraplak)! - feat(agent): expose request headers to dynamic agent configuration + + Dynamic `instructions`, `model`, and `tools` functions now receive a `headers` map in + `DynamicValueOptions` when an agent is called through the built-in HTTP endpoints. This makes it + possible to configure tenant-aware models and request-scoped tools from headers such as + `authorization`, `x-tenant-id`, or `x-user-id` without manually copying them into + `options.context`. + + Header names are normalized to lowercase: + + ```ts + const agent = new Agent({ + name: "Tenant Agent", + instructions: "You are a tenant-aware assistant.", + model: ({ headers }) => { + return headers?.["x-tenant-id"] === "enterprise" ? "openai/gpt-4o" : "openai/gpt-4o-mini"; + }, + tools: ({ headers }) => { + return headers?.authorization ? [createTenantTool(headers.authorization)] : []; + }, + }); + ``` + + For direct in-process calls, pass `requestHeaders`: + + ```ts + await agent.generateText("Hello", { + requestHeaders: { + authorization: "Bearer token", + "x-tenant-id": "tenant-1", + }, + }); + ``` + + Fixes #1201 + +- Updated dependencies [[`4860832`](https://github.com/VoltAgent/voltagent/commit/48608321ec9a67a6bb0cc93ec93681eab51de9d0), [`71c9f84`](https://github.com/VoltAgent/voltagent/commit/71c9f84a9f58b591c453900c7c0a4eda53a08196)]: + - @voltagent/core@2.7.1 + - @voltagent/server-core@2.1.14 + ## 2.0.7 ### Patch Changes diff --git a/packages/server-elysia/package.json b/packages/server-elysia/package.json index 44a19b3ff..55c21e3ff 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.7", + "version": "2.0.8", "dependencies": { "@elysiajs/cors": "^1.2.2", "@elysiajs/swagger": "^1.2.4", "@sinclair/typebox": "^0.34.45", "@voltagent/a2a-server": "^2.0.3", - "@voltagent/core": "^2.4.4", + "@voltagent/core": "^2.7.1", "@voltagent/internal": "^1.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/resumable-streams": "^2.0.1", - "@voltagent/server-core": "^2.1.13", + "@voltagent/server-core": "^2.1.14", "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 c37f5141a..30936514c 100644 --- a/packages/server-hono/CHANGELOG.md +++ b/packages/server-hono/CHANGELOG.md @@ -1,5 +1,49 @@ # @voltagent/server-hono +## 2.0.10 + +### Patch Changes + +- [#1218](https://github.com/VoltAgent/voltagent/pull/1218) [`4860832`](https://github.com/VoltAgent/voltagent/commit/48608321ec9a67a6bb0cc93ec93681eab51de9d0) Thanks [@omeraplak](https://github.com/omeraplak)! - feat(agent): expose request headers to dynamic agent configuration + + Dynamic `instructions`, `model`, and `tools` functions now receive a `headers` map in + `DynamicValueOptions` when an agent is called through the built-in HTTP endpoints. This makes it + possible to configure tenant-aware models and request-scoped tools from headers such as + `authorization`, `x-tenant-id`, or `x-user-id` without manually copying them into + `options.context`. + + Header names are normalized to lowercase: + + ```ts + const agent = new Agent({ + name: "Tenant Agent", + instructions: "You are a tenant-aware assistant.", + model: ({ headers }) => { + return headers?.["x-tenant-id"] === "enterprise" ? "openai/gpt-4o" : "openai/gpt-4o-mini"; + }, + tools: ({ headers }) => { + return headers?.authorization ? [createTenantTool(headers.authorization)] : []; + }, + }); + ``` + + For direct in-process calls, pass `requestHeaders`: + + ```ts + await agent.generateText("Hello", { + requestHeaders: { + authorization: "Bearer token", + "x-tenant-id": "tenant-1", + }, + }); + ``` + + Fixes #1201 + +- Updated dependencies [[`4860832`](https://github.com/VoltAgent/voltagent/commit/48608321ec9a67a6bb0cc93ec93681eab51de9d0), [`71c9f84`](https://github.com/VoltAgent/voltagent/commit/71c9f84a9f58b591c453900c7c0a4eda53a08196)]: + - @voltagent/core@2.7.1 + - @voltagent/server-core@2.1.14 + ## 2.0.9 ### Patch Changes diff --git a/packages/server-hono/package.json b/packages/server-hono/package.json index 348646a22..0a592ae38 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.9", + "version": "2.0.10", "dependencies": { "@hono/node-server": "^1.14.0", "@hono/swagger-ui": "^0.5.1", "@voltagent/a2a-server": "^2.0.3", - "@voltagent/core": "^2.4.4", + "@voltagent/core": "^2.7.1", "@voltagent/internal": "^1.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/resumable-streams": "^2.0.1", - "@voltagent/server-core": "^2.1.13", + "@voltagent/server-core": "^2.1.14", "fetch-to-node": "^2.1.0", "hono": "^4.7.7", "openapi3-ts": "^4.5.0" diff --git a/packages/serverless-hono/CHANGELOG.md b/packages/serverless-hono/CHANGELOG.md index f912c1836..6e2725cba 100644 --- a/packages/serverless-hono/CHANGELOG.md +++ b/packages/serverless-hono/CHANGELOG.md @@ -1,5 +1,50 @@ # @voltagent/serverless-hono +## 2.0.11 + +### Patch Changes + +- [#1218](https://github.com/VoltAgent/voltagent/pull/1218) [`4860832`](https://github.com/VoltAgent/voltagent/commit/48608321ec9a67a6bb0cc93ec93681eab51de9d0) Thanks [@omeraplak](https://github.com/omeraplak)! - feat(agent): expose request headers to dynamic agent configuration + + Dynamic `instructions`, `model`, and `tools` functions now receive a `headers` map in + `DynamicValueOptions` when an agent is called through the built-in HTTP endpoints. This makes it + possible to configure tenant-aware models and request-scoped tools from headers such as + `authorization`, `x-tenant-id`, or `x-user-id` without manually copying them into + `options.context`. + + Header names are normalized to lowercase: + + ```ts + const agent = new Agent({ + name: "Tenant Agent", + instructions: "You are a tenant-aware assistant.", + model: ({ headers }) => { + return headers?.["x-tenant-id"] === "enterprise" ? "openai/gpt-4o" : "openai/gpt-4o-mini"; + }, + tools: ({ headers }) => { + return headers?.authorization ? [createTenantTool(headers.authorization)] : []; + }, + }); + ``` + + For direct in-process calls, pass `requestHeaders`: + + ```ts + await agent.generateText("Hello", { + requestHeaders: { + authorization: "Bearer token", + "x-tenant-id": "tenant-1", + }, + }); + ``` + + Fixes #1201 + +- [#1214](https://github.com/VoltAgent/voltagent/pull/1214) [`fbbdc9e`](https://github.com/VoltAgent/voltagent/commit/fbbdc9eca53201d2b8657a6080b17473d336fe5c) Thanks [@octo-patch](https://github.com/octo-patch)! - fix(serverless-hono): withWaitUntil must not destroy global state when context has no waitUntil + +- Updated dependencies [[`4860832`](https://github.com/VoltAgent/voltagent/commit/48608321ec9a67a6bb0cc93ec93681eab51de9d0)]: + - @voltagent/server-core@2.1.14 + ## 2.0.10 ### Patch Changes diff --git a/packages/serverless-hono/package.json b/packages/serverless-hono/package.json index 0e48a3112..036f6c487 100644 --- a/packages/serverless-hono/package.json +++ b/packages/serverless-hono/package.json @@ -1,11 +1,11 @@ { "name": "@voltagent/serverless-hono", "description": "Serverless (fetch-based) runtime provider for VoltAgent using Hono", - "version": "2.0.10", + "version": "2.0.11", "dependencies": { "@voltagent/internal": "^1.0.2", "@voltagent/resumable-streams": "^2.0.1", - "@voltagent/server-core": "^2.1.12", + "@voltagent/server-core": "^2.1.14", "hono": "^4.7.7" }, "devDependencies": {}, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 40c1ec802..a8a4f5c4a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -117,7 +117,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -126,7 +126,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -154,7 +154,7 @@ importers: specifier: ^21.0.0 version: 21.1.1 '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -163,7 +163,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -191,16 +191,16 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono '@voltagent/serverless-hono': - specifier: ^2.0.10 + specifier: ^2.0.11 version: link:../../packages/serverless-hono dotenv: specifier: ^16.4.5 @@ -267,13 +267,13 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 version: link:../../packages/libsql '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono '@xyflow/react': specifier: ^12.9.2 @@ -388,7 +388,7 @@ importers: specifier: ^2.0.3 version: link:../../packages/a2a-server '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.3 @@ -397,7 +397,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -477,7 +477,7 @@ importers: examples/with-agent-tool: dependencies: '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core ai: specifier: ^6.0.0 @@ -502,7 +502,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.3 @@ -514,7 +514,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/sdk '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -539,7 +539,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -548,7 +548,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -573,7 +573,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -582,7 +582,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -716,7 +716,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -725,7 +725,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -756,10 +756,10 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -793,7 +793,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core ai: specifier: ^6.0.0 @@ -842,7 +842,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -851,7 +851,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -882,10 +882,10 @@ importers: specifier: ^0.15.0 version: 0.15.10 '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono '@voltagent/vercel-ai': specifier: ^1.0.0 @@ -928,10 +928,10 @@ importers: examples/with-cloudflare-workers: dependencies: '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/serverless-hono': - specifier: ^2.0.10 + specifier: ^2.0.11 version: link:../../packages/serverless-hono ai: specifier: ^6.0.0 @@ -962,7 +962,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -971,7 +971,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1058,7 +1058,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1067,7 +1067,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1092,7 +1092,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1101,7 +1101,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1126,7 +1126,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1135,7 +1135,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1160,13 +1160,13 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1188,7 +1188,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1197,7 +1197,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1271,7 +1271,7 @@ importers: specifier: ^0.1.21 version: link:../../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1280,7 +1280,7 @@ importers: specifier: ^2.0.2 version: link:../../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../../packages/server-hono composio-core: specifier: ^0.5.33 @@ -1311,7 +1311,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1320,7 +1320,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1345,7 +1345,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1354,7 +1354,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1379,13 +1379,13 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1407,7 +1407,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1416,7 +1416,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1441,7 +1441,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1450,7 +1450,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1549,7 +1549,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/langfuse-exporter': specifier: ^2.0.3 @@ -1561,7 +1561,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1611,7 +1611,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1620,7 +1620,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1645,7 +1645,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1654,7 +1654,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/mcp-server '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1676,7 +1676,7 @@ importers: examples/with-mcp-server: dependencies: '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1685,7 +1685,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/mcp-server '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1710,7 +1710,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1719,7 +1719,7 @@ importers: specifier: ^2.1.2 version: link:../../packages/postgres '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono devDependencies: '@types/node': @@ -1741,7 +1741,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1750,7 +1750,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1781,13 +1781,13 @@ importers: specifier: ^11.0.0 version: 11.1.7(@nestjs/common@11.1.7)(@nestjs/core@11.1.7) '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/server-core': - specifier: ^2.1.13 + specifier: ^2.1.14 version: link:../../packages/server-core '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono hono: specifier: ^4.7.7 @@ -1827,10 +1827,10 @@ importers: examples/with-netlify-functions: dependencies: '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/serverless-hono': - specifier: ^2.0.10 + specifier: ^2.0.11 version: link:../../packages/serverless-hono ai: specifier: ^6.0.0 @@ -1867,7 +1867,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1876,7 +1876,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -1973,7 +1973,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.3 @@ -1985,7 +1985,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/resumable-streams '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono '@xyflow/react': specifier: ^12.9.2 @@ -2091,20 +2091,20 @@ importers: specifier: ^4.0.0 version: 4.0.1(embla-carousel@8.6.0)(typescript@5.9.3)(vite@7.2.7)(vue-router@4.5.1)(vue@3.5.22)(zod@3.25.76) '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 version: link:../../packages/libsql '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 version: 6.0.3(zod@3.25.76) nuxt: specifier: ^4.1.2 - version: 4.1.3(@biomejs/biome@1.9.4)(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@24.2.1)(@vue/compiler-sfc@3.5.22)(eslint@9.33.0)(typescript@5.9.3)(vite@7.2.7) + version: 4.1.3(@biomejs/biome@1.9.4)(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@types/node@24.2.1)(@vue/compiler-sfc@3.5.22)(eslint@9.33.0)(typescript@5.9.3)(vite@7.2.7) vue: specifier: ^3.5.22 version: 3.5.22(typescript@5.9.3) @@ -2125,7 +2125,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/evals': specifier: ^2.0.4 @@ -2159,13 +2159,13 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2196,7 +2196,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2205,7 +2205,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2227,7 +2227,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2236,7 +2236,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2264,7 +2264,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2273,7 +2273,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2304,7 +2304,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2313,7 +2313,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2350,7 +2350,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2359,7 +2359,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2396,7 +2396,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2405,7 +2405,7 @@ importers: specifier: ^2.1.2 version: link:../../packages/postgres '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2433,7 +2433,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2442,7 +2442,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2470,7 +2470,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2479,7 +2479,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2504,13 +2504,13 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2535,7 +2535,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2544,7 +2544,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono zod: specifier: ^3.25.76 @@ -2563,7 +2563,7 @@ importers: examples/with-resumable-streams: dependencies: '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2572,7 +2572,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/resumable-streams '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2597,7 +2597,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2606,7 +2606,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2631,7 +2631,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2640,7 +2640,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2665,7 +2665,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2677,7 +2677,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/sdk '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2705,7 +2705,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2714,7 +2714,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2742,7 +2742,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2751,7 +2751,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2779,13 +2779,13 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono '@voltagent/supabase': specifier: ^2.1.3 @@ -2813,7 +2813,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2822,7 +2822,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2847,7 +2847,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2856,7 +2856,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2884,13 +2884,13 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2918,7 +2918,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2927,7 +2927,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2952,7 +2952,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2961,7 +2961,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -2989,7 +2989,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2998,7 +2998,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3023,7 +3023,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3032,7 +3032,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3057,7 +3057,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3066,7 +3066,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3109,7 +3109,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3118,7 +3118,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono '@voltagent/voice': specifier: ^2.1.0 @@ -3146,7 +3146,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3155,7 +3155,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono '@voltagent/voice': specifier: ^2.1.0 @@ -3189,7 +3189,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3198,7 +3198,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono '@voltagent/voice': specifier: ^2.1.0 @@ -3232,7 +3232,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3241,7 +3241,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/sdk '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono zod: specifier: ^3.25.76 @@ -3263,7 +3263,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3272,7 +3272,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3297,13 +3297,13 @@ importers: specifier: ^3.0.0 version: 3.0.1(zod@3.25.76) '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono '@voltagent/voltagent-memory': specifier: ^1.0.4 @@ -3328,7 +3328,7 @@ importers: examples/with-voltops-resumable-streams: dependencies: '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3337,7 +3337,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/resumable-streams '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3359,7 +3359,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3368,7 +3368,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3396,7 +3396,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3405,7 +3405,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3433,7 +3433,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3442,7 +3442,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3467,7 +3467,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3476,7 +3476,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3501,7 +3501,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3510,7 +3510,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3538,7 +3538,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3547,7 +3547,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3572,7 +3572,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3581,7 +3581,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -3603,7 +3603,7 @@ importers: examples/with-zapier-mcp: dependencies: '@voltagent/core': - specifier: ~2.7.0 + specifier: ~2.7.1 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3612,7 +3612,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/logger '@voltagent/server-hono': - specifier: ^2.0.9 + specifier: ^2.0.10 version: link:../../packages/server-hono ai: specifier: ^6.0.0 @@ -4054,7 +4054,7 @@ importers: specifier: ^0.15.0 version: 0.15.10 '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../core '@voltagent/internal': specifier: ^1.0.3 @@ -4315,7 +4315,7 @@ importers: specifier: ^1.12.1 version: 1.17.2 '@voltagent/core': - specifier: ^2.7.0 + specifier: ^2.7.1 version: link:../core '@voltagent/internal': specifier: ^1.0.2 @@ -4361,7 +4361,7 @@ importers: specifier: ^2.0.3 version: link:../a2a-server '@voltagent/core': - specifier: ^2.4.4 + specifier: ^2.7.1 version: link:../core '@voltagent/internal': specifier: ^1.0.2 @@ -4373,7 +4373,7 @@ importers: specifier: ^2.0.1 version: link:../resumable-streams '@voltagent/server-core': - specifier: ^2.1.13 + specifier: ^2.1.14 version: link:../server-core elysia: specifier: ^1.1.29 @@ -4401,7 +4401,7 @@ importers: specifier: ^2.0.3 version: link:../a2a-server '@voltagent/core': - specifier: ^2.4.4 + specifier: ^2.7.1 version: link:../core '@voltagent/internal': specifier: ^1.0.2 @@ -4413,7 +4413,7 @@ importers: specifier: ^2.0.1 version: link:../resumable-streams '@voltagent/server-core': - specifier: ^2.1.13 + specifier: ^2.1.14 version: link:../server-core fetch-to-node: specifier: ^2.1.0 @@ -4444,7 +4444,7 @@ importers: specifier: ^2.0.1 version: link:../resumable-streams '@voltagent/server-core': - specifier: ^2.1.12 + specifier: ^2.1.14 version: link:../server-core hono: specifier: ^4.7.7 @@ -9189,22 +9189,12 @@ packages: tslib: 2.8.1 dev: true - /@emnapi/core@1.9.1: - resolution: {integrity: sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==} - requiresBuild: true - 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: @@ -9213,19 +9203,11 @@ packages: tslib: 2.8.1 dev: true - /@emnapi/runtime@1.9.1: - resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==} - requiresBuild: true - dependencies: - 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: @@ -9234,20 +9216,11 @@ packages: tslib: 2.8.1 dev: true - /@emnapi/wasi-threads@1.2.0: - resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==} - 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: @@ -10763,7 +10736,7 @@ packages: cpu: [wasm32] requiresBuild: true dependencies: - '@emnapi/runtime': 1.9.1 + '@emnapi/runtime': 1.9.2 optional: true /@img/sharp-wasm32@0.34.4: @@ -10772,7 +10745,7 @@ packages: cpu: [wasm32] requiresBuild: true dependencies: - '@emnapi/runtime': 1.9.1 + '@emnapi/runtime': 1.9.2 optional: true /@img/sharp-win32-arm64@0.34.4: @@ -12336,8 +12309,8 @@ packages: resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} requiresBuild: true dependencies: - '@emnapi/core': 1.9.1 - '@emnapi/runtime': 1.9.1 + '@emnapi/core': 1.9.2 + '@emnapi/runtime': 1.9.2 '@tybys/wasm-util': 0.10.1 dev: false optional: true @@ -12350,21 +12323,21 @@ packages: '@tybys/wasm-util': 0.9.0 dev: true - /@napi-rs/wasm-runtime@1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1): - resolution: {integrity: sha512-sNXv5oLJ7ob93xkZ1XnxisYhGYXfaG9f65/ZgYuAu3qt7b3NadcOEhLvx28hv31PgX8SZJRYrAIPQilQmFpLVw==} + /@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.1 - '@emnapi/runtime': 1.9.1 + '@emnapi/core': 1.9.2 + '@emnapi/runtime': 1.9.2 '@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==} + /@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2): + resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==} requiresBuild: true peerDependencies: '@emnapi/core': ^1.7.1 @@ -15104,13 +15077,13 @@ packages: dev: false optional: true - /@oxc-minify/binding-wasm32-wasi@0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1): + /@oxc-minify/binding-wasm32-wasi@0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2): resolution: {integrity: sha512-0bOaEuh7QX8MfqyrRjNPOWhcsYl0IGoHX1nPtFIFGm0f/AJsJ+3wbyI9WvkAOXZmRgI9DMKGbDJdU6J59JxA7w==} engines: {node: '>=14.0.0'} cpu: [wasm32] requiresBuild: true dependencies: - '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@napi-rs/wasm-runtime': 1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) transitivePeerDependencies: - '@emnapi/core' - '@emnapi/runtime' @@ -15243,13 +15216,13 @@ packages: dev: false optional: true - /@oxc-parser/binding-wasm32-wasi@0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1): + /@oxc-parser/binding-wasm32-wasi@0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2): resolution: {integrity: sha512-VoCtQZIsRZN8mszbdizh+5MwzbgbMxsPgT2hOzzILQLNY2o2OXG3xSiFNFakVhbWc9qSTaZ/MRDsqR+IM3fLFw==} engines: {node: '>=14.0.0'} cpu: [wasm32] requiresBuild: true dependencies: - '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@napi-rs/wasm-runtime': 1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) transitivePeerDependencies: - '@emnapi/core' - '@emnapi/runtime' @@ -15274,8 +15247,8 @@ packages: dev: false optional: true - /@oxc-project/types@0.124.0: - resolution: {integrity: sha512-VBFWMTBvHxS11Z5Lvlr3IWgrwhMTXV+Md+EQF0Xf60+wAdsGFTBx7X7K/hP4pi8N7dcm1RvcHwDxZ16Qx8keUg==} + /@oxc-project/types@0.126.0: + resolution: {integrity: sha512-oGfVtjAgwQVVpfBrbtk4e1XDyWHRFta6BS3GWVzrF8xYBT2VGQAk39yJS/wFSMrZqoiCU4oghT3Ch0HaHGIHcQ==} dev: true /@oxc-project/types@0.94.0: @@ -15390,13 +15363,13 @@ packages: dev: false optional: true - /@oxc-transform/binding-wasm32-wasi@0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1): + /@oxc-transform/binding-wasm32-wasi@0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2): resolution: {integrity: sha512-rn3c2wGT3ha6j0VLykYOkXU5YyQYIeGXRsDPP7xyiZHVTVssoM0X1BuheFlgxmC1POXMT+dAAcVOFG5MdW1bnQ==} engines: {node: '>=14.0.0'} cpu: [wasm32] requiresBuild: true dependencies: - '@napi-rs/wasm-runtime': 1.1.2(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@napi-rs/wasm-runtime': 1.1.3(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) transitivePeerDependencies: - '@emnapi/core' - '@emnapi/runtime' @@ -17487,8 +17460,8 @@ packages: /@repeaterjs/repeater@3.0.6: resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==} - /@rolldown/binding-android-arm64@1.0.0-rc.15: - resolution: {integrity: sha512-YYe6aWruPZDtHNpwu7+qAHEMbQ/yRl6atqb/AhznLTnD3UY99Q1jE7ihLSahNWkF4EqRPVC4SiR4O0UkLK02tA==} + /@rolldown/binding-android-arm64@1.0.0-rc.16: + resolution: {integrity: sha512-rhY3k7Bsae9qQfOtph2Pm2jZEA+s8Gmjoz4hhmx70K9iMQ/ddeae+xhRQcM5IuVx5ry1+bGfkvMn7D6MJggVSA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] @@ -17496,8 +17469,8 @@ packages: dev: true optional: true - /@rolldown/binding-darwin-arm64@1.0.0-rc.15: - resolution: {integrity: sha512-oArR/ig8wNTPYsXL+Mzhs0oxhxfuHRfG7Ikw7jXsw8mYOtk71W0OkF2VEVh699pdmzjPQsTjlD1JIOoHkLP1Fg==} + /@rolldown/binding-darwin-arm64@1.0.0-rc.16: + resolution: {integrity: sha512-rNz0yK078yrNn3DrdgN+PKiMOW8HfQ92jQiXxwX8yW899ayV00MLVdaCNeVBhG/TbH3ouYVObo8/yrkiectkcQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] @@ -17505,8 +17478,8 @@ packages: dev: true optional: true - /@rolldown/binding-darwin-x64@1.0.0-rc.15: - resolution: {integrity: sha512-YzeVqOqjPYvUbJSWJ4EDL8ahbmsIXQpgL3JVipmN+MX0XnXMeWomLN3Fb+nwCmP/jfyqte5I3XRSm7OfQrbyxw==} + /@rolldown/binding-darwin-x64@1.0.0-rc.16: + resolution: {integrity: sha512-r/OmdR00HmD4i79Z//xO06uEPOq5hRXdhw7nzkxQxwSavs3PSHa1ijntdpOiZ2mzOQ3fVVu8C1M19FoNM+dMUQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] @@ -17514,8 +17487,8 @@ packages: dev: true optional: true - /@rolldown/binding-freebsd-x64@1.0.0-rc.15: - resolution: {integrity: sha512-9Erhx956jeQ0nNTyif1+QWAXDRD38ZNjr//bSHrt6wDwB+QkAfl2q6Mn1k6OBPerznjRmbM10lgRb1Pli4xZPw==} + /@rolldown/binding-freebsd-x64@1.0.0-rc.16: + resolution: {integrity: sha512-KcRE5w8h0OnjUatG8pldyD14/CQ5Phs1oxfR+3pKDjboHRo9+MkqQaiIZlZRpsxC15paeXme/I127tUa9TXJ6g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] @@ -17523,8 +17496,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.15: - resolution: {integrity: sha512-cVwk0w8QbZJGTnP/AHQBs5yNwmpgGYStL88t4UIaqcvYJWBfS0s3oqVLZPwsPU6M0zlW4GqjP0Zq5MnAGwFeGA==} + /@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.16: + resolution: {integrity: sha512-bT0guA1bpxEJ/ZhTRniQf7rNF8ybvXOuWbNIeLABaV5NGjx4EtOWBTSRGWFU9ZWVkPOZ+HNFP8RMcBokBiZ0Kg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] @@ -17532,8 +17505,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm64-gnu@1.0.0-rc.15: - resolution: {integrity: sha512-eBZ/u8iAK9SoHGanqe/jrPnY0JvBN6iXbVOsbO38mbz+ZJsaobExAm1Iu+rxa4S1l2FjG0qEZn4Rc6X8n+9M+w==} + /@rolldown/binding-linux-arm64-gnu@1.0.0-rc.16: + resolution: {integrity: sha512-+tHktCHWV8BDQSjemUqm/Jl/TPk3QObCTIjmdDy/nlupcujZghmKK2962LYrqFpWu+ai01AN/REOH3NEpqvYQg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -17541,8 +17514,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm64-musl@1.0.0-rc.15: - resolution: {integrity: sha512-ZvRYMGrAklV9PEkgt4LQM6MjQX2P58HPAuecwYObY2DhS2t35R0I810bKi0wmaYORt6m/2Sm+Z+nFgb0WhXNcQ==} + /@rolldown/binding-linux-arm64-musl@1.0.0-rc.16: + resolution: {integrity: sha512-3fPzdREH806oRLxpTWW1Gt4tQHs0TitZFOECB2xzCFLPKnSOy90gwA7P29cksYilFO6XVRY1kzga0cL2nRjKPg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -17550,8 +17523,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.15: - resolution: {integrity: sha512-VDpgGBzgfg5hLg+uBpCLoFG5kVvEyafmfxGUV0UHLcL5irxAK7PKNeC2MwClgk6ZAiNhmo9FLhRYgvMmedLtnQ==} + /@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.16: + resolution: {integrity: sha512-EKwI1tSrLs7YVw+JPJT/G2dJQ1jl9qlTTTEG0V2Ok/RdOenRfBw2PQdLPyjhIu58ocdBfP7vIRN/pvMsPxs/AQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] @@ -17559,8 +17532,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-s390x-gnu@1.0.0-rc.15: - resolution: {integrity: sha512-y1uXY3qQWCzcPgRJATPSOUP4tCemh4uBdY7e3EZbVwCJTY3gLJWnQABgeUetvED+bt1FQ01OeZwvhLS2bpNrAQ==} + /@rolldown/binding-linux-s390x-gnu@1.0.0-rc.16: + resolution: {integrity: sha512-Uknladnb3Sxqu6SEcqBldQyJUpk8NleooZEc0MbRBJ4inEhRYWZX0NJu12vNf2mqAq7gsofAxHrGghiUYjhaLQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] @@ -17568,8 +17541,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-x64-gnu@1.0.0-rc.15: - resolution: {integrity: sha512-023bTPBod7J3Y/4fzAN6QtpkSABR0rigtrwaP+qSEabUh5zf6ELr9Nc7GujaROuPY3uwdSIXWrvhn1KxOvurWA==} + /@rolldown/binding-linux-x64-gnu@1.0.0-rc.16: + resolution: {integrity: sha512-FIb8+uG49sZBtLTn+zt1AJ20TqVcqWeSIyoVt0or7uAWesgKaHbiBh6OpA/k9v0LTt+PTrb1Lao133kP4uVxkg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -17577,8 +17550,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-x64-musl@1.0.0-rc.15: - resolution: {integrity: sha512-witB2O0/hU4CgfOOKUoeFgQ4GktPi1eEbAhaLAIpgD6+ZnhcPkUtPsoKKHRzmOoWPZue46IThdSgdo4XneOLYw==} + /@rolldown/binding-linux-x64-musl@1.0.0-rc.16: + resolution: {integrity: sha512-RuERhF9/EgWxZEXYWCOaViUWHIboceK4/ivdtQ3R0T44NjLkIIlGIAVAuCddFxsZ7vnRHtNQUrt2vR2n2slB2w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -17586,8 +17559,8 @@ packages: dev: true optional: true - /@rolldown/binding-openharmony-arm64@1.0.0-rc.15: - resolution: {integrity: sha512-UCL68NJ0Ud5zRipXZE9dF5PmirzJE4E4BCIOOssEnM7wLDsxjc6Qb0sGDxTNRTP53I6MZpygyCpY8Aa8sPfKPg==} + /@rolldown/binding-openharmony-arm64@1.0.0-rc.16: + resolution: {integrity: sha512-mXcXnvd9GpazCxeUCCnZ2+YF7nut+ZOEbE4GtaiPtyY6AkhZWbK70y1KK3j+RDhjVq5+U8FySkKRb/+w0EeUwA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] @@ -17595,20 +17568,20 @@ packages: dev: true optional: true - /@rolldown/binding-wasm32-wasi@1.0.0-rc.15: - resolution: {integrity: sha512-ApLruZq/ig+nhaE7OJm4lDjayUnOHVUa77zGeqnqZ9pn0ovdVbbNPerVibLXDmWeUZXjIYIT8V3xkT58Rm9u5Q==} - engines: {node: '>=14.0.0'} + /@rolldown/binding-wasm32-wasi@1.0.0-rc.16: + resolution: {integrity: sha512-3Q2KQxnC8IJOLqXmUMoYwyIPZU9hzRbnHaoV3Euz+VVnjZKcY8ktnNP8T9R4/GGQtb27C/UYKABxesKWb8lsvQ==} + engines: {node: ^20.19.0 || >=22.12.0} cpu: [wasm32] requiresBuild: true dependencies: '@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) + '@napi-rs/wasm-runtime': 1.1.4(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) dev: true optional: true - /@rolldown/binding-win32-arm64-msvc@1.0.0-rc.15: - resolution: {integrity: sha512-KmoUoU7HnN+Si5YWJigfTws1jz1bKBYDQKdbLspz0UaqjjFkddHsqorgiW1mxcAj88lYUE6NC/zJNwT+SloqtA==} + /@rolldown/binding-win32-arm64-msvc@1.0.0-rc.16: + resolution: {integrity: sha512-tj7XRemQcOcFwv7qhpUxMTBbI5mWMlE4c1Omhg5+h8GuLXzyj8HviYgR+bB2DMDgRqUE+jiDleqSCRjx4aYk/Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] @@ -17616,8 +17589,8 @@ packages: dev: true optional: true - /@rolldown/binding-win32-x64-msvc@1.0.0-rc.15: - resolution: {integrity: sha512-3P2A8L+x75qavWLe/Dll3EYBJLQmtkJN8rfh+U/eR3MqMgL/h98PhYI+JFfXuDPgPeCB7iZAKiqii5vqOvnA0g==} + /@rolldown/binding-win32-x64-msvc@1.0.0-rc.16: + resolution: {integrity: sha512-PH5DRZT+F4f2PTXRXR8uJxnBq2po/xFtddyabTJVJs/ZYVHqXPEgNIr35IHTEa6bpa0Q8Awg+ymkTaGnKITw4g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -17633,8 +17606,8 @@ packages: resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==} dev: true - /@rolldown/pluginutils@1.0.0-rc.15: - resolution: {integrity: sha512-UromN0peaE53IaBRe9W7CjrZgXl90fqGpK+mIZbA3qSTeYqg3pqpROBdIPvOG3F5ereDHNwoHBI2e50n1BDr1g==} + /@rolldown/pluginutils@1.0.0-rc.16: + resolution: {integrity: sha512-45+YtqxLYKDWQouLKCrpIZhke+nXxhsw+qAHVzHDVwttyBlHNBVs2K25rDXrZzhpTp9w1FlAlvweV1H++fdZoA==} dev: true /@rolldown/pluginutils@1.0.0-rc.9: @@ -34052,7 +34025,7 @@ packages: dependencies: boolbase: 1.0.0 - /nuxt@4.1.3(@biomejs/biome@1.9.4)(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1)(@types/node@24.2.1)(@vue/compiler-sfc@3.5.22)(eslint@9.33.0)(typescript@5.9.3)(vite@7.2.7): + /nuxt@4.1.3(@biomejs/biome@1.9.4)(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)(@types/node@24.2.1)(@vue/compiler-sfc@3.5.22)(eslint@9.33.0)(typescript@5.9.3)(vite@7.2.7): resolution: {integrity: sha512-FPl+4HNIOTRYWQXtsZe5KJAr/eddFesuXABvcSTnFLYckIfnxcistwmbtPlkJhkW6vr/Jdhef5QqqYYkBsowGg==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true @@ -34104,9 +34077,9 @@ packages: ofetch: 1.4.1 ohash: 2.0.11 on-change: 6.0.0 - oxc-minify: 0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) - oxc-parser: 0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) - oxc-transform: 0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + oxc-minify: 0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) + oxc-parser: 0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) + oxc-transform: 0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) oxc-walker: 0.5.2(oxc-parser@0.94.0) pathe: 2.0.3 perfect-debounce: 2.0.0 @@ -34754,7 +34727,7 @@ packages: resolution: {integrity: sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==} dev: true - /oxc-minify@0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1): + /oxc-minify@0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2): resolution: {integrity: sha512-7+9iyxwpzfjuiEnSqNJYzTsC1Oud742PPkr/4S1bGY930U4tApdLEK8zmgbT57c1/56cfNOndqZaeQZiAfnJ5A==} engines: {node: ^20.19.0 || >=22.12.0} optionalDependencies: @@ -34770,7 +34743,7 @@ packages: '@oxc-minify/binding-linux-s390x-gnu': 0.94.0 '@oxc-minify/binding-linux-x64-gnu': 0.94.0 '@oxc-minify/binding-linux-x64-musl': 0.94.0 - '@oxc-minify/binding-wasm32-wasi': 0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@oxc-minify/binding-wasm32-wasi': 0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) '@oxc-minify/binding-win32-arm64-msvc': 0.94.0 '@oxc-minify/binding-win32-x64-msvc': 0.94.0 transitivePeerDependencies: @@ -34778,7 +34751,7 @@ packages: - '@emnapi/runtime' dev: false - /oxc-parser@0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1): + /oxc-parser@0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2): resolution: {integrity: sha512-refms9HQoAlTYIazONYkuX5A3rFGPddbD6Otyc+A0/pj1WTttR8TsZRlMzQxCfhexxfrbinqd7ebkEoYNuCmLQ==} engines: {node: ^20.19.0 || >=22.12.0} dependencies: @@ -34796,7 +34769,7 @@ packages: '@oxc-parser/binding-linux-s390x-gnu': 0.94.0 '@oxc-parser/binding-linux-x64-gnu': 0.94.0 '@oxc-parser/binding-linux-x64-musl': 0.94.0 - '@oxc-parser/binding-wasm32-wasi': 0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@oxc-parser/binding-wasm32-wasi': 0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) '@oxc-parser/binding-win32-arm64-msvc': 0.94.0 '@oxc-parser/binding-win32-x64-msvc': 0.94.0 transitivePeerDependencies: @@ -34804,7 +34777,7 @@ packages: - '@emnapi/runtime' dev: false - /oxc-transform@0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1): + /oxc-transform@0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2): resolution: {integrity: sha512-nHFFyPVWNNe7WLsAiQ6iwfsuTW/1esT+BJg+9rlvcSa0mfcZTpNo3TlBfj9IerLdDmYHJnSYsx8jjFZhoGfZ1w==} engines: {node: ^20.19.0 || >=22.12.0} optionalDependencies: @@ -34820,7 +34793,7 @@ packages: '@oxc-transform/binding-linux-s390x-gnu': 0.94.0 '@oxc-transform/binding-linux-x64-gnu': 0.94.0 '@oxc-transform/binding-linux-x64-musl': 0.94.0 - '@oxc-transform/binding-wasm32-wasi': 0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + '@oxc-transform/binding-wasm32-wasi': 0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) '@oxc-transform/binding-win32-arm64-msvc': 0.94.0 '@oxc-transform/binding-win32-x64-msvc': 0.94.0 transitivePeerDependencies: @@ -34834,7 +34807,7 @@ packages: oxc-parser: '>=0.72.0' dependencies: magic-regexp: 0.10.0 - oxc-parser: 0.94.0(@emnapi/core@1.9.1)(@emnapi/runtime@1.9.1) + oxc-parser: 0.94.0(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) dev: false /p-cancelable@1.1.0: @@ -37319,7 +37292,7 @@ packages: resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} dev: false - /rolldown-plugin-dts@0.16.11(rolldown@1.0.0-rc.15)(typescript@5.9.2): + /rolldown-plugin-dts@0.16.11(rolldown@1.0.0-rc.16)(typescript@5.9.2): resolution: {integrity: sha512-9IQDaPvPqTx3RjG2eQCK5GYZITo203BxKunGI80AGYicu1ySFTUyugicAaTZWRzFWh9DSnzkgNeMNbDWBbSs0w==} engines: {node: '>=20.18.0'} peerDependencies: @@ -37347,36 +37320,36 @@ packages: dts-resolver: 2.1.2 get-tsconfig: 4.10.1 magic-string: 0.30.19 - rolldown: 1.0.0-rc.15 + rolldown: 1.0.0-rc.16 typescript: 5.9.2 transitivePeerDependencies: - oxc-resolver - supports-color dev: true - /rolldown@1.0.0-rc.15: - resolution: {integrity: sha512-Ff31guA5zT6WjnGp0SXw76X6hzGRk/OQq2hE+1lcDe+lJdHSgnSX6nK3erbONHyCbpSj9a9E+uX/OvytZoWp2g==} + /rolldown@1.0.0-rc.16: + resolution: {integrity: sha512-rzi5WqKzEZw3SooTt7cgm4eqIoujPIyGcJNGFL7iPEuajQw7vxMHUkXylu4/vhCkJGXsgRmxqMKXUpT6FEgl0g==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true dependencies: - '@oxc-project/types': 0.124.0 - '@rolldown/pluginutils': 1.0.0-rc.15 + '@oxc-project/types': 0.126.0 + '@rolldown/pluginutils': 1.0.0-rc.16 optionalDependencies: - '@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 + '@rolldown/binding-android-arm64': 1.0.0-rc.16 + '@rolldown/binding-darwin-arm64': 1.0.0-rc.16 + '@rolldown/binding-darwin-x64': 1.0.0-rc.16 + '@rolldown/binding-freebsd-x64': 1.0.0-rc.16 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.16 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.16 + '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.16 + '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.16 + '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.16 + '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.16 + '@rolldown/binding-linux-x64-musl': 1.0.0-rc.16 + '@rolldown/binding-openharmony-arm64': 1.0.0-rc.16 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.16 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.16 + '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.16 dev: true /rollup-plugin-inject@3.0.2: @@ -39558,8 +39531,8 @@ packages: empathic: 2.0.0 hookable: 5.5.3 publint: 0.3.12 - rolldown: 1.0.0-rc.15 - rolldown-plugin-dts: 0.16.11(rolldown@1.0.0-rc.15)(typescript@5.9.2) + rolldown: 1.0.0-rc.16 + rolldown-plugin-dts: 0.16.11(rolldown@1.0.0-rc.16)(typescript@5.9.2) semver: 7.7.2 tinyexec: 1.0.1 tinyglobby: 0.2.15