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
21 changes: 0 additions & 21 deletions .changeset/clear-signs-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/puny-coats-sell.md

This file was deleted.

72 changes: 0 additions & 72 deletions .changeset/soft-taxis-dress.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/github-repo-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@octokit/rest": "^21.0.0",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/github-star-stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.0.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/serverless-hono": "^2.0.5",
"@voltagent/server-hono": "^2.0.4",
"@voltagent/serverless-hono": "^2.0.6",
"dotenv": "^16.4.5",
"wrangler": "^3.38.0",
"zod": "^3.25.76"
Expand Down
4 changes: 2 additions & 2 deletions examples/next-js-chatbot-starter-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"@xyflow/react": "^12.9.2",
"ai": "^6.0.0",
"class-variance-authority": "^0.7.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-a2a-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "voltagent-example-with-a2a-server",
"dependencies": {
"@voltagent/a2a-server": "^2.0.2",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/internal": "^1.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
Comment on lines 4 to +8

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 | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

python - <<'PY'
import json, urllib.request, urllib.parse

targets = {
  "@voltagent/core": "2.1.6",
  "@voltagent/server-hono": "2.0.4",
}

for pkg, ver in targets.items():
  url = "https://registry.npmjs.org/" + urllib.parse.quote(pkg, safe='@/')
  data = json.load(urllib.request.urlopen(url))
  has_ver = ver in data.get("versions", {})
  latest = data.get("dist-tags", {}).get("latest")
  print(f"{pkg}: latest={latest}, has {ver}={has_ver}")
PY

Repository: VoltAgent/voltagent

Length of output: 149


🌐 Web query:

npm @voltagent/core 2.1.6 package

💡 Result:

I couldn't find a published npm release for @voltagent/core version 2.1.6. The official npm listing and project release notes show other versions (e.g., 2.1.0 / 1.x series) — install the package using the published/latest version instead (npm info on the package and the project repo/releases linked below). [1][2][3]

Sources:

  • npm package page for @voltagent/core. [1]
  • VoltAgent docs / migration guide (1.x → 2.x). [2]
  • VoltAgent GitHub releases / changelog (shows 2.1.0 as a released 2.x). [3]

🌐 Web query:

npm @voltagent/server-hono 2.0.4 package

💡 Result:

I couldn't find an npm release @voltagent/server-hono@2.0.4. The package on npm is published as version 1.0.4, and the VoltAgent docs reference the @voltagent/server-hono server provider (v2.0.x docs). (npmjs.com)

Citations:


Fix dependency versions—@voltagent/core@2.1.6 and @voltagent/server-hono@2.0.4 do not exist in the npm registry.

  • @voltagent/core@2.1.6 is not published; the latest 2.x version available is 2.1.0. Use ^2.1.0 instead.
  • @voltagent/server-hono@2.0.4 is not published; the actual published version is 1.0.4. Use ^1.0.4 instead.

These changes are required before the code can be installed.

🤖 Prompt for AI Agents
In `@examples/with-a2a-server/package.json` around lines 4 - 8, Update the invalid
dependency versions in package.json: change "@voltagent/core" from "^2.1.6" to
"^2.1.0" and change "@voltagent/server-hono" from "^2.0.4" to "^1.0.4" so the
specified packages match published npm versions.

"ai": "^6.0.0",
"zod": "^3.25.76"
},
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.1.5",
"@voltagent/core": "^2.1.6",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/internal": "^1.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/sdk": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-amazon-bedrock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
Comment on lines +7 to +10

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 | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "Checking VoltAgent package versions on npm registry..."

# Check each package version
packages=(
  "@voltagent/core:2.1.6"
  "@voltagent/libsql:2.0.2"
  "@voltagent/logger:2.0.2"
  "@voltagent/server-hono:2.0.4"
)

for package_spec in "${packages[@]}"; do
  IFS=':' read -r pkg_name version <<< "$package_spec"
  pkg_encoded=$(echo "$pkg_name" | sed 's/@/%40/g; s/\//%2f/g')
  
  echo "Checking $pkg_name@$version..."
  if curl -fsSL "https://registry.npmjs.org/${pkg_encoded}/${version}" 2>/dev/null | jq -e '.version' > /dev/null 2>&1; then
    echo "$pkg_name@$version exists"
  else
    echo "$pkg_name@$version NOT FOUND"
  fi
done

Repository: VoltAgent/voltagent

Length of output: 405


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "Checking available versions for missing packages..."

# Check available versions
for pkg in "@voltagent/core" "@voltagent/server-hono"; do
  pkg_encoded=$(echo "$pkg" | sed 's/@/%40/g; s/\//%2f/g')
  echo "Available versions for $pkg:"
  curl -fsSL "https://registry.npmjs.org/${pkg_encoded}" 2>/dev/null | jq -r '.versions | keys[] | select(startswith("2."))' | tail -5
done

Repository: VoltAgent/voltagent

Length of output: 249


Fix invalid dependency versions in package.json.

@voltagent/core@2.1.6 and @voltagent/server-hono@2.0.4 do not exist in the npm registry. Update to available versions:

  • @voltagent/core: ^2.1.6 → ^2.1.5 (latest available)
  • @voltagent/server-hono: ^2.0.4 → ^2.0.3 (latest available)

These missing versions will cause npm install to fail for this example.

🤖 Prompt for AI Agents
In `@examples/with-auth/package.json` around lines 7 - 10, Update the invalid
dependency versions in package.json: change the `@voltagent/core` entry from
"^2.1.6" to "^2.1.5" and change the `@voltagent/server-hono` entry from "^2.0.4"
to "^2.0.3" so npm can resolve the packages; ensure you update the version
strings for the package keys "@voltagent/core" and "@voltagent/server-hono" in
the file and run npm install to verify.

