From ef70dbd2c7bd982f2bfc0939575425ee77b6b0a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:01:01 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/clean-tools-sip.md | 5 - examples/base/package.json | 2 +- examples/github-repo-analyzer/package.json | 2 +- examples/github-star-stories/package.json | 2 +- .../package.json | 2 +- examples/with-a2a-server/package.json | 2 +- examples/with-agent-tool/package.json | 2 +- examples/with-airtable/package.json | 2 +- examples/with-amazon-bedrock/package.json | 2 +- examples/with-anthropic/package.json | 2 +- examples/with-auth/package.json | 2 +- examples/with-cerbos/package.json | 2 +- examples/with-chat-sdk/package.json | 2 +- examples/with-chroma/package.json | 2 +- examples/with-client-side-tools/package.json | 2 +- examples/with-cloudflare-workers/package.json | 2 +- examples/with-composio-mcp/package.json | 2 +- examples/with-custom-endpoints/package.json | 2 +- examples/with-dynamic-parameters/package.json | 2 +- examples/with-dynamic-prompts/package.json | 2 +- examples/with-feedback/package.json | 2 +- examples/with-google-ai/package.json | 2 +- .../with-google-drive-mcp/server/package.json | 2 +- examples/with-google-vertex-ai/package.json | 2 +- examples/with-groq-ai/package.json | 2 +- examples/with-guardrails/package.json | 2 +- examples/with-hooks/package.json | 2 +- examples/with-hugging-face-mcp/package.json | 2 +- examples/with-langfuse/package.json | 2 +- examples/with-mcp-elicitation/package.json | 2 +- examples/with-mcp-server/package.json | 2 +- examples/with-mcp/package.json | 2 +- examples/with-memory-rest-api/package.json | 2 +- examples/with-middleware/package.json | 2 +- examples/with-nestjs/package.json | 2 +- examples/with-netlify-functions/package.json | 2 +- .../with-nextjs-resumable-stream/package.json | 2 +- examples/with-nextjs/package.json | 2 +- examples/with-nuxt/package.json | 2 +- examples/with-offline-evals/package.json | 2 +- examples/with-ollama/package.json | 2 +- examples/with-openrouter/package.json | 2 +- examples/with-peaka-mcp/package.json | 2 +- examples/with-pinecone/package.json | 2 +- examples/with-planagents/package.json | 2 +- examples/with-playwright/package.json | 2 +- examples/with-postgres/package.json | 2 +- examples/with-qdrant/package.json | 2 +- examples/with-rag-chatbot/package.json | 2 +- examples/with-recipe-generator/package.json | 2 +- examples/with-research-assistant/package.json | 2 +- examples/with-resumable-streams/package.json | 2 +- examples/with-retries-fallback/package.json | 2 +- examples/with-retrieval/package.json | 2 +- examples/with-slack/package.json | 2 +- examples/with-subagents/package.json | 2 +- examples/with-summarization/package.json | 2 +- examples/with-supabase/package.json | 2 +- examples/with-tavily-search/package.json | 2 +- examples/with-thinking-tool/package.json | 2 +- examples/with-tool-routing/package.json | 2 +- examples/with-tools/package.json | 2 +- examples/with-turso/package.json | 2 +- examples/with-vector-search/package.json | 2 +- examples/with-vercel-ai/package.json | 2 +- examples/with-viteval/package.json | 2 +- examples/with-voice-elevenlabs/package.json | 2 +- examples/with-voice-openai/package.json | 2 +- examples/with-voice-xsai/package.json | 2 +- examples/with-voltagent-actions/package.json | 2 +- examples/with-voltagent-exporter/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- examples/with-voltops-retrieval/package.json | 2 +- examples/with-whatsapp/package.json | 2 +- examples/with-workflow-chain/package.json | 2 +- examples/with-workflow/package.json | 2 +- examples/with-working-memory/package.json | 2 +- examples/with-workspace/package.json | 2 +- examples/with-xquik-tools/package.json | 2 +- examples/with-youtube-to-blog/package.json | 2 +- examples/with-zapier-mcp/package.json | 2 +- packages/core/CHANGELOG.md | 6 + packages/core/package.json | 2 +- packages/e2e/package.json | 2 +- pnpm-lock.yaml | 272 +++++++++--------- 86 files changed, 225 insertions(+), 224 deletions(-) delete mode 100644 .changeset/clean-tools-sip.md diff --git a/.changeset/clean-tools-sip.md b/.changeset/clean-tools-sip.md deleted file mode 100644 index d2edef180..000000000 --- a/.changeset/clean-tools-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@voltagent/core": patch ---- - -Sanitize tool call inputs before model replay so malformed or non-object values cannot break provider history conversion. diff --git a/examples/base/package.json b/examples/base/package.json index ee8c94718..960a460f9 100644 --- a/examples/base/package.json +++ b/examples/base/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/github-repo-analyzer/package.json b/examples/github-repo-analyzer/package.json index 951972801..5dc978777 100644 --- a/examples/github-repo-analyzer/package.json +++ b/examples/github-repo-analyzer/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@octokit/rest": "^21.0.0", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/github-star-stories/package.json b/examples/github-star-stories/package.json index 835f5b326..370adf03a 100644 --- a/examples/github-star-stories/package.json +++ b/examples/github-star-stories/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", "@voltagent/serverless-hono": "^2.0.12", diff --git a/examples/next-js-chatbot-starter-template/package.json b/examples/next-js-chatbot-starter-template/package.json index 8abbdf962..ac5b928fc 100644 --- a/examples/next-js-chatbot-starter-template/package.json +++ b/examples/next-js-chatbot-starter-template/package.json @@ -16,7 +16,7 @@ "@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.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/server-hono": "^2.0.14", "@xyflow/react": "^12.9.2", diff --git a/examples/with-a2a-server/package.json b/examples/with-a2a-server/package.json index b7d1352cf..0e72fcb72 100644 --- a/examples/with-a2a-server/package.json +++ b/examples/with-a2a-server/package.json @@ -2,7 +2,7 @@ "name": "voltagent-example-with-a2a-server", "dependencies": { "@voltagent/a2a-server": "^2.0.3", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/internal": "^1.0.3", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-agent-tool/package.json b/examples/with-agent-tool/package.json index 28f12afec..8c0a2185a 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.6", + "@voltagent/core": "^2.7.7", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-airtable/package.json b/examples/with-airtable/package.json index 455f23ccb..414f8e916 100644 --- a/examples/with-airtable/package.json +++ b/examples/with-airtable/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/internal": "^1.0.3", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.3", diff --git a/examples/with-amazon-bedrock/package.json b/examples/with-amazon-bedrock/package.json index 15f32a7aa..635a39d3d 100644 --- a/examples/with-amazon-bedrock/package.json +++ b/examples/with-amazon-bedrock/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-anthropic/package.json b/examples/with-anthropic/package.json index 634684b14..58ab27100 100644 --- a/examples/with-anthropic/package.json +++ b/examples/with-anthropic/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index 12ffc826c..c95662016 100644 --- a/examples/with-auth/package.json +++ b/examples/with-auth/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-cerbos/package.json b/examples/with-cerbos/package.json index 26b429ff9..5516cc6a3 100644 --- a/examples/with-cerbos/package.json +++ b/examples/with-cerbos/package.json @@ -5,7 +5,7 @@ "@cerbos/grpc": "^0.23.0", "@modelcontextprotocol/sdk": "^1.12.1", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/server-hono": "^2.0.14", "ai": "^6.0.0", "express": "^5.1.0", diff --git a/examples/with-chat-sdk/package.json b/examples/with-chat-sdk/package.json index 86d0e2bea..551275b1e 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.6", + "@voltagent/core": "^2.7.7", "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 24bafd80c..3e235d844 100644 --- a/examples/with-chroma/package.json +++ b/examples/with-chroma/package.json @@ -6,7 +6,7 @@ "@chroma-core/ollama": "^0.1.7", "@chroma-core/openai": "^0.1.7", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-client-side-tools/package.json b/examples/with-client-side-tools/package.json index 7dd11f509..d439a3b76 100644 --- a/examples/with-client-side-tools/package.json +++ b/examples/with-client-side-tools/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/react": "^3.0.0", "@libsql/client": "^0.15.0", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/server-hono": "^2.0.14", "@voltagent/vercel-ai": "^1.0.0", "@voltagent/vercel-ui": "^1.0.1", diff --git a/examples/with-cloudflare-workers/package.json b/examples/with-cloudflare-workers/package.json index 2b5b3be12..c91a9131a 100644 --- a/examples/with-cloudflare-workers/package.json +++ b/examples/with-cloudflare-workers/package.json @@ -3,7 +3,7 @@ "description": "VoltAgent example for Cloudflare Workers deployment with in-memory storage", "version": "1.0.0", "dependencies": { - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/serverless-hono": "^2.0.12", "ai": "^6.0.0", "hono": "^4.7.7", diff --git a/examples/with-composio-mcp/package.json b/examples/with-composio-mcp/package.json index 59342eeb3..10ccae73d 100644 --- a/examples/with-composio-mcp/package.json +++ b/examples/with-composio-mcp/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-custom-endpoints/package.json b/examples/with-custom-endpoints/package.json index bcf021b27..51711961b 100644 --- a/examples/with-custom-endpoints/package.json +++ b/examples/with-custom-endpoints/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-dynamic-parameters/package.json b/examples/with-dynamic-parameters/package.json index e2f145a50..251ef9dae 100644 --- a/examples/with-dynamic-parameters/package.json +++ b/examples/with-dynamic-parameters/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-dynamic-prompts/package.json b/examples/with-dynamic-prompts/package.json index a36cee349..4c9b36ccc 100644 --- a/examples/with-dynamic-prompts/package.json +++ b/examples/with-dynamic-prompts/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-feedback/package.json b/examples/with-feedback/package.json index 47c6f524d..0b6320d7c 100644 --- a/examples/with-feedback/package.json +++ b/examples/with-feedback/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", "ai": "^6.0.0" diff --git a/examples/with-google-ai/package.json b/examples/with-google-ai/package.json index dce9ea14a..43398daf8 100644 --- a/examples/with-google-ai/package.json +++ b/examples/with-google-ai/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-google-drive-mcp/server/package.json b/examples/with-google-drive-mcp/server/package.json index cc38503fd..fbe8eb54f 100644 --- a/examples/with-google-drive-mcp/server/package.json +++ b/examples/with-google-drive-mcp/server/package.json @@ -5,7 +5,7 @@ "@hono/node-server": "^1.14.0", "@libsql/client": "^0.15.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-google-vertex-ai/package.json b/examples/with-google-vertex-ai/package.json index fafe1f4e9..fa2263ce7 100644 --- a/examples/with-google-vertex-ai/package.json +++ b/examples/with-google-vertex-ai/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-groq-ai/package.json b/examples/with-groq-ai/package.json index 8bfbef445..6ff885fb0 100644 --- a/examples/with-groq-ai/package.json +++ b/examples/with-groq-ai/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-guardrails/package.json b/examples/with-guardrails/package.json index c16ac852a..5005c304e 100644 --- a/examples/with-guardrails/package.json +++ b/examples/with-guardrails/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", "ai": "^6.0.0" diff --git a/examples/with-hooks/package.json b/examples/with-hooks/package.json index 99f5767f3..cad1ac8ae 100644 --- a/examples/with-hooks/package.json +++ b/examples/with-hooks/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-hugging-face-mcp/package.json b/examples/with-hugging-face-mcp/package.json index 68cb13c27..fdafa45dd 100644 --- a/examples/with-hugging-face-mcp/package.json +++ b/examples/with-hugging-face-mcp/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-langfuse/package.json b/examples/with-langfuse/package.json index df5bcae59..a552fd442 100644 --- a/examples/with-langfuse/package.json +++ b/examples/with-langfuse/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/langfuse-exporter": "^2.0.3", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", diff --git a/examples/with-mcp-elicitation/package.json b/examples/with-mcp-elicitation/package.json index 60dc0d18e..6cd7790e0 100644 --- a/examples/with-mcp-elicitation/package.json +++ b/examples/with-mcp-elicitation/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-mcp-server/package.json b/examples/with-mcp-server/package.json index b703951f9..3e7170e86 100644 --- a/examples/with-mcp-server/package.json +++ b/examples/with-mcp-server/package.json @@ -1,7 +1,7 @@ { "name": "voltagent-example-with-mcp-server", "dependencies": { - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-mcp/package.json b/examples/with-mcp/package.json index 61f732209..47c0b9a5b 100644 --- a/examples/with-mcp/package.json +++ b/examples/with-mcp/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-memory-rest-api/package.json b/examples/with-memory-rest-api/package.json index cd71ecff4..1c17e3b4c 100644 --- a/examples/with-memory-rest-api/package.json +++ b/examples/with-memory-rest-api/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.1.2", "@voltagent/server-hono": "^2.0.14" diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index f145c278f..0a97c39c3 100644 --- a/examples/with-middleware/package.json +++ b/examples/with-middleware/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-nestjs/package.json b/examples/with-nestjs/package.json index af2c38905..07e0ddfd3 100644 --- a/examples/with-nestjs/package.json +++ b/examples/with-nestjs/package.json @@ -6,7 +6,7 @@ "@nestjs/common": "^11.0.0", "@nestjs/core": "^11.0.0", "@nestjs/platform-express": "^11.0.0", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/server-core": "^2.1.18", "@voltagent/server-hono": "^2.0.14", "hono": "^4.7.7", diff --git a/examples/with-netlify-functions/package.json b/examples/with-netlify-functions/package.json index cbaef210e..3cbc804e9 100644 --- a/examples/with-netlify-functions/package.json +++ b/examples/with-netlify-functions/package.json @@ -3,7 +3,7 @@ "description": "VoltAgent example deployed as a Netlify Function", "version": "1.0.0", "dependencies": { - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/serverless-hono": "^2.0.12", "ai": "^6.0.0", "hono": "^4.7.7", diff --git a/examples/with-nextjs-resumable-stream/package.json b/examples/with-nextjs-resumable-stream/package.json index 09a882dcc..1b44c0a88 100644 --- a/examples/with-nextjs-resumable-stream/package.json +++ b/examples/with-nextjs-resumable-stream/package.json @@ -17,7 +17,7 @@ "@radix-ui/react-use-controllable-state": "^1.2.2", "@tavily/core": "^0.6.3", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/internal": "^1.0.3", "@voltagent/libsql": "^2.1.2", "@voltagent/resumable-streams": "^2.0.2", diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index e4f15387d..a9ffb0718 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -6,7 +6,7 @@ "@libsql/client": "^0.15.0", "@tailwindcss/postcss": "^4.1.4", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-nuxt/package.json b/examples/with-nuxt/package.json index 9a59d4a8d..4c8b21208 100644 --- a/examples/with-nuxt/package.json +++ b/examples/with-nuxt/package.json @@ -3,7 +3,7 @@ "dependencies": { "@nuxt/eslint": "^1.9.0", "@nuxt/ui": "^4.0.0", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/server-hono": "^2.0.14", "ai": "^6.0.0", diff --git a/examples/with-offline-evals/package.json b/examples/with-offline-evals/package.json index eab8c96ed..d6311ef25 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.6", + "@voltagent/core": "^2.7.7", "@voltagent/evals": "^2.0.4", "@voltagent/scorers": "^2.1.0", "@voltagent/sdk": "^2.0.3", diff --git a/examples/with-ollama/package.json b/examples/with-ollama/package.json index 8274e0919..04b28caf7 100644 --- a/examples/with-ollama/package.json +++ b/examples/with-ollama/package.json @@ -2,7 +2,7 @@ "name": "voltagent-example-with-ollama", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", "ai": "^6.0.0", diff --git a/examples/with-openrouter/package.json b/examples/with-openrouter/package.json index 0e2c6e97a..de808ad31 100644 --- a/examples/with-openrouter/package.json +++ b/examples/with-openrouter/package.json @@ -4,7 +4,7 @@ "dependencies": { "@openrouter/ai-sdk-provider": "^2.3.1", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-peaka-mcp/package.json b/examples/with-peaka-mcp/package.json index 176e51210..6471102b8 100644 --- a/examples/with-peaka-mcp/package.json +++ b/examples/with-peaka-mcp/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-pinecone/package.json b/examples/with-pinecone/package.json index cadc6b65c..087ddf974 100644 --- a/examples/with-pinecone/package.json +++ b/examples/with-pinecone/package.json @@ -4,7 +4,7 @@ "dependencies": { "@pinecone-database/pinecone": "^6.1.1", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-planagents/package.json b/examples/with-planagents/package.json index 07ae83c13..b0092925c 100644 --- a/examples/with-planagents/package.json +++ b/examples/with-planagents/package.json @@ -5,7 +5,7 @@ "dependencies": { "@tavily/core": "^0.6.3", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 35e8080e8..67f5586da 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -7,7 +7,7 @@ "@playwright/browser-webkit": "1.51.1", "@playwright/test": "^1.51.1", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-postgres/package.json b/examples/with-postgres/package.json index 72d3bb908..e63bfea01 100644 --- a/examples/with-postgres/package.json +++ b/examples/with-postgres/package.json @@ -4,7 +4,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.1.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-qdrant/package.json b/examples/with-qdrant/package.json index cdfbefa86..aa727a70a 100644 --- a/examples/with-qdrant/package.json +++ b/examples/with-qdrant/package.json @@ -4,7 +4,7 @@ "dependencies": { "@qdrant/js-client-rest": "^1.15.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-rag-chatbot/package.json b/examples/with-rag-chatbot/package.json index 4ebe7ac40..a98cb5be0 100644 --- a/examples/with-rag-chatbot/package.json +++ b/examples/with-rag-chatbot/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-recipe-generator/package.json b/examples/with-recipe-generator/package.json index c74a18e70..957ddeb9c 100644 --- a/examples/with-recipe-generator/package.json +++ b/examples/with-recipe-generator/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", "ai": "^6.0.0", diff --git a/examples/with-research-assistant/package.json b/examples/with-research-assistant/package.json index 2b9226dd5..aa840b339 100644 --- a/examples/with-research-assistant/package.json +++ b/examples/with-research-assistant/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-resumable-streams/package.json b/examples/with-resumable-streams/package.json index 0b0f5fd66..cbd8b2dd5 100644 --- a/examples/with-resumable-streams/package.json +++ b/examples/with-resumable-streams/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "", "dependencies": { - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/resumable-streams": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-retries-fallback/package.json b/examples/with-retries-fallback/package.json index 5311f86a0..978b75024 100644 --- a/examples/with-retries-fallback/package.json +++ b/examples/with-retries-fallback/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-retrieval/package.json b/examples/with-retrieval/package.json index b36b2cd8c..9bd4ec243 100644 --- a/examples/with-retrieval/package.json +++ b/examples/with-retrieval/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-slack/package.json b/examples/with-slack/package.json index ab4a0c322..e7631fb6c 100644 --- a/examples/with-slack/package.json +++ b/examples/with-slack/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.3", diff --git a/examples/with-subagents/package.json b/examples/with-subagents/package.json index 1c2fa2557..e54feabee 100644 --- a/examples/with-subagents/package.json +++ b/examples/with-subagents/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-summarization/package.json b/examples/with-summarization/package.json index 28e5bc550..fd26c38d7 100644 --- a/examples/with-summarization/package.json +++ b/examples/with-summarization/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-supabase/package.json b/examples/with-supabase/package.json index c8f83f03e..bc5c2e4da 100644 --- a/examples/with-supabase/package.json +++ b/examples/with-supabase/package.json @@ -4,7 +4,7 @@ "dependencies": { "@supabase/supabase-js": "^2.49.4", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", "@voltagent/supabase": "^2.1.3", diff --git a/examples/with-tavily-search/package.json b/examples/with-tavily-search/package.json index 95df5edf6..e65ab57de 100644 --- a/examples/with-tavily-search/package.json +++ b/examples/with-tavily-search/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-thinking-tool/package.json b/examples/with-thinking-tool/package.json index 204e17174..3d4c22d05 100644 --- a/examples/with-thinking-tool/package.json +++ b/examples/with-thinking-tool/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-tool-routing/package.json b/examples/with-tool-routing/package.json index 5b3861f2e..b561c5280 100644 --- a/examples/with-tool-routing/package.json +++ b/examples/with-tool-routing/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", "ai": "^6.0.0", diff --git a/examples/with-tools/package.json b/examples/with-tools/package.json index e4c8cb6d1..8e274999a 100644 --- a/examples/with-tools/package.json +++ b/examples/with-tools/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-turso/package.json b/examples/with-turso/package.json index c1ade07f2..ffc076bec 100644 --- a/examples/with-turso/package.json +++ b/examples/with-turso/package.json @@ -4,7 +4,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-vector-search/package.json b/examples/with-vector-search/package.json index 954318c93..4f10264bd 100644 --- a/examples/with-vector-search/package.json +++ b/examples/with-vector-search/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-vercel-ai/package.json b/examples/with-vercel-ai/package.json index b29304a9d..4b2f6997e 100644 --- a/examples/with-vercel-ai/package.json +++ b/examples/with-vercel-ai/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-viteval/package.json b/examples/with-viteval/package.json index 7c13b5f33..6ef1fe570 100644 --- a/examples/with-viteval/package.json +++ b/examples/with-viteval/package.json @@ -3,7 +3,7 @@ "author": "VoltAgent", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-voice-elevenlabs/package.json b/examples/with-voice-elevenlabs/package.json index 3f6a6c7e5..1fdf5f9bf 100644 --- a/examples/with-voice-elevenlabs/package.json +++ b/examples/with-voice-elevenlabs/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-voice-openai/package.json b/examples/with-voice-openai/package.json index a8aff066c..b8117c93c 100644 --- a/examples/with-voice-openai/package.json +++ b/examples/with-voice-openai/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-voice-xsai/package.json b/examples/with-voice-xsai/package.json index fdc1b5cf5..b8791ccb9 100644 --- a/examples/with-voice-xsai/package.json +++ b/examples/with-voice-xsai/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-voltagent-actions/package.json b/examples/with-voltagent-actions/package.json index bf4c7cca9..f19e45257 100644 --- a/examples/with-voltagent-actions/package.json +++ b/examples/with-voltagent-actions/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.3", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-voltagent-exporter/package.json b/examples/with-voltagent-exporter/package.json index d76e0f849..f912e629e 100644 --- a/examples/with-voltagent-exporter/package.json +++ b/examples/with-voltagent-exporter/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-voltagent-managed-memory/package.json b/examples/with-voltagent-managed-memory/package.json index 6f70ca1ed..e4bea6835 100644 --- a/examples/with-voltagent-managed-memory/package.json +++ b/examples/with-voltagent-managed-memory/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@ai-sdk/openai": "^3.0.0", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", "@voltagent/voltagent-memory": "^1.0.4", diff --git a/examples/with-voltops-resumable-streams/package.json b/examples/with-voltops-resumable-streams/package.json index e4f0764b5..0189228e1 100644 --- a/examples/with-voltops-resumable-streams/package.json +++ b/examples/with-voltops-resumable-streams/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "", "dependencies": { - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/resumable-streams": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-voltops-retrieval/package.json b/examples/with-voltops-retrieval/package.json index a761263a7..740b648a4 100644 --- a/examples/with-voltops-retrieval/package.json +++ b/examples/with-voltops-retrieval/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-whatsapp/package.json b/examples/with-whatsapp/package.json index b779633bb..e9b132d6d 100644 --- a/examples/with-whatsapp/package.json +++ b/examples/with-whatsapp/package.json @@ -4,7 +4,7 @@ "dependencies": { "@supabase/supabase-js": "^2.49.4", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-workflow-chain/package.json b/examples/with-workflow-chain/package.json index aa8c15966..5bcd37038 100644 --- a/examples/with-workflow-chain/package.json +++ b/examples/with-workflow-chain/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-workflow/package.json b/examples/with-workflow/package.json index 0fdd6e2ec..a94c2e80b 100644 --- a/examples/with-workflow/package.json +++ b/examples/with-workflow/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-working-memory/package.json b/examples/with-working-memory/package.json index 38a01e3d6..9e6edc8bf 100644 --- a/examples/with-working-memory/package.json +++ b/examples/with-working-memory/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-workspace/package.json b/examples/with-workspace/package.json index e451b5e07..a5c10e925 100644 --- a/examples/with-workspace/package.json +++ b/examples/with-workspace/package.json @@ -4,7 +4,7 @@ "dependencies": { "@ai-sdk/openai": "^3.0.0", "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-xquik-tools/package.json b/examples/with-xquik-tools/package.json index b9e4e0dd6..73ba1564b 100644 --- a/examples/with-xquik-tools/package.json +++ b/examples/with-xquik-tools/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", "ai": "^6.0.0", diff --git a/examples/with-youtube-to-blog/package.json b/examples/with-youtube-to-blog/package.json index 83ee7239f..46300a907 100644 --- a/examples/with-youtube-to-blog/package.json +++ b/examples/with-youtube-to-blog/package.json @@ -3,7 +3,7 @@ "author": "", "dependencies": { "@voltagent/cli": "^0.1.21", - "@voltagent/core": "^2.7.6", + "@voltagent/core": "^2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/examples/with-zapier-mcp/package.json b/examples/with-zapier-mcp/package.json index c130cfb59..b469ee01c 100644 --- a/examples/with-zapier-mcp/package.json +++ b/examples/with-zapier-mcp/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "", "dependencies": { - "@voltagent/core": "~2.7.6", + "@voltagent/core": "~2.7.7", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.14", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6a8595ea1..fb2167c73 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @voltagent/core +## 2.7.7 + +### Patch Changes + +- [#1337](https://github.com/VoltAgent/voltagent/pull/1337) [`685f8e4`](https://github.com/VoltAgent/voltagent/commit/685f8e4e7d484c712e35814c21e3f682afab2a1b) Thanks [@omeraplak](https://github.com/omeraplak)! - Sanitize tool call inputs before model replay so malformed or non-object values cannot break provider history conversion. + ## 2.7.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 577719bf1..f7ac73524 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.6", + "version": "2.7.7", "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 e32e4ecbf..85d753273 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.6", + "@voltagent/core": "^2.7.7", "@voltagent/internal": "^1.0.3", "@voltagent/libsql": "^2.1.2", "@voltagent/postgres": "^2.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 06d102ee5..591b06e08 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.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -154,7 +154,7 @@ importers: specifier: ^21.0.0 version: 21.1.1 '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -191,7 +191,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -267,7 +267,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -388,7 +388,7 @@ importers: specifier: ^2.0.3 version: link:../../packages/a2a-server '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.3 @@ -477,7 +477,7 @@ importers: examples/with-agent-tool: dependencies: '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 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.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.3 @@ -539,7 +539,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -573,7 +573,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -716,7 +716,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -756,7 +756,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/server-hono': specifier: ^2.0.14 @@ -793,7 +793,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 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.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -882,7 +882,7 @@ importers: specifier: ^0.15.0 version: 0.15.10 '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/server-hono': specifier: ^2.0.14 @@ -928,7 +928,7 @@ importers: examples/with-cloudflare-workers: dependencies: '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/serverless-hono': specifier: ^2.0.12 @@ -962,7 +962,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1058,7 +1058,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1092,7 +1092,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1126,7 +1126,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1160,7 +1160,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1188,7 +1188,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1271,7 +1271,7 @@ importers: specifier: ^0.1.21 version: link:../../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1311,7 +1311,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1345,7 +1345,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1379,7 +1379,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1407,7 +1407,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1441,7 +1441,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1549,7 +1549,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/langfuse-exporter': specifier: ^2.0.3 @@ -1611,7 +1611,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1645,7 +1645,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1676,7 +1676,7 @@ importers: examples/with-mcp-server: dependencies: '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1710,7 +1710,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1741,7 +1741,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1781,7 +1781,7 @@ importers: specifier: ^11.0.0 version: 11.1.7(@nestjs/common@11.1.7)(@nestjs/core@11.1.7) '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/server-core': specifier: ^2.1.18 @@ -1827,7 +1827,7 @@ importers: examples/with-netlify-functions: dependencies: '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/serverless-hono': specifier: ^2.0.12 @@ -1867,7 +1867,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -1973,7 +1973,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.3 @@ -2091,7 +2091,7 @@ 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.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2125,7 +2125,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/evals': specifier: ^2.0.4 @@ -2159,7 +2159,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2196,7 +2196,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2227,7 +2227,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2264,7 +2264,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2304,7 +2304,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2350,7 +2350,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2396,7 +2396,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2433,7 +2433,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2470,7 +2470,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2504,7 +2504,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2535,7 +2535,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2563,7 +2563,7 @@ importers: examples/with-resumable-streams: dependencies: '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2597,7 +2597,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2631,7 +2631,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2665,7 +2665,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2705,7 +2705,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2742,7 +2742,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2779,7 +2779,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2813,7 +2813,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2847,7 +2847,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2884,7 +2884,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2918,7 +2918,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2952,7 +2952,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2989,7 +2989,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3023,7 +3023,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3057,7 +3057,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3109,7 +3109,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3146,7 +3146,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3189,7 +3189,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3232,7 +3232,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3263,7 +3263,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3297,7 +3297,7 @@ importers: specifier: ^3.0.0 version: 3.0.1(zod@3.25.76) '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3328,7 +3328,7 @@ importers: examples/with-voltops-resumable-streams: dependencies: '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3359,7 +3359,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3396,7 +3396,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3433,7 +3433,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3467,7 +3467,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3501,7 +3501,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3538,7 +3538,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3572,7 +3572,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3603,7 +3603,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3634,7 +3634,7 @@ importers: examples/with-zapier-mcp: dependencies: '@voltagent/core': - specifier: ~2.7.6 + specifier: ~2.7.7 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -4085,7 +4085,7 @@ importers: specifier: ^0.15.0 version: 0.15.10 '@voltagent/core': - specifier: ^2.7.6 + specifier: ^2.7.7 version: link:../core '@voltagent/internal': specifier: ^1.0.3 @@ -15401,8 +15401,8 @@ packages: dev: false optional: true - /@oxc-project/types@0.133.0: - resolution: {integrity: sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==} + /@oxc-project/types@0.134.0: + resolution: {integrity: sha512-T0xuRRKrQFmocH8y+jGfpmSkGcheaJExY9lEihmR1Gm2aH+75B8CzgU2rABRQSzzDxLjZ15Sc0bRVLj5lVeNXQ==} dev: true /@oxc-project/types@0.94.0: @@ -17614,8 +17614,8 @@ packages: /@repeaterjs/repeater@3.0.6: resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==} - /@rolldown/binding-android-arm64@1.0.3: - resolution: {integrity: sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==} + /@rolldown/binding-android-arm64@1.1.0: + resolution: {integrity: sha512-gCYzGOSkYY6Z034suzd20euvds7lPzMEEla62DJGE/ZAlR4OMBnNbvnBSsIGUCAr52gaWMsloGxP4tVGtN5aCA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] @@ -17623,8 +17623,8 @@ packages: dev: true optional: true - /@rolldown/binding-darwin-arm64@1.0.3: - resolution: {integrity: sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==} + /@rolldown/binding-darwin-arm64@1.1.0: + resolution: {integrity: sha512-JQBD77MNgu+4Z6RAyg69acugdrhhVoWesr3l47zohYZ2YV2fwkWMArkN/2p4l6Ei+Sno7W5q+UsKdVWq5Ens0w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] @@ -17632,8 +17632,8 @@ packages: dev: true optional: true - /@rolldown/binding-darwin-x64@1.0.3: - resolution: {integrity: sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==} + /@rolldown/binding-darwin-x64@1.1.0: + resolution: {integrity: sha512-p/8cXUTK4Sob604e+xxPhVSbDFf29E6J0l/xESM9rdCfn3aDai3nEs6TnMHUsdD5aNlFz0+gDbiGlozLKGa2YA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] @@ -17641,8 +17641,8 @@ packages: dev: true optional: true - /@rolldown/binding-freebsd-x64@1.0.3: - resolution: {integrity: sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==} + /@rolldown/binding-freebsd-x64@1.1.0: + resolution: {integrity: sha512-KbtOSlVv6fElujiZWMcC3aQYhEwLVVf073RcwlSmpGQvIsKZFUqc0ef4sjUuurRwfbiI6JJXji9DQn+86hawmQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] @@ -17650,8 +17650,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm-gnueabihf@1.0.3: - resolution: {integrity: sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==} + /@rolldown/binding-linux-arm-gnueabihf@1.1.0: + resolution: {integrity: sha512-9fZ9i0o0/MQaw7om6Z6TsT7tfCk0jtbEFtC+aPqZL5RNsGWNcHvn6EHgL3dAprjq+AZzPTAQjg2JtpJaMt+6pg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] @@ -17659,8 +17659,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm64-gnu@1.0.3: - resolution: {integrity: sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==} + /@rolldown/binding-linux-arm64-gnu@1.1.0: + resolution: {integrity: sha512-+tog7T66i+yFyIuuAnjL6xmW182W/qTBOUt6BtQ6lBIM1Eikh/fSMz4HGgvuCp5uU0zuIVWng7kDYthjCMOHcg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -17668,8 +17668,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm64-musl@1.0.3: - resolution: {integrity: sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==} + /@rolldown/binding-linux-arm64-musl@1.1.0: + resolution: {integrity: sha512-4b7yruLIIj/oZ3GpcLOvxcLCLDMraohn3IhQfN2hBP4w9UekG0DTIajWguJosRGfySf/+h/NwRUiMKoCpxCrqQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -17677,8 +17677,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-ppc64-gnu@1.0.3: - resolution: {integrity: sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==} + /@rolldown/binding-linux-ppc64-gnu@1.1.0: + resolution: {integrity: sha512-QRDOVZd0bhQ5jLsUsCC3dUxDWdTSVY9WMznowZgCGOrZfLLgctWpelhUASEiBwsXfat/JwYnVd1EaxMhqyT+UQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] @@ -17686,8 +17686,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-s390x-gnu@1.0.3: - resolution: {integrity: sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==} + /@rolldown/binding-linux-s390x-gnu@1.1.0: + resolution: {integrity: sha512-ypxT+Hq76NFG7woFbNbySnGEajFuYuIXeKz/jfCU+lXUoxfi3zLE6OG/ZQNeK3RpZSYJlAe2bokpsQ046CaieQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] @@ -17695,8 +17695,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-x64-gnu@1.0.3: - resolution: {integrity: sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==} + /@rolldown/binding-linux-x64-gnu@1.1.0: + resolution: {integrity: sha512-IdovCmfROFmpTLahdecTDFL74aLERVYN68F/mLZjfVh6LfoplPfI6deyHNMTcVujbokDV5k05XrFO22zfv+qjg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -17704,8 +17704,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-x64-musl@1.0.3: - resolution: {integrity: sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==} + /@rolldown/binding-linux-x64-musl@1.1.0: + resolution: {integrity: sha512-pcA8xlFp2tyk9T2R6Fi/rPe3bQ1MA+sSMDNUU5Ogu80GHOatkE4P8YCreGAvZErm5Ho2YRXnyvNrWiRncfVysQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -17713,8 +17713,8 @@ packages: dev: true optional: true - /@rolldown/binding-openharmony-arm64@1.0.3: - resolution: {integrity: sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==} + /@rolldown/binding-openharmony-arm64@1.1.0: + resolution: {integrity: sha512-4+fexHayrLCWpriPh4c6dNvL4an34DEZCG7zOM/FD5QNF6h8DT+bDXzyB/kfC8lDJbaFb7jKShtnjDQFXVQEjg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] @@ -17722,8 +17722,8 @@ packages: dev: true optional: true - /@rolldown/binding-wasm32-wasi@1.0.3: - resolution: {integrity: sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==} + /@rolldown/binding-wasm32-wasi@1.1.0: + resolution: {integrity: sha512-SbL++MNmOw6QamrwIGDMSSfM4ceTzFr+RjbOExJSLLBinScU4WI5OdA413h1qwPw2yH7lVF1+H4svQ+6mSXKTQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [wasm32] requiresBuild: true @@ -17734,8 +17734,8 @@ packages: dev: true optional: true - /@rolldown/binding-win32-arm64-msvc@1.0.3: - resolution: {integrity: sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==} + /@rolldown/binding-win32-arm64-msvc@1.1.0: + resolution: {integrity: sha512-+xTE6XC7wBgk0VKRXGG+QAnyW5S9b8vfsFpiMjf0waQTmSQSU8onsH/beyZ8X4aXVveJnotiy7VDjLOaW8bTrg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] @@ -17743,8 +17743,8 @@ packages: dev: true optional: true - /@rolldown/binding-win32-x64-msvc@1.0.3: - resolution: {integrity: sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==} + /@rolldown/binding-win32-x64-msvc@1.1.0: + resolution: {integrity: sha512-Ogji1TQNqH3ACLnYr+1Ns1nyrJ0CO2P585u9Hsh02pXvtFiFpgtgT2b3P4PnCOU86VVCvqtAeCN4OftMT8KU4w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -37557,7 +37557,7 @@ packages: resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} dev: false - /rolldown-plugin-dts@0.16.11(rolldown@1.0.3)(typescript@5.9.2): + /rolldown-plugin-dts@0.16.11(rolldown@1.1.0)(typescript@5.9.2): resolution: {integrity: sha512-9IQDaPvPqTx3RjG2eQCK5GYZITo203BxKunGI80AGYicu1ySFTUyugicAaTZWRzFWh9DSnzkgNeMNbDWBbSs0w==} engines: {node: '>=20.18.0'} peerDependencies: @@ -37585,36 +37585,36 @@ packages: dts-resolver: 2.1.2 get-tsconfig: 4.10.1 magic-string: 0.30.19 - rolldown: 1.0.3 + rolldown: 1.1.0 typescript: 5.9.2 transitivePeerDependencies: - oxc-resolver - supports-color dev: true - /rolldown@1.0.3: - resolution: {integrity: sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==} + /rolldown@1.1.0: + resolution: {integrity: sha512-zpMvlJhs5PkXRTtKc0CaLBVI9AR/VDiJFpM+kx//hgToEca7FgMlGjaRIisXBcb19T76LswgmKECSQ96hjWr5A==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true dependencies: - '@oxc-project/types': 0.133.0 + '@oxc-project/types': 0.134.0 '@rolldown/pluginutils': 1.0.0 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.3 - '@rolldown/binding-darwin-arm64': 1.0.3 - '@rolldown/binding-darwin-x64': 1.0.3 - '@rolldown/binding-freebsd-x64': 1.0.3 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.3 - '@rolldown/binding-linux-arm64-gnu': 1.0.3 - '@rolldown/binding-linux-arm64-musl': 1.0.3 - '@rolldown/binding-linux-ppc64-gnu': 1.0.3 - '@rolldown/binding-linux-s390x-gnu': 1.0.3 - '@rolldown/binding-linux-x64-gnu': 1.0.3 - '@rolldown/binding-linux-x64-musl': 1.0.3 - '@rolldown/binding-openharmony-arm64': 1.0.3 - '@rolldown/binding-wasm32-wasi': 1.0.3 - '@rolldown/binding-win32-arm64-msvc': 1.0.3 - '@rolldown/binding-win32-x64-msvc': 1.0.3 + '@rolldown/binding-android-arm64': 1.1.0 + '@rolldown/binding-darwin-arm64': 1.1.0 + '@rolldown/binding-darwin-x64': 1.1.0 + '@rolldown/binding-freebsd-x64': 1.1.0 + '@rolldown/binding-linux-arm-gnueabihf': 1.1.0 + '@rolldown/binding-linux-arm64-gnu': 1.1.0 + '@rolldown/binding-linux-arm64-musl': 1.1.0 + '@rolldown/binding-linux-ppc64-gnu': 1.1.0 + '@rolldown/binding-linux-s390x-gnu': 1.1.0 + '@rolldown/binding-linux-x64-gnu': 1.1.0 + '@rolldown/binding-linux-x64-musl': 1.1.0 + '@rolldown/binding-openharmony-arm64': 1.1.0 + '@rolldown/binding-wasm32-wasi': 1.1.0 + '@rolldown/binding-win32-arm64-msvc': 1.1.0 + '@rolldown/binding-win32-x64-msvc': 1.1.0 dev: true /rollup-plugin-inject@3.0.2: @@ -39801,8 +39801,8 @@ packages: empathic: 2.0.0 hookable: 5.5.3 publint: 0.3.12 - rolldown: 1.0.3 - rolldown-plugin-dts: 0.16.11(rolldown@1.0.3)(typescript@5.9.2) + rolldown: 1.1.0 + rolldown-plugin-dts: 0.16.11(rolldown@1.1.0)(typescript@5.9.2) semver: 7.7.2 tinyexec: 1.0.1 tinyglobby: 0.2.15