From eea99abef61b390dcf5e92fb79f06952ba6b251a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:03:50 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/red-monkeys-shake.md | 19 -- .changeset/smart-carpets-taste.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-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/core/CHANGELOG.md | 20 ++ packages/core/package.json | 2 +- pnpm-lock.yaml | 258 +++++++++--------- 83 files changed, 228 insertions(+), 232 deletions(-) delete mode 100644 .changeset/red-monkeys-shake.md delete mode 100644 .changeset/smart-carpets-taste.md diff --git a/.changeset/red-monkeys-shake.md b/.changeset/red-monkeys-shake.md deleted file mode 100644 index 8f2acd3fc..000000000 --- a/.changeset/red-monkeys-shake.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@voltagent/core": patch ---- - -fix: include instructions from dynamic toolkits in system prompt generation - #1042 - -When `tools` is defined dynamically and returns toolkit objects with `addInstructions: true`, those toolkit instructions are now appended to the system prompt for that execution. - -### What changed - -- Resolved dynamic tools before system prompt assembly so runtime toolkit metadata is available during prompt enrichment. -- Passed runtime toolkits into system message enrichment (`getSystemMessage`/`enrichInstructions`) instead of only using statically registered toolkits. -- Merged static + runtime toolkit instructions with toolkit-name de-duplication. -- Added regression coverage for async dynamic toolkit instructions. - -### Impact - -- Dynamic toolkit guidance is now honored consistently in prompt construction. -- Behavior now matches static toolkit instruction handling. diff --git a/.changeset/smart-carpets-taste.md b/.changeset/smart-carpets-taste.md deleted file mode 100644 index 2442fa77f..000000000 --- a/.changeset/smart-carpets-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@voltagent/core": patch ---- - -Fix workflow state persistence for userId/conversationId and make resume robust when input is missing by falling back to workflow-start event input. diff --git a/examples/base/package.json b/examples/base/package.json index 9cdd30a7a..4015b7bd0 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/github-repo-analyzer/package.json b/examples/github-repo-analyzer/package.json index 00c3e57a6..80a34d823 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/github-star-stories/package.json b/examples/github-star-stories/package.json index cc33f9943..d1e2a4716 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", "@voltagent/serverless-hono": "^2.0.8", diff --git a/examples/next-js-chatbot-starter-template/package.json b/examples/next-js-chatbot-starter-template/package.json index 291d5bdaa..83c5cc816 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/server-hono": "^2.0.6", "@xyflow/react": "^12.9.2", diff --git a/examples/with-a2a-server/package.json b/examples/with-a2a-server/package.json index 60da4d547..56277f5cb 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/internal": "^1.0.3", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-agent-tool/package.json b/examples/with-agent-tool/package.json index c93ffaa66..6275653de 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.3.7", + "@voltagent/core": "^2.3.8", "ai": "^6.0.0", "zod": "^3.25.76" }, diff --git a/examples/with-airtable/package.json b/examples/with-airtable/package.json index 978c7503d..4483f279a 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.3.7", + "@voltagent/core": "^2.3.8", "@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 f21cdce9f..150c5023f 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-anthropic/package.json b/examples/with-anthropic/package.json index 01dafb5be..2138e2fea 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index b2c22880d..d7893d102 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-cerbos/package.json b/examples/with-cerbos/package.json index 017f6ee9c..be9ee6d72 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/server-hono": "^2.0.6", "ai": "^6.0.0", "express": "^5.1.0", diff --git a/examples/with-chroma/package.json b/examples/with-chroma/package.json index 66ae051b3..33af9dfd3 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-client-side-tools/package.json b/examples/with-client-side-tools/package.json index f37115e07..dde965d8f 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/server-hono": "^2.0.6", "@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 721dad0db..1ae377ac9 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/serverless-hono": "^2.0.8", "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 30477f791..ad0a50a84 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-custom-endpoints/package.json b/examples/with-custom-endpoints/package.json index 26a0ede76..5638055fc 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-dynamic-parameters/package.json b/examples/with-dynamic-parameters/package.json index 6fbe2cf75..85f13d75b 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-dynamic-prompts/package.json b/examples/with-dynamic-prompts/package.json index f551b060c..378e43337 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-feedback/package.json b/examples/with-feedback/package.json index 1e501e70e..d43994ac5 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", "ai": "^6.0.0" diff --git a/examples/with-google-ai/package.json b/examples/with-google-ai/package.json index 55a6a754c..6d19b907a 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-google-drive-mcp/server/package.json b/examples/with-google-drive-mcp/server/package.json index 21361cd97..3384306e1 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-google-vertex-ai/package.json b/examples/with-google-vertex-ai/package.json index 5a092c856..84ffeee1e 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-groq-ai/package.json b/examples/with-groq-ai/package.json index f629abfb0..2063a012e 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-guardrails/package.json b/examples/with-guardrails/package.json index 9a0f23d14..fd24598ac 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", "ai": "^6.0.0" diff --git a/examples/with-hooks/package.json b/examples/with-hooks/package.json index cc194a995..3e3263dab 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-hugging-face-mcp/package.json b/examples/with-hugging-face-mcp/package.json index d0eea30bd..168af39cc 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-langfuse/package.json b/examples/with-langfuse/package.json index 6a479f859..d79f04a9c 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/langfuse-exporter": "^2.0.2", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", diff --git a/examples/with-mcp-elicitation/package.json b/examples/with-mcp-elicitation/package.json index 550d4e0f3..f5a90ba2f 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-mcp-server/package.json b/examples/with-mcp-server/package.json index be4ba3894..abf9b56ae 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/mcp-server": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-mcp/package.json b/examples/with-mcp/package.json index 376cd116b..e979bc25b 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-memory-rest-api/package.json b/examples/with-memory-rest-api/package.json index 527294d8d..2401eda80 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.1.1", "@voltagent/server-hono": "^2.0.6" diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index 1c7b5fed2..ac3851cb8 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-nestjs/package.json b/examples/with-nestjs/package.json index 0f9344e1e..00d2d28df 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/server-core": "^2.1.5", "@voltagent/server-hono": "^2.0.6", "hono": "^4.7.7", diff --git a/examples/with-netlify-functions/package.json b/examples/with-netlify-functions/package.json index c8bfc12b2..72c41f8e7 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/serverless-hono": "^2.0.8", "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 609aaa36d..32a27269d 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/internal": "^1.0.3", "@voltagent/libsql": "^2.1.1", "@voltagent/resumable-streams": "^2.0.1", diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index f8bc3c699..5316f6edd 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-nuxt/package.json b/examples/with-nuxt/package.json index 8bdbbbc4e..d2fb7c4ee 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/server-hono": "^2.0.6", "ai": "^6.0.0", diff --git a/examples/with-offline-evals/package.json b/examples/with-offline-evals/package.json index f4b5318b4..578e57747 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/evals": "^2.0.3", "@voltagent/scorers": "^2.0.4", "@voltagent/sdk": "^2.0.2", diff --git a/examples/with-ollama/package.json b/examples/with-ollama/package.json index 1829a99e7..5d3f3419d 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", "ai": "^6.0.0", diff --git a/examples/with-peaka-mcp/package.json b/examples/with-peaka-mcp/package.json index d7b1b89a0..7173a7895 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-pinecone/package.json b/examples/with-pinecone/package.json index 7e13a187f..d2a0dc619 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-planagents/package.json b/examples/with-planagents/package.json index 9f997b30b..3f771c2ae 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 908560bc8..f9265cbc9 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-postgres/package.json b/examples/with-postgres/package.json index c2f8321d5..e21c96377 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/postgres": "^2.1.1", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-qdrant/package.json b/examples/with-qdrant/package.json index dfdaabd57..73db02cfe 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-rag-chatbot/package.json b/examples/with-rag-chatbot/package.json index 077077f5c..e52b6d882 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-recipe-generator/package.json b/examples/with-recipe-generator/package.json index 0fe22c879..7c119f774 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", "ai": "^6.0.0", diff --git a/examples/with-research-assistant/package.json b/examples/with-research-assistant/package.json index 00864a899..ebc366b9b 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-resumable-streams/package.json b/examples/with-resumable-streams/package.json index a013d7c48..399452d52 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/resumable-streams": "^2.0.1", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-retries-fallback/package.json b/examples/with-retries-fallback/package.json index 25253bf17..4732fb769 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-retrieval/package.json b/examples/with-retrieval/package.json index b24b36d00..adc273495 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-slack/package.json b/examples/with-slack/package.json index 70be0870d..c587dfa25 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@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 bb9cc0144..f4121e296 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-summarization/package.json b/examples/with-summarization/package.json index 4874c91fa..7eca04956 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-supabase/package.json b/examples/with-supabase/package.json index 7c49a70e2..ec0255882 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", "@voltagent/supabase": "^2.1.2", diff --git a/examples/with-tavily-search/package.json b/examples/with-tavily-search/package.json index 6ab75bc26..154617448 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-thinking-tool/package.json b/examples/with-thinking-tool/package.json index 8461e6cc5..a09a8de5a 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-tool-routing/package.json b/examples/with-tool-routing/package.json index c238c587f..7f53b75ca 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", "ai": "^6.0.0", diff --git a/examples/with-tools/package.json b/examples/with-tools/package.json index 5a90673c0..26c7950c3 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-turso/package.json b/examples/with-turso/package.json index 16872f05f..d82b83d71 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-vector-search/package.json b/examples/with-vector-search/package.json index ec724127e..91aac5770 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-vercel-ai/package.json b/examples/with-vercel-ai/package.json index b67ab2d25..7aecabb5b 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-viteval/package.json b/examples/with-viteval/package.json index a6db63a9a..93bcdfa2c 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-voice-elevenlabs/package.json b/examples/with-voice-elevenlabs/package.json index 1b6409e38..336bd1cde 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-voice-openai/package.json b/examples/with-voice-openai/package.json index a322cb21f..2f48dd933 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-voice-xsai/package.json b/examples/with-voice-xsai/package.json index d0bf3e014..5b76d769f 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-voltagent-actions/package.json b/examples/with-voltagent-actions/package.json index 67b421c5b..364b1230d 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/sdk": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-voltagent-exporter/package.json b/examples/with-voltagent-exporter/package.json index c985b4c11..36c7742ce 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-voltagent-managed-memory/package.json b/examples/with-voltagent-managed-memory/package.json index d43235588..667be07e4 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", "@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 db1b923b9..c727b2d5f 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/logger": "^2.0.2", "@voltagent/resumable-streams": "^2.0.1", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-voltops-retrieval/package.json b/examples/with-voltops-retrieval/package.json index 779217869..89391f3d7 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-whatsapp/package.json b/examples/with-whatsapp/package.json index 5fb297f1c..2f9415f1a 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-workflow-chain/package.json b/examples/with-workflow-chain/package.json index 6f105c1a3..ace1c34bb 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-workflow/package.json b/examples/with-workflow/package.json index 08b1ae3a0..8952951e9 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-working-memory/package.json b/examples/with-working-memory/package.json index 91132f646..af234b0c1 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-workspace/package.json b/examples/with-workspace/package.json index fc9db84d9..c086b4498 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-youtube-to-blog/package.json b/examples/with-youtube-to-blog/package.json index c838b557b..34cf0f847 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.3.7", + "@voltagent/core": "^2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/examples/with-zapier-mcp/package.json b/examples/with-zapier-mcp/package.json index 63a685673..56263516a 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.3.7", + "@voltagent/core": "~2.3.8", "@voltagent/libsql": "^2.1.1", "@voltagent/logger": "^2.0.2", "@voltagent/server-hono": "^2.0.6", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4dc1bb1a6..2fedc54d0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,25 @@ # @voltagent/core +## 2.3.8 + +### Patch Changes + +- [#1044](https://github.com/VoltAgent/voltagent/pull/1044) [`bbe0058`](https://github.com/VoltAgent/voltagent/commit/bbe0058974bc4cc05faab4ff4cdcdf18d3e681c5) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: include instructions from dynamic toolkits in system prompt generation - #1042 + + When `tools` is defined dynamically and returns toolkit objects with `addInstructions: true`, those toolkit instructions are now appended to the system prompt for that execution. + + ### What changed + - Resolved dynamic tools before system prompt assembly so runtime toolkit metadata is available during prompt enrichment. + - Passed runtime toolkits into system message enrichment (`getSystemMessage`/`enrichInstructions`) instead of only using statically registered toolkits. + - Merged static + runtime toolkit instructions with toolkit-name de-duplication. + - Added regression coverage for async dynamic toolkit instructions. + + ### Impact + - Dynamic toolkit guidance is now honored consistently in prompt construction. + - Behavior now matches static toolkit instruction handling. + +- [#1048](https://github.com/VoltAgent/voltagent/pull/1048) [`bdb2113`](https://github.com/VoltAgent/voltagent/commit/bdb2113c61e3370df6d921abc6f6eafc1f92a938) Thanks [@chrisisagile](https://github.com/chrisisagile)! - Fix workflow state persistence for userId/conversationId and make resume robust when input is missing by falling back to workflow-start event input. + ## 2.3.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8dac81427..eb4eae64f 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.3.7", + "version": "2.3.8", "dependencies": { "@ai-sdk/amazon-bedrock": "^3.0.0", "@ai-sdk/anthropic": "^3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a5882fc14..fae71c718 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.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -154,7 +154,7 @@ importers: specifier: ^21.0.0 version: 21.1.1 '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -191,7 +191,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 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.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -388,7 +388,7 @@ importers: specifier: ^2.0.2 version: link:../../packages/a2a-server '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.3 @@ -477,7 +477,7 @@ importers: examples/with-agent-tool: dependencies: '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 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.3.7 + specifier: ^2.3.8 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.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -573,7 +573,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -716,7 +716,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -756,7 +756,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/server-hono': specifier: ^2.0.6 @@ -796,7 +796,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -836,7 +836,7 @@ importers: specifier: ^0.15.0 version: 0.15.10 '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/server-hono': specifier: ^2.0.6 @@ -882,7 +882,7 @@ importers: examples/with-cloudflare-workers: dependencies: '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/serverless-hono': specifier: ^2.0.8 @@ -916,7 +916,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1012,7 +1012,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1046,7 +1046,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1080,7 +1080,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1114,7 +1114,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1142,7 +1142,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1225,7 +1225,7 @@ importers: specifier: ^0.1.21 version: link:../../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1265,7 +1265,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1299,7 +1299,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1333,7 +1333,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1361,7 +1361,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1395,7 +1395,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1503,7 +1503,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/langfuse-exporter': specifier: ^2.0.2 @@ -1565,7 +1565,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1599,7 +1599,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1630,7 +1630,7 @@ importers: examples/with-mcp-server: dependencies: '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1664,7 +1664,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -1695,7 +1695,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1735,7 +1735,7 @@ importers: specifier: ^11.0.0 version: 11.1.7(@nestjs/common@11.1.7)(@nestjs/core@11.1.7) '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/server-core': specifier: ^2.1.5 @@ -1781,7 +1781,7 @@ importers: examples/with-netlify-functions: dependencies: '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/serverless-hono': specifier: ^2.0.8 @@ -1821,7 +1821,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -1927,7 +1927,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/internal': specifier: ^1.0.3 @@ -2045,7 +2045,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.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2079,7 +2079,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/evals': specifier: ^2.0.3 @@ -2113,7 +2113,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2147,7 +2147,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2184,7 +2184,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2224,7 +2224,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2270,7 +2270,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2316,7 +2316,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2353,7 +2353,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2390,7 +2390,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2424,7 +2424,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2455,7 +2455,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2483,7 +2483,7 @@ importers: examples/with-resumable-streams: dependencies: '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2517,7 +2517,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2551,7 +2551,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2585,7 +2585,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2625,7 +2625,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2662,7 +2662,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2699,7 +2699,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2733,7 +2733,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2767,7 +2767,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2804,7 +2804,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -2838,7 +2838,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2872,7 +2872,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2909,7 +2909,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2943,7 +2943,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -2977,7 +2977,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3029,7 +3029,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3066,7 +3066,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3109,7 +3109,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3152,7 +3152,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3183,7 +3183,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3217,7 +3217,7 @@ importers: specifier: ^3.0.0 version: 3.0.1(zod@3.25.76) '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3248,7 +3248,7 @@ importers: examples/with-voltops-resumable-streams: dependencies: '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/logger': specifier: ^2.0.2 @@ -3279,7 +3279,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3316,7 +3316,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3353,7 +3353,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3387,7 +3387,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3421,7 +3421,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3458,7 +3458,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3492,7 +3492,7 @@ importers: specifier: ^0.1.21 version: link:../../packages/cli '@voltagent/core': - specifier: ^2.3.7 + specifier: ^2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -3523,7 +3523,7 @@ importers: examples/with-zapier-mcp: dependencies: '@voltagent/core': - specifier: ~2.3.7 + specifier: ~2.3.8 version: link:../../packages/core '@voltagent/libsql': specifier: ^2.1.1 @@ -14866,8 +14866,8 @@ packages: dev: false optional: true - /@oxc-project/types@0.112.0: - resolution: {integrity: sha512-m6RebKHIRsax2iCwVpYW2ErQwa4ywHJrE4sCK3/8JK8ZZAWOKXaRJFl/uP51gaVyyXlaS4+chU1nSCdzYf6QqQ==} + /@oxc-project/types@0.113.0: + resolution: {integrity: sha512-Tp3XmgxwNQ9pEN9vxgJBAqdRamHibi76iowQ38O2I4PMpcvNRQNVsU2n1x1nv9yh0XoTrGFzf7cZSGxmixxrhA==} dev: true /@oxc-project/types@0.94.0: @@ -17076,8 +17076,8 @@ packages: /@repeaterjs/repeater@3.0.6: resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==} - /@rolldown/binding-android-arm64@1.0.0-rc.3: - resolution: {integrity: sha512-0T1k9FinuBZ/t7rZ8jN6OpUKPnUjNdYHoj/cESWrQ3ZraAJ4OMm6z7QjSfCxqj8mOp9kTKc1zHK3kGz5vMu+nQ==} + /@rolldown/binding-android-arm64@1.0.0-rc.4: + resolution: {integrity: sha512-vRq9f4NzvbdZavhQbjkJBx7rRebDKYR9zHfO/Wg486+I7bSecdUapzCm5cyXoK+LHokTxgSq7A5baAXUZkIz0w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [android] @@ -17085,8 +17085,8 @@ packages: dev: true optional: true - /@rolldown/binding-darwin-arm64@1.0.0-rc.3: - resolution: {integrity: sha512-JWWLzvcmc/3pe7qdJqPpuPk91SoE/N+f3PcWx/6ZwuyDVyungAEJPvKm/eEldiDdwTmaEzWfIR+HORxYWrCi1A==} + /@rolldown/binding-darwin-arm64@1.0.0-rc.4: + resolution: {integrity: sha512-kFgEvkWLqt3YCgKB5re9RlIrx9bRsvyVUnaTakEpOPuLGzLpLapYxE9BufJNvPg8GjT6mB1alN4yN1NjzoeM8Q==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [darwin] @@ -17094,8 +17094,8 @@ packages: dev: true optional: true - /@rolldown/binding-darwin-x64@1.0.0-rc.3: - resolution: {integrity: sha512-MTakBxfx3tde5WSmbHxuqlDsIW0EzQym+PJYGF4P6lG2NmKzi128OGynoFUqoD5ryCySEY85dug4v+LWGBElIw==} + /@rolldown/binding-darwin-x64@1.0.0-rc.4: + resolution: {integrity: sha512-JXmaOJGsL/+rsmMfutcDjxWM2fTaVgCHGoXS7nE8Z3c9NAYjGqHvXrAhMUZvMpHS/k7Mg+X7n/MVKb7NYWKKww==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [darwin] @@ -17103,8 +17103,8 @@ packages: dev: true optional: true - /@rolldown/binding-freebsd-x64@1.0.0-rc.3: - resolution: {integrity: sha512-jje3oopyOLs7IwfvXoS6Lxnmie5JJO7vW29fdGFu5YGY1EDbVDhD+P9vDihqS5X6fFiqL3ZQZCMBg6jyHkSVww==} + /@rolldown/binding-freebsd-x64@1.0.0-rc.4: + resolution: {integrity: sha512-ep3Catd6sPnHTM0P4hNEvIv5arnDvk01PfyJIJ+J3wVCG1eEaPo09tvFqdtcaTrkwQy0VWR24uz+cb4IsK53Qw==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [freebsd] @@ -17112,8 +17112,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.3: - resolution: {integrity: sha512-A0n8P3hdLAaqzSFrQoA42p23ZKBYQOw+8EH5r15Sa9X1kD9/JXe0YT2gph2QTWvdr0CVK2BOXiK6ENfy6DXOag==} + /@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.4: + resolution: {integrity: sha512-LwA5ayKIpnsgXJEwWc3h8wPiS33NMIHd9BhsV92T8VetVAbGe2qXlJwNVDGHN5cOQ22R9uYvbrQir2AB+ntT2w==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm] os: [linux] @@ -17121,8 +17121,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm64-gnu@1.0.0-rc.3: - resolution: {integrity: sha512-kWXkoxxarYISBJ4bLNf5vFkEbb4JvccOwxWDxuK9yee8lg5XA7OpvlTptfRuwEvYcOZf+7VS69Uenpmpyo5Bjw==} + /@rolldown/binding-linux-arm64-gnu@1.0.0-rc.4: + resolution: {integrity: sha512-AC1WsGdlV1MtGay/OQ4J9T7GRadVnpYRzTcygV1hKnypbYN20Yh4t6O1Sa2qRBMqv1etulUknqXjc3CTIsBu6A==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -17130,8 +17130,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-arm64-musl@1.0.0-rc.3: - resolution: {integrity: sha512-Z03/wrqau9Bicfgb3Dbs6SYTHliELk2PM2LpG2nFd+cGupTMF5kanLEcj2vuuJLLhptNyS61rtk7SOZ+lPsTUA==} + /@rolldown/binding-linux-arm64-musl@1.0.0-rc.4: + resolution: {integrity: sha512-lU+6rgXXViO61B4EudxtVMXSOfiZONR29Sys5VGSetUY7X8mg9FCKIIjcPPj8xNDeYzKl+H8F/qSKOBVFJChCQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [linux] @@ -17139,8 +17139,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-x64-gnu@1.0.0-rc.3: - resolution: {integrity: sha512-iSXXZsQp08CSilff/DCTFZHSVEpEwdicV3W8idHyrByrcsRDVh9sGC3sev6d8BygSGj3vt8GvUKBPCoyMA4tgQ==} + /@rolldown/binding-linux-x64-gnu@1.0.0-rc.4: + resolution: {integrity: sha512-DZaN1f0PGp/bSvKhtw50pPsnln4T13ycDq1FrDWRiHmWt1JeW+UtYg9touPFf8yt993p8tS2QjybpzKNTxYEwg==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -17148,8 +17148,8 @@ packages: dev: true optional: true - /@rolldown/binding-linux-x64-musl@1.0.0-rc.3: - resolution: {integrity: sha512-qaj+MFudtdCv9xZo9znFvkgoajLdc+vwf0Kz5N44g+LU5XMe+IsACgn3UG7uTRlCCvhMAGXm1XlpEA5bZBrOcw==} + /@rolldown/binding-linux-x64-musl@1.0.0-rc.4: + resolution: {integrity: sha512-RnGxwZLN7fhMMAItnD6dZ7lvy+TI7ba+2V54UF4dhaWa/p8I/ys1E73KO6HmPmgz92ZkfD8TXS1IMV8+uhbR9g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [linux] @@ -17157,8 +17157,8 @@ packages: dev: true optional: true - /@rolldown/binding-openharmony-arm64@1.0.0-rc.3: - resolution: {integrity: sha512-U662UnMETyjT65gFmG9ma+XziENrs7BBnENi/27swZPYagubfHRirXHG2oMl+pEax2WvO7Kb9gHZmMakpYqBHQ==} + /@rolldown/binding-openharmony-arm64@1.0.0-rc.4: + resolution: {integrity: sha512-6lcI79+X8klGiGd8yHuTgQRjuuJYNggmEml+RsyN596P23l/zf9FVmJ7K0KVKkFAeYEdg0iMUKyIxiV5vebDNQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [openharmony] @@ -17166,8 +17166,8 @@ packages: dev: true optional: true - /@rolldown/binding-wasm32-wasi@1.0.0-rc.3: - resolution: {integrity: sha512-gekrQ3Q2HiC1T5njGyuUJoGpK/l6B/TNXKed3fZXNf9YRTJn3L5MOZsFBn4bN2+UX+8+7hgdlTcEsexX988G4g==} + /@rolldown/binding-wasm32-wasi@1.0.0-rc.4: + resolution: {integrity: sha512-wz7ohsKCAIWy91blZ/1FlpPdqrsm1xpcEOQVveWoL6+aSPKL4VUcoYmmzuLTssyZxRpEwzuIxL/GDsvpjaBtOw==} engines: {node: '>=14.0.0'} cpu: [wasm32] requiresBuild: true @@ -17176,8 +17176,8 @@ packages: dev: true optional: true - /@rolldown/binding-win32-arm64-msvc@1.0.0-rc.3: - resolution: {integrity: sha512-85y5JifyMgs8m5K2XzR/VDsapKbiFiohl7s5lEj7nmNGO0pkTXE7q6TQScei96BNAsoK7JC3pA7ukA8WRHVJpg==} + /@rolldown/binding-win32-arm64-msvc@1.0.0-rc.4: + resolution: {integrity: sha512-cfiMrfuWCIgsFmcVG0IPuO6qTRHvF7NuG3wngX1RZzc6dU8FuBFb+J3MIR5WrdTNozlumfgL4cvz+R4ozBCvsQ==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [arm64] os: [win32] @@ -17185,8 +17185,8 @@ packages: dev: true optional: true - /@rolldown/binding-win32-x64-msvc@1.0.0-rc.3: - resolution: {integrity: sha512-a4VUQZH7LxGbUJ3qJ/TzQG8HxdHvf+jOnqf7B7oFx1TEBm+j2KNL2zr5SQ7wHkNAcaPevF6gf9tQnVBnC4mD+A==} + /@rolldown/binding-win32-x64-msvc@1.0.0-rc.4: + resolution: {integrity: sha512-p6UeR9y7ht82AH57qwGuFYn69S6CZ7LLKdCKy/8T3zS9VTrJei2/CGsTUV45Da4Z9Rbhc7G4gyWQ/Ioamqn09g==} engines: {node: ^20.19.0 || >=22.12.0} cpu: [x64] os: [win32] @@ -17206,8 +17206,8 @@ packages: resolution: {integrity: sha512-qWhDs6yFGR5xDfdrwiSa3CWGIHxD597uGE/A9xGqytBjANvh4rLCTTkq7szhMV4+Ygh+PMS90KVJ8xWG/TkX4w==} dev: false - /@rolldown/pluginutils@1.0.0-rc.3: - resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==} + /@rolldown/pluginutils@1.0.0-rc.4: + resolution: {integrity: sha512-1BrrmTu0TWfOP1riA8uakjFc9bpIUGzVKETsOtzY39pPga8zELGDl8eu1Dx7/gjM5CAz14UknsUMpBO8L+YntQ==} dev: true /@rollup/plugin-alias@5.1.1(rollup@4.50.2): @@ -36755,7 +36755,7 @@ packages: resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} dev: false - /rolldown-plugin-dts@0.16.11(rolldown@1.0.0-rc.3)(typescript@5.9.2): + /rolldown-plugin-dts@0.16.11(rolldown@1.0.0-rc.4)(typescript@5.9.2): resolution: {integrity: sha512-9IQDaPvPqTx3RjG2eQCK5GYZITo203BxKunGI80AGYicu1ySFTUyugicAaTZWRzFWh9DSnzkgNeMNbDWBbSs0w==} engines: {node: '>=20.18.0'} peerDependencies: @@ -36783,34 +36783,34 @@ packages: dts-resolver: 2.1.2 get-tsconfig: 4.10.1 magic-string: 0.30.19 - rolldown: 1.0.0-rc.3 + rolldown: 1.0.0-rc.4 typescript: 5.9.2 transitivePeerDependencies: - oxc-resolver - supports-color dev: true - /rolldown@1.0.0-rc.3: - resolution: {integrity: sha512-Po/YZECDOqVXjIXrtC5h++a5NLvKAQNrd9ggrIG3sbDfGO5BqTUsrI6l8zdniKRp3r5Tp/2JTrXqx4GIguFCMw==} + /rolldown@1.0.0-rc.4: + resolution: {integrity: sha512-V2tPDUrY3WSevrvU2E41ijZlpF+5PbZu4giH+VpNraaadsJGHa4fR6IFwsocVwEXDoAdIv5qgPPxgrvKAOIPtA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true dependencies: - '@oxc-project/types': 0.112.0 - '@rolldown/pluginutils': 1.0.0-rc.3 + '@oxc-project/types': 0.113.0 + '@rolldown/pluginutils': 1.0.0-rc.4 optionalDependencies: - '@rolldown/binding-android-arm64': 1.0.0-rc.3 - '@rolldown/binding-darwin-arm64': 1.0.0-rc.3 - '@rolldown/binding-darwin-x64': 1.0.0-rc.3 - '@rolldown/binding-freebsd-x64': 1.0.0-rc.3 - '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.3 - '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.3 - '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.3 - '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.3 - '@rolldown/binding-linux-x64-musl': 1.0.0-rc.3 - '@rolldown/binding-openharmony-arm64': 1.0.0-rc.3 - '@rolldown/binding-wasm32-wasi': 1.0.0-rc.3 - '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.3 - '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.3 + '@rolldown/binding-android-arm64': 1.0.0-rc.4 + '@rolldown/binding-darwin-arm64': 1.0.0-rc.4 + '@rolldown/binding-darwin-x64': 1.0.0-rc.4 + '@rolldown/binding-freebsd-x64': 1.0.0-rc.4 + '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.4 + '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.4 + '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.4 + '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.4 + '@rolldown/binding-linux-x64-musl': 1.0.0-rc.4 + '@rolldown/binding-openharmony-arm64': 1.0.0-rc.4 + '@rolldown/binding-wasm32-wasi': 1.0.0-rc.4 + '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.4 + '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.4 dev: true /rollup-plugin-inject@3.0.2: @@ -38992,8 +38992,8 @@ packages: empathic: 2.0.0 hookable: 5.5.3 publint: 0.3.12 - rolldown: 1.0.0-rc.3 - rolldown-plugin-dts: 0.16.11(rolldown@1.0.0-rc.3)(typescript@5.9.2) + rolldown: 1.0.0-rc.4 + rolldown-plugin-dts: 0.16.11(rolldown@1.0.0-rc.4)(typescript@5.9.2) semver: 7.7.2 tinyexec: 1.0.1 tinyglobby: 0.2.15