From f6fc175b4cc057ff2c30590a78d46ad0cba2d664 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 17:36:13 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/fix-ag-ui-tool-call-input.md | 12 - .changeset/mean-pets-perform.md | 21 -- 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-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-youtube-to-blog/package.json | 2 +- examples/with-zapier-mcp/package.json | 2 +- packages/ag-ui/CHANGELOG.md | 13 + packages/ag-ui/package.json | 4 +- packages/core/CHANGELOG.md | 20 ++ packages/core/package.json | 2 +- packages/e2e/package.json | 2 +- pnpm-lock.yaml | 270 +++++++++--------- 87 files changed, 251 insertions(+), 251 deletions(-) delete mode 100644 .changeset/fix-ag-ui-tool-call-input.md delete mode 100644 .changeset/mean-pets-perform.md diff --git a/.changeset/fix-ag-ui-tool-call-input.md b/.changeset/fix-ag-ui-tool-call-input.md deleted file mode 100644 index 1155e82b1..000000000 --- a/.changeset/fix-ag-ui-tool-call-input.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@voltagent/ag-ui": patch ---- - -fix: use `input` instead of `args` for tool-call parts in message conversion - -When converting CopilotKit assistant messages with tool calls to VoltAgent format, -the adapter was setting `args` on tool-call parts. The AI SDK's `ToolCallPart` -interface expects `input`, causing the Anthropic provider to send `undefined` as -the tool_use input — rejected by the API with: - - "messages.N.content.N.tool_use.input: Input should be a valid dictionary" diff --git a/.changeset/mean-pets-perform.md b/.changeset/mean-pets-perform.md deleted file mode 100644 index 6d1e67cda..000000000 --- a/.changeset/mean-pets-perform.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"@voltagent/core": patch ---- - -Fix stale semantic-search results after `Memory.clearMessages()`. - -Previously, `clearMessages()` removed conversation messages from storage but left vector -embeddings behind when a vector adapter was configured. This meant semantic search could -still return hits for cleared conversations even though the message history had been removed. - -## What Changed - -- `Memory.clearMessages(userId, conversationId)` now deletes vector entries for that - conversation before clearing storage -- `Memory.clearMessages(userId)` now also deletes vector entries across all of the user's - conversations - -## Impact - -- Cleared conversations no longer appear in semantic search results -- Message storage and vector storage stay in sync after cleanup diff --git a/examples/base/package.json b/examples/base/package.json index 60140fa12..3dc0bd3d0 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/github-repo-analyzer/package.json b/examples/github-repo-analyzer/package.json index 2287b5e5b..86c19ccca 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/github-star-stories/package.json b/examples/github-star-stories/package.json index 5ee63942d..45dc958d8 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", "@voltagent/serverless-hono": "^2.0.9", diff --git a/examples/next-js-chatbot-starter-template/package.json b/examples/next-js-chatbot-starter-template/package.json index bbcc4be77..79ccb9f29 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/server-hono": "^2.0.7", "@xyflow/react": "^12.9.2", diff --git a/examples/with-a2a-server/package.json b/examples/with-a2a-server/package.json index fecfc9888..ad09ee7c0 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.2", - "@voltagent/core": "^2.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/internal": "^1.0.3", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-agent-tool/package.json b/examples/with-agent-tool/package.json index 9a385f207..37fe01877 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.6.8", + "@voltagent/core": "^2.6.9", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-airtable/package.json b/examples/with-airtable/package.json index b278c24a2..8c8c8aa08 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/internal": "^1.0.3", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", diff --git a/examples/with-amazon-bedrock/package.json b/examples/with-amazon-bedrock/package.json index 8cb75fd40..f0c55d01d 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-anthropic/package.json b/examples/with-anthropic/package.json index 8223cb3fd..223765af8 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index d0aab4caa..c5c07ff5d 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-cerbos/package.json b/examples/with-cerbos/package.json index 5c0b6827e..8ee42dea8 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/server-hono": "^2.0.7", "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 0de35dc20..9e1e035cb 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.6.8", + "@voltagent/core": "^2.6.9", "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 94e372260..8e49292a5 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-client-side-tools/package.json b/examples/with-client-side-tools/package.json index 118bd57bc..f24cb7255 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/server-hono": "^2.0.7", "@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 0df092600..e56b163fd 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/serverless-hono": "^2.0.9", "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 de480b8d7..d19fe120b 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-custom-endpoints/package.json b/examples/with-custom-endpoints/package.json index 8c85b1456..cf53d7cc5 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-dynamic-parameters/package.json b/examples/with-dynamic-parameters/package.json index b86ac8365..3c4742a6c 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-dynamic-prompts/package.json b/examples/with-dynamic-prompts/package.json index bdfd8d952..a277ceddb 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-feedback/package.json b/examples/with-feedback/package.json index 10149fa44..a18dd993c 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", "ai": "^6.0.0" diff --git a/examples/with-google-ai/package.json b/examples/with-google-ai/package.json index a0f200f75..259848745 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-google-drive-mcp/server/package.json b/examples/with-google-drive-mcp/server/package.json index 51785f400..b1b702286 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-google-vertex-ai/package.json b/examples/with-google-vertex-ai/package.json index 607b8338b..76f99ddae 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-groq-ai/package.json b/examples/with-groq-ai/package.json index b8a2da478..62076a681 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-guardrails/package.json b/examples/with-guardrails/package.json index c3a5bcc6c..0e982def1 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", "ai": "^6.0.0" diff --git a/examples/with-hooks/package.json b/examples/with-hooks/package.json index 4925d2609..dd2bb9d35 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-hugging-face-mcp/package.json b/examples/with-hugging-face-mcp/package.json index fca410341..a87156d35 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-langfuse/package.json b/examples/with-langfuse/package.json index 281d78d3f..efe93b84e 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.6.8", + "@voltagent/core": "^2.6.9", "@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 9156bae0b..c25978b07 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-mcp-server/package.json b/examples/with-mcp-server/package.json index dbee839fe..80e196ea8 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-mcp/package.json b/examples/with-mcp/package.json index fe6350b38..2ecd5a3a9 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-memory-rest-api/package.json b/examples/with-memory-rest-api/package.json index 58db60086..bce832621 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.1.2", "@voltagent/server-hono": "^2.0.7" diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index 5bdac5bc1..44d31989d 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-nestjs/package.json b/examples/with-nestjs/package.json index 0e3c75ff7..638524399 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/server-core": "^2.1.10", "@voltagent/server-hono": "^2.0.7", "hono": "^4.7.7", diff --git a/examples/with-netlify-functions/package.json b/examples/with-netlify-functions/package.json index 67fd8d338..169fe4270 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/serverless-hono": "^2.0.9", "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 483f0594a..66665e0da 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.6.8", + "@voltagent/core": "^2.6.9", "@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 c00e154bf..d861080ec 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-nuxt/package.json b/examples/with-nuxt/package.json index 960fb2991..e3ca12f05 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/server-hono": "^2.0.7", "ai": "^6.0.0", diff --git a/examples/with-offline-evals/package.json b/examples/with-offline-evals/package.json index 936bb6f66..7add01d35 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.6.8", + "@voltagent/core": "^2.6.9", "@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 4324473e4..30486e7db 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", "ai": "^6.0.0", diff --git a/examples/with-peaka-mcp/package.json b/examples/with-peaka-mcp/package.json index 59ea6d882..aae02859a 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-pinecone/package.json b/examples/with-pinecone/package.json index 1c9718b70..736d407f2 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-planagents/package.json b/examples/with-planagents/package.json index 0ba662018..9f07cc930 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 972a39f1c..1326f0878 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-postgres/package.json b/examples/with-postgres/package.json index c0899ce04..73868869d 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.1.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-qdrant/package.json b/examples/with-qdrant/package.json index 34e316815..cf951ce04 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-rag-chatbot/package.json b/examples/with-rag-chatbot/package.json index d75f894fa..8feb137b2 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-recipe-generator/package.json b/examples/with-recipe-generator/package.json index 56512db0e..0ca7040a9 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", "ai": "^6.0.0", diff --git a/examples/with-research-assistant/package.json b/examples/with-research-assistant/package.json index acc569a9f..46244535c 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-resumable-streams/package.json b/examples/with-resumable-streams/package.json index 0f83727ac..234adb924 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/resumable-streams": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-retries-fallback/package.json b/examples/with-retries-fallback/package.json index 56acc716f..5daaecf2d 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-retrieval/package.json b/examples/with-retrieval/package.json index d6a986d09..0990dfb64 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-slack/package.json b/examples/with-slack/package.json index a639698c4..c27eb2454 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", diff --git a/examples/with-subagents/package.json b/examples/with-subagents/package.json index b713e7249..3c3fa1155 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-summarization/package.json b/examples/with-summarization/package.json index a30eca624..6fd8001c7 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-supabase/package.json b/examples/with-supabase/package.json index c778ce463..5b873a849 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", "@voltagent/supabase": "^2.1.3", diff --git a/examples/with-tavily-search/package.json b/examples/with-tavily-search/package.json index 17bd34a9d..e9caacee3 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-thinking-tool/package.json b/examples/with-thinking-tool/package.json index 77bc24aa6..f909590b6 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-tool-routing/package.json b/examples/with-tool-routing/package.json index 78335f8b4..b0193e90b 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", "ai": "^6.0.0", diff --git a/examples/with-tools/package.json b/examples/with-tools/package.json index 364f8684b..1d299f876 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-turso/package.json b/examples/with-turso/package.json index cce9c079f..4f20133e0 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-vector-search/package.json b/examples/with-vector-search/package.json index 1601a6ba9..c5f1c0c39 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-vercel-ai/package.json b/examples/with-vercel-ai/package.json index 24c4c191d..ae1156280 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-viteval/package.json b/examples/with-viteval/package.json index 67c904338..99655eb92 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-voice-elevenlabs/package.json b/examples/with-voice-elevenlabs/package.json index b012f872c..66e97738b 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-voice-openai/package.json b/examples/with-voice-openai/package.json index 62c31ff84..f205e822e 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-voice-xsai/package.json b/examples/with-voice-xsai/package.json index 6fb7c955b..5909cafda 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-voltagent-actions/package.json b/examples/with-voltagent-actions/package.json index f73e578f5..f80b0cdd6 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-voltagent-exporter/package.json b/examples/with-voltagent-exporter/package.json index 4b22c9dec..1c26d7cc0 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-voltagent-managed-memory/package.json b/examples/with-voltagent-managed-memory/package.json index 646b20b4f..7ea5f6f7b 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", "@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 3fc692d44..70ee9206c 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/logger": "^2.0.2", "@voltagent/resumable-streams": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-voltops-retrieval/package.json b/examples/with-voltops-retrieval/package.json index 1d429035e..e765cd5fe 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-whatsapp/package.json b/examples/with-whatsapp/package.json index 74ffcad12..c0ebc2211 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-workflow-chain/package.json b/examples/with-workflow-chain/package.json index 3a3123134..56f51dd7c 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-workflow/package.json b/examples/with-workflow/package.json index 88da81501..c40c61645 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-working-memory/package.json b/examples/with-working-memory/package.json index 7f0779427..196a8902b 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-workspace/package.json b/examples/with-workspace/package.json index 970dd13a2..56af27b86 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-youtube-to-blog/package.json b/examples/with-youtube-to-blog/package.json index 46467b878..31834465c 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.6.8", + "@voltagent/core": "^2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/examples/with-zapier-mcp/package.json b/examples/with-zapier-mcp/package.json index 73f47956d..0f756c747 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.6.8", + "@voltagent/core": "~2.6.9", "@voltagent/libsql": "^2.1.2", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.7", diff --git a/packages/ag-ui/CHANGELOG.md b/packages/ag-ui/CHANGELOG.md index b3188bb91..d2a5afe51 100644 --- a/packages/ag-ui/CHANGELOG.md +++ b/packages/ag-ui/CHANGELOG.md @@ -1,5 +1,18 @@ # @voltagent/ag-ui +## 1.0.6 + +### Patch Changes + +- [#1149](https://github.com/VoltAgent/voltagent/pull/1149) [`19c4fcf`](https://github.com/VoltAgent/voltagent/commit/19c4fcfc10ba0908e47c482b17355715c7467da3) Thanks [@corners99](https://github.com/corners99)! - fix: use `input` instead of `args` for tool-call parts in message conversion + + When converting CopilotKit assistant messages with tool calls to VoltAgent format, + the adapter was setting `args` on tool-call parts. The AI SDK's `ToolCallPart` + interface expects `input`, causing the Anthropic provider to send `undefined` as + the tool_use input — rejected by the API with: + + "messages.N.content.N.tool_use.input: Input should be a valid dictionary" + ## 1.0.5 ### Patch Changes diff --git a/packages/ag-ui/package.json b/packages/ag-ui/package.json index 94cc090f2..b057198d4 100644 --- a/packages/ag-ui/package.json +++ b/packages/ag-ui/package.json @@ -1,7 +1,7 @@ { "name": "@voltagent/ag-ui", "description": "AG-UI adapter for VoltAgent agents and CopilotKit runtimes.", - "version": "1.0.5", + "version": "1.0.6", "dependencies": { "rxjs": "^7.8.1" }, @@ -10,7 +10,7 @@ "@ag-ui/core": "^0.0.37", "@copilotkit/runtime": "^1.50.0", "@vitest/coverage-v8": "^3.2.4", - "@voltagent/core": "^2.6.5", + "@voltagent/core": "^2.6.9", "@voltagent/internal": "^1.0.2", "tsup": "^8.5.0", "typescript": "^5.8.2", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c4d155509..7038ab217 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,25 @@ # @voltagent/core +## 2.6.9 + +### Patch Changes + +- [#1152](https://github.com/VoltAgent/voltagent/pull/1152) [`aa5c4d7`](https://github.com/VoltAgent/voltagent/commit/aa5c4d7e82a5d68bd3efa23b527d9b52b0ec3e83) Thanks [@omeraplak](https://github.com/omeraplak)! - Fix stale semantic-search results after `Memory.clearMessages()`. + + Previously, `clearMessages()` removed conversation messages from storage but left vector + embeddings behind when a vector adapter was configured. This meant semantic search could + still return hits for cleared conversations even though the message history had been removed. + + ## What Changed + - `Memory.clearMessages(userId, conversationId)` now deletes vector entries for that + conversation before clearing storage + - `Memory.clearMessages(userId)` now also deletes vector entries across all of the user's + conversations + + ## Impact + - Cleared conversations no longer appear in semantic search results + - Message storage and vector storage stay in sync after cleanup + ## 2.6.8 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4f57f83db..62f89c70c 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.6.8", + "version": "2.6.9", "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 951e76782..017c9eb49 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.6.8", + "@voltagent/core": "^2.6.9", "@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 45d23851c..21ee44120 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -388,7 +388,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/a2a-server '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.3 @@ -477,7 +477,7 @@ importers: examples/with-agent-tool: dependencies: '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/server-hono': specifier: ^2.0.7 @@ -793,7 +793,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/server-hono': specifier: ^2.0.7 @@ -928,7 +928,7 @@ importers: examples/with-cloudflare-workers: dependencies: '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/serverless-hono': specifier: ^2.0.9 @@ -962,7 +962,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1676,7 +1676,7 @@ importers: examples/with-mcp-server: dependencies: '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/server-core': specifier: ^2.1.10 @@ -1827,7 +1827,7 @@ importers: examples/with-netlify-functions: dependencies: '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/serverless-hono': specifier: ^2.0.9 @@ -1867,7 +1867,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2193,7 +2193,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2230,7 +2230,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2270,7 +2270,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2316,7 +2316,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2362,7 +2362,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2399,7 +2399,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2436,7 +2436,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2501,7 +2501,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2529,7 +2529,7 @@ importers: examples/with-resumable-streams: dependencies: '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2563,7 +2563,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2597,7 +2597,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2671,7 +2671,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2708,7 +2708,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2745,7 +2745,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2779,7 +2779,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2813,7 +2813,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2850,7 +2850,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2884,7 +2884,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2918,7 +2918,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -2955,7 +2955,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3075,7 +3075,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3112,7 +3112,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3155,7 +3155,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3198,7 +3198,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3229,7 +3229,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3263,7 +3263,7 @@ importers: specifier: ^3.0.0 version: 3.0.1(zod@3.25.76) '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3294,7 +3294,7 @@ importers: examples/with-voltops-resumable-streams: dependencies: '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3325,7 +3325,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3362,7 +3362,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3399,7 +3399,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3504,7 +3504,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 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.6.8 + specifier: ^2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3569,7 +3569,7 @@ importers: examples/with-zapier-mcp: dependencies: '@voltagent/core': - specifier: ~2.6.8 + specifier: ~2.6.9 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.2 @@ -3632,7 +3632,7 @@ importers: specifier: ^3.2.4 version: 3.2.4(vitest@3.2.4) '@voltagent/core': - specifier: ^2.6.5 + specifier: ^2.6.9 version: link:../core '@voltagent/internal': specifier: ^1.0.2 @@ -4020,7 +4020,7 @@ importers: specifier: ^0.15.0 version: 0.15.10 '@voltagent/core': - specifier: ^2.6.8 + specifier: ^2.6.9 version: link:../core '@voltagent/internal': specifier: ^1.0.3 @@ -17181,8 +17181,8 @@ packages: /@repeaterjs/repeater@3.0.6: resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==} - /@rolldown/binding-android-arm64@1.0.0-rc.8: - resolution: {integrity: sha512-5bcmMQDWEfWUq3m79Mcf/kbO6e5Jr6YjKSsA1RnpXR6k73hQ9z1B17+4h93jXpzHvS18p7bQHM1HN/fSd+9zog==} + /@rolldown/binding-android-arm64@1.0.0-rc.9: + resolution: {integrity: sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] @@ -17190,8 +17190,8 @@ packages: dev: true optional: true - /@rolldown/binding-darwin-arm64@1.0.0-rc.8: - resolution: {integrity: sha512-dcHPd5N4g9w2iiPRJmAvO0fsIWzF2JPr9oSuTjxLL56qu+oML5aMbBMNwWbk58Mt3pc7vYs9CCScwLxdXPdRsg==} + /@rolldown/binding-darwin-arm64@1.0.0-rc.9: + resolution: {integrity: sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] @@ -17199,8 +17199,8 @@ packages: dev: true optional: true - /@rolldown/binding-darwin-x64@1.0.0-rc.8: - resolution: {integrity: sha512-mw0VzDvoj8AuR761QwpdCFN0sc/jspuc7eRYJetpLWd+XyansUrH3C7IgNw6swBOgQT9zBHNKsVCjzpfGJlhUA==} + /@rolldown/binding-darwin-x64@1.0.0-rc.9: + resolution: {integrity: sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] @@ -17208,8 +17208,8 @@ packages: dev: true optional: true - /@rolldown/binding-freebsd-x64@1.0.0-rc.8: - resolution: {integrity: sha512-xNrRa6mQ9NmMIJBdJtPMPG8Mso0OhM526pDzc/EKnRrIrrkHD1E0Z6tONZRmUeJElfsQ6h44lQQCcDilSNIvSQ==} + /@rolldown/binding-freebsd-x64@1.0.0-rc.9: + resolution: {integrity: sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] @@ -17217,8 +17217,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.8: - resolution: {integrity: sha512-WgCKoO6O/rRUwimWfEJDeztwJJmuuX0N2bYLLRxmXDTtCwjToTOqk7Pashl/QpQn3H/jHjx0b5yCMbcTVYVpNg==} + /@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.9: + resolution: {integrity: sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] @@ -17226,8 +17226,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm64-gnu@1.0.0-rc.8: - resolution: {integrity: sha512-tOHgTOQa8G4Z3ULj4G3NYOGGJEsqPHR91dT72u63OtVsZ7B6wFJKOx+ZKv+pvwzxWz92/I2ycaqi2/Ll4l+rlg==} + /@rolldown/binding-linux-arm64-gnu@1.0.0-rc.9: + resolution: {integrity: sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -17235,8 +17235,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm64-musl@1.0.0-rc.8: - resolution: {integrity: sha512-oRbxcgDujCi2Yp1GTxoUFsIFlZsuPHU4OV4AzNc3/6aUmR4lfm9FK0uwQu82PJsuUwnF2jFdop3Ep5c1uK7Uxg==} + /@rolldown/binding-linux-arm64-musl@1.0.0-rc.9: + resolution: {integrity: sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -17244,8 +17244,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.8: - resolution: {integrity: sha512-oaLRyUHw8kQE5M89RqrDJZ10GdmGJcMeCo8tvaE4ukOofqgjV84AbqBSH6tTPjeT2BHv+xlKj678GBuIb47lKA==} + /@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.9: + resolution: {integrity: sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [ppc64] os: [linux] @@ -17253,8 +17253,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-s390x-gnu@1.0.0-rc.8: - resolution: {integrity: sha512-1hjSKFrod5MwBBdLOOA0zpUuSfSDkYIY+QqcMcIU1WOtswZtZdUkcFcZza9b2HcAb0bnpmmyo0LZcaxLb2ov1g==} + /@rolldown/binding-linux-s390x-gnu@1.0.0-rc.9: + resolution: {integrity: sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [s390x] os: [linux] @@ -17262,8 +17262,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-x64-gnu@1.0.0-rc.8: - resolution: {integrity: sha512-a1+F0aV4Wy9tT3o+cHl3XhOy6aFV+B8Ll+/JFj98oGkb6lGk3BNgrxd+80RwYRVd23oLGvj3LwluKYzlv1PEuw==} + /@rolldown/binding-linux-x64-gnu@1.0.0-rc.9: + resolution: {integrity: sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -17271,8 +17271,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-x64-musl@1.0.0-rc.8: - resolution: {integrity: sha512-bGyXCFU11seFrf7z8PcHSwGEiFVkZ9vs+auLacVOQrVsI8PFHJzzJROF3P6b0ODDmXr0m6Tj5FlDhcXVk0Jp8w==} + /@rolldown/binding-linux-x64-musl@1.0.0-rc.9: + resolution: {integrity: sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -17280,8 +17280,8 @@ packages: dev: true optional: true - /@rolldown/binding-openharmony-arm64@1.0.0-rc.8: - resolution: {integrity: sha512-n8d+L2bKgf9G3+AM0bhHFWdlz9vYKNim39ujRTieukdRek0RAo2TfG2uEnV9spa4r4oHUfL9IjcY3M9SlqN1gw==} + /@rolldown/binding-openharmony-arm64@1.0.0-rc.9: + resolution: {integrity: sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] @@ -17289,8 +17289,8 @@ packages: dev: true optional: true - /@rolldown/binding-wasm32-wasi@1.0.0-rc.8: - resolution: {integrity: sha512-4R4iJDIk7BrJdteAbEAICXPoA7vZoY/M0OBfcRlQxzQvUYMcEp2GbC/C8UOgQJhu2TjGTpX1H8vVO1xHWcRqQA==} + /@rolldown/binding-wasm32-wasi@1.0.0-rc.9: + resolution: {integrity: sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==} engines: {node: '>=14.0.0'} cpu: [wasm32] requiresBuild: true @@ -17299,8 +17299,8 @@ packages: dev: true optional: true - /@rolldown/binding-win32-arm64-msvc@1.0.0-rc.8: - resolution: {integrity: sha512-3lwnklba9qQOpFnQ7EW+A1m4bZTWXZE4jtehsZ0YOl2ivW1FQqp5gY7X2DLuKITggesyuLwcmqS11fA7NtrmrA==} + /@rolldown/binding-win32-arm64-msvc@1.0.0-rc.9: + resolution: {integrity: sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] @@ -17308,8 +17308,8 @@ packages: dev: true optional: true - /@rolldown/binding-win32-x64-msvc@1.0.0-rc.8: - resolution: {integrity: sha512-VGjCx9Ha1P/r3tXGDZyG0Fcq7Q0Afnk64aaKzr1m40vbn1FL8R3W0V1ELDvPgzLXaaqK/9PnsqSaLWXfn6JtGQ==} + /@rolldown/binding-win32-x64-msvc@1.0.0-rc.9: + resolution: {integrity: sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -17329,8 +17329,8 @@ packages: resolution: {integrity: sha512-Y0+JT8Mi1mmW08K6HieG315XNRu4L0rkfCpA364HtytjgiqYnMYRdFPcxRl+BQQqNXzecL2S9nii+RUpO93XIA==} dev: false - /@rolldown/pluginutils@1.0.0-rc.8: - resolution: {integrity: sha512-wzJwL82/arVfeSP3BLr1oTy40XddjtEdrdgtJ4lLRBu06mP3q/8HGM6K0JRlQuTA3XB0pNJx2so/nmpY4xyOew==} + /@rolldown/pluginutils@1.0.0-rc.9: + resolution: {integrity: sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==} dev: true /@rollup/plugin-alias@5.1.1(rollup@4.50.2): @@ -36967,7 +36967,7 @@ packages: resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} dev: false - /rolldown-plugin-dts@0.16.11(rolldown@1.0.0-rc.8)(typescript@5.9.2): + /rolldown-plugin-dts@0.16.11(rolldown@1.0.0-rc.9)(typescript@5.9.2): resolution: {integrity: sha512-9IQDaPvPqTx3RjG2eQCK5GYZITo203BxKunGI80AGYicu1ySFTUyugicAaTZWRzFWh9DSnzkgNeMNbDWBbSs0w==} engines: {node: '>=20.18.0'} peerDependencies: @@ -36995,36 +36995,36 @@ packages: dts-resolver: 2.1.2 get-tsconfig: 4.10.1 magic-string: 0.30.19 - rolldown: 1.0.0-rc.8 + rolldown: 1.0.0-rc.9 typescript: 5.9.2 transitivePeerDependencies: - oxc-resolver - supports-color dev: true - /rolldown@1.0.0-rc.8: - resolution: {integrity: sha512-RGOL7mz/aoQpy/y+/XS9iePBfeNRDUdozrhCEJxdpJyimW8v6yp4c30q6OviUU5AnUJVLRL9GP//HUs6N3ALrQ==} + /rolldown@1.0.0-rc.9: + resolution: {integrity: sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true dependencies: '@oxc-project/types': 0.115.0 - '@rolldown/pluginutils': 1.0.0-rc.8 + '@rolldown/pluginutils': 1.0.0-rc.9 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.0-rc.8 - '@rolldown/binding-darwin-arm64': 1.0.0-rc.8 - '@rolldown/binding-darwin-x64': 1.0.0-rc.8 - '@rolldown/binding-freebsd-x64': 1.0.0-rc.8 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.8 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.8 - '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.8 - '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.8 - '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.8 - '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.8 - '@rolldown/binding-linux-x64-musl': 1.0.0-rc.8 - '@rolldown/binding-openharmony-arm64': 1.0.0-rc.8 - '@rolldown/binding-wasm32-wasi': 1.0.0-rc.8 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.8 - '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.8 + '@rolldown/binding-android-arm64': 1.0.0-rc.9 + '@rolldown/binding-darwin-arm64': 1.0.0-rc.9 + '@rolldown/binding-darwin-x64': 1.0.0-rc.9 + '@rolldown/binding-freebsd-x64': 1.0.0-rc.9 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.9 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.9 + '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.9 + '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.9 + '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.9 + '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.9 + '@rolldown/binding-linux-x64-musl': 1.0.0-rc.9 + '@rolldown/binding-openharmony-arm64': 1.0.0-rc.9 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.9 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.9 + '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.9 dev: true /rollup-plugin-inject@3.0.2: @@ -39206,8 +39206,8 @@ packages: empathic: 2.0.0 hookable: 5.5.3 publint: 0.3.12 - rolldown: 1.0.0-rc.8 - rolldown-plugin-dts: 0.16.11(rolldown@1.0.0-rc.8)(typescript@5.9.2) + rolldown: 1.0.0-rc.9 + rolldown-plugin-dts: 0.16.11(rolldown@1.0.0-rc.9)(typescript@5.9.2) semver: 7.7.2 tinyexec: 1.0.1 tinyglobby: 0.2.15