Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 0 additions & 70 deletions .changeset/rare-papayas-bake.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/github-repo-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@octokit/rest": "^21.0.0",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/github-star-stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"@voltagent/serverless-hono": "^2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-js-chatbot-starter-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"@xyflow/react": "^12.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-a2a-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "voltagent-example-with-a2a-server",
"dependencies": {
"@voltagent/a2a-server": "^2.0.2",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/internal": "^1.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-agent-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "",
"dependencies": {
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/internal": "^1.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/sdk": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-amazon-bedrock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-cerbos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@cerbos/grpc": "^0.23.0",
"@modelcontextprotocol/sdk": "^1.12.1",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"express": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-chroma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@chroma-core/ollama": "^0.1.7",
"@chroma-core/openai": "^0.1.7",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-client-side-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@ai-sdk/react": "^3.0.0",
"@libsql/client": "^0.15.0",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/server-hono": "^2.0.4",
"@voltagent/vercel-ai": "^1.0.0",
"@voltagent/vercel-ui": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "VoltAgent example for Cloudflare Workers deployment with in-memory storage",
"version": "1.0.0",
"dependencies": {
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/serverless-hono": "^2.0.6",
"ai": "^6.0.0",
"hono": "^4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-composio-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-custom-endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-dynamic-parameters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-dynamic-prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-google-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-google-drive-mcp/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@hono/node-server": "^1.14.0",
"@libsql/client": "^0.15.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-google-vertex-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Find all package.json files and filter for the relevant packages
echo "=== Finding `@voltagent/core` package ==="
fd 'package.json' -x cat {} + | grep -B5 -A5 '"name"\s*:\s*"@voltagent/core"' | head -50

echo ""
echo "=== Finding `@voltagent/logger` package ==="
fd 'package.json' -x cat {} + | grep -B5 -A5 '"name"\s*:\s*"@voltagent/logger"' | head -50

Repository: VoltAgent/voltagent

Length of output: 9068


🏁 Script executed:

#!/bin/bash
# More targeted search - find package.json files with `@voltagent` packages
echo "=== Searching for `@voltagent` packages ==="
rg '"@voltagent/(core|logger)"' --files-with-matches

Repository: VoltAgent/voltagent

Length of output: 30559


🏁 Script executed:

#!/bin/bash
# List all package.json files in the repo to understand structure
echo "=== All package.json files ==="
fd -H 'package.json$' | sort

Repository: VoltAgent/voltagent

Length of output: 4658


🏁 Script executed:

#!/bin/bash
# Read the logger package.json to check peer dependencies
echo "=== packages/logger/package.json ==="
cat packages/logger/package.json

Repository: VoltAgent/voltagent

Length of output: 1351


🏁 Script executed:

#!/bin/bash
# Read the core package.json to check version and peer dependencies
echo "=== packages/core/package.json ==="
cat packages/core/package.json

Repository: VoltAgent/voltagent

Length of output: 3628


Use exact version @voltagent/logger@2.0.2 to match core@^3.0.0 peer dependency constraint.

Core v3.0.0 declares "@voltagent/logger": "2.0.2" as an exact peer dependency (not a range), but the example specifies ^2.0.2. If logger publishes patch or minor releases (2.0.3, 2.1.0), they won't be declared compatible by core@3.0.0. Change to "@voltagent/logger": "2.0.2" to match the peer dependency requirement.

🤖 Prompt for AI Agents
In `@examples/with-google-vertex-ai/package.json` at line 8, Update the
"@voltagent/logger" dependency in package.json from a caret range to the exact
version required by core@^3.0.0 by changing "@voltagent/logger": "^2.0.2" to
"@voltagent/logger": "2.0.2" so the example matches the peer dependency
constraint declared by core; locate the dependency entry for "@voltagent/logger"
in the examples/with-google-vertex-ai package.json and replace the version
specifier accordingly.

"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-groq-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-guardrails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-hugging-face-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-langfuse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/langfuse-exporter": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mcp-elicitation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/logger": "^2.0.2",
"@voltagent/mcp-server": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "voltagent-example-with-mcp-server",
"dependencies": {
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/logger": "^2.0.2",
"@voltagent/mcp-server": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-memory-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/logger": "^2.0.2",
"@voltagent/postgres": "^2.0.3",
"@voltagent/server-hono": "^2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/platform-express": "^11.0.0",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/server-core": "^2.1.3",
"@voltagent/server-hono": "^2.0.4",
"hono": "^4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "VoltAgent example deployed as a Netlify Function",
"version": "1.0.0",
"dependencies": {
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/serverless-hono": "^2.0.6",
"ai": "^6.0.0",
"hono": "^4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nextjs-resumable-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/internal": "^1.0.3",
"@voltagent/libsql": "^2.0.3",
"@voltagent/resumable-streams": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@libsql/client": "^0.15.0",
"@tailwindcss/postcss": "^4.1.4",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.2",
"@voltagent/core": "^2.3.0",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
Loading