"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-cerbos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"@cerbos/grpc": "^0.23.0",
"@modelcontextprotocol/sdk": "^1.12.1",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/core": "^2.1.6",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"express": "^5.1.0",
"zod": "^3.25.76"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-chroma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@chroma-core/ollama": "^0.1.7",
"@chroma-core/openai": "^0.1.7",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"chromadb": "^3.0.4",
"zod": "^3.25.76"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-client-side-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"dependencies": {
"@ai-sdk/react": "^3.0.0",
"@libsql/client": "^0.15.0",
"@voltagent/core": "^2.1.5",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/core": "^2.1.6",
"@voltagent/server-hono": "^2.0.4",
"@voltagent/vercel-ai": "^1.0.0",
"@voltagent/vercel-ui": "^1.0.1",
"ai": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "VoltAgent example for Cloudflare Workers deployment with in-memory storage",
"version": "1.0.0",
"dependencies": {
"@voltagent/core": "^2.1.5",
"@voltagent/serverless-hono": "^2.0.5",
"@voltagent/core": "^2.1.6",
"@voltagent/serverless-hono": "^2.0.6",
"ai": "^6.0.0",
"hono": "^4.7.7",
"zod": "^3.25.76"
Expand Down
4 changes: 2 additions & 2 deletions examples/with-composio-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "0.1.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-custom-endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-dynamic-parameters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-dynamic-prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-google-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-google-drive-mcp/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"@hono/node-server": "^1.14.0",
"@libsql/client": "^0.15.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"composio-core": "^0.5.33",
"hono": "^4.7.7",
"zod": "^3.25.76",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-google-vertex-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
Comment on lines +6 to +9

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 | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Check all four packages mentioned in the code snippet
echo "Checking `@voltagent/core`@2.1.6..."
curl -fsSL "https://registry.npmjs.org/@voltagent%2fcore/2.1.6" | jq '.version' 2>/dev/null || echo "NOT FOUND"

echo "Checking `@voltagent/libsql`@2.0.2..."
curl -fsSL "https://registry.npmjs.org/@voltagent%2flibsql/2.0.2" | jq '.version' 2>/dev/null || echo "NOT FOUND"

echo "Checking `@voltagent/logger`@2.0.2..."
curl -fsSL "https://registry.npmjs.org/@voltagent%2flogger/2.0.2" | jq '.version' 2>/dev/null || echo "NOT FOUND"

echo "Checking `@voltagent/server-hono`@2.0.4..."
curl -fsSL "https://registry.npmjs.org/@voltagent%2fserver-hono/2.0.4" | jq '.version' 2>/dev/null || echo "NOT FOUND"

Repository: VoltAgent/voltagent

Length of output: 182


🌐 Web query:

@voltagent/core npm package version 2.1.6

💡 Result:

I couldn't find an @voltagent/core release for version 2.1.6. The package's npm page and registry listings show other versions (for example 1.x and 2.1.0), but not 2.1.6. See the npm package page and the project repo for published versions. [1][2][3]

If you want to check yourself or install a specific version:

  • Check available versions: npm view @voltagent/core versions --json
  • Install a version: npm install @voltagent/core@

Sources:
[1] npm package page for @voltagent/core.
[2] VoltAgent GitHub repository.
[3] Package info on Socket.dev showing v2.1.0.


🌐 Web query:

@voltagent/libsql npm package version 2.0.2

💡 Result:

I couldn't find a published @voltagent/libsql version 2.0.2. The npm package shows latest v1.0.5 (install with npm i @voltagent/libsql). [1][2]

Sources:

  • @voltagent/libsql on npm (package page showing v1.0.5). [1]
  • VoltAgent docs referencing @voltagent/libsql (v2.x docs/migration). [2]

🌐 Web query:

@voltagent/logger npm package version 2.0.2

💡 Result:

Yes — @voltagent/logger version 2.0.2 is released. See the release notes and migration guide referencing @voltagent/logger@2.0.2. [1][2]

Install:
npm install @voltagent/logger@2.0.2

Sources:
[1] Release entry for @voltagent/logger@2.0.2.
[2] VoltAgent migration/docs referencing @voltagent/logger (installation examples).


🌐 Web query:

@voltagent/server-hono npm package version 2.0.4

💡 Result:

I couldn't find an @voltagent/server-hono version 2.0.4 on npm. The npm registry shows version 1.0.4 as the published release (checked Jan 21, 2026). [1][2]

Sources:

  • npm package page for @voltagent/server-hono (shows v1.0.4). [1]
  • VoltAgent docs / server architecture (project uses @voltagent/server-hono; docs current v2.0.x but not the package release). [2]

Fix package versions: @voltagent/core, @voltagent/libsql, and @voltagent/server-hono are not published at the specified versions.

The following versions do not exist on npm and will cause installation to fail:

  • @voltagent/core@2.1.6 — only 1.x and 2.1.0 are published
  • @voltagent/libsql@2.0.2 — only v1.0.5 is available
  • @voltagent/server-hono@2.0.4 — only v1.0.4 is published

Only @voltagent/logger@2.0.2 is available. Update package.json to use valid published versions.

🤖 Prompt for AI Agents
In `@examples/with-google-vertex-ai/package.json` around lines 6 - 9, Update the
invalid dependency versions in package.json: replace "@voltagent/core":"^2.1.6"
with a published version (e.g., "^2.1.0" or a suitable 1.x), replace
"@voltagent/libsql":"^2.0.2" with the published "1.0.5" (e.g., "^1.0.5"), and
replace "@voltagent/server-hono":"^2.0.4" with the published "1.0.4" (e.g.,
"^1.0.4"); leave "@voltagent/logger":"^2.0.2" as-is, then run npm install to
verify resolution.

"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-groq-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.5",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
Loading