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
22 changes: 0 additions & 22 deletions .changeset/planagent-task-stream-forwarding.md

This file was deleted.

102 changes: 0 additions & 102 deletions .changeset/swift-windows-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-numbers-cheer.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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@voltagent/serverless-hono": "^2.0.5",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"@xyflow/react": "^12.9.2",
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,8 +2,8 @@
"name": "voltagent-example-with-a2a-server",
"dependencies": {
"@voltagent/a2a-server": "^2.0.2",
"@voltagent/core": "^2.1.2",
"@voltagent/internal": "^1.0.2",
"@voltagent/core": "^2.1.3",
"@voltagent/internal": "^1.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"ai": "^6.0.0",
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.2",
"@voltagent/core": "^2.1.3",
"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,8 +3,8 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.2",
"@voltagent/internal": "^1.0.2",
"@voltagent/core": "^2.1.3",
"@voltagent/internal": "^1.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/sdk": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",

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:

npm view `@voltagent/core`@2.1.3 version 2>&1

Repository: VoltAgent/voltagent

Length of output: 443


🏁 Script executed:

npm view `@voltagent/core` versions --json 2>&1 | head -50

Repository: VoltAgent/voltagent

Length of output: 642


🏁 Script executed:

npm view `@voltagent/core` versions --json 2>&1 | tail -20

Repository: VoltAgent/voltagent

Length of output: 277


@voltagent/core 2.1.3 does not exist—downgrade to 2.1.2.
The specified version is not published on npm. The latest available version is 2.1.2. Update the dependency to "@voltagent/core": "^2.1.2" to resolve npm install failures.

🤖 Prompt for AI Agents
In `@examples/with-amazon-bedrock/package.json` at line 6, The package.json
dependency entry uses a non-existent version "@voltagent/core": "^2.1.3"; change
that dependency string to the published version by updating the entry to
"@voltagent/core": "^2.1.2" so npm install succeeds—locate and edit the
dependency line containing "@voltagent/core" in package.json and replace 2.1.3
with 2.1.2.

"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/server-hono": "^2.0.3",
"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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",

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

🌐 Web query:

@voltagent/core@2.1.3 npm package

💡 Result:

I couldn't find a published @voltagent/core version 2.1.3. The project’s releases and package info show 2.1.0 as a recent published release (and many 1.x releases). See the project site and releases for details: [VoltAgent website] [1], GitHub releases summary showing 2.1.0 [2].

If you want to check locally or install the latest available version, run:

  • npm view @voltagent/core versions
  • npm install @voltagent/core@latest

Sources:
[1] https://voltagent.dev/ (project site).
[2] GitHub releases / repo summary (VoltAgent/voltagent).


Update dependency to an available version.
Version @voltagent/core@2.1.3 is not published on npm. The latest available version is 2.1.0. Update the dependency to "@voltagent/core": "^2.1.0" or a version that exists in the published releases.

🤖 Prompt for AI Agents
In `@examples/with-client-side-tools/package.json` at line 7, Update the published
dependency version: replace the dependency entry "@voltagent/core": "^2.1.3"
with an available release such as "@voltagent/core": "^2.1.0" in package.json,
then regenerate your lockfile (npm install or yarn install) so the lockfile
reflects the updated version; ensure any CI or build scripts that reference
`@voltagent/core` use the updated version string.

"@voltagent/server-hono": "^2.0.3",
"@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.1.2",
"@voltagent/core": "^2.1.3",

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
# Verify that `@voltagent/core`@2.1.3 exists on npm
curl -s https://registry.npmjs.org/@voltagent%2Fcore \
  | jq -r '.versions["2.1.3"].version // empty'

# Check the latest dist-tag to ensure expected release alignment
curl -s https://registry.npmjs.org/@voltagent%2Fcore \
  | jq -r '.["dist-tags"]'

Repository: VoltAgent/voltagent

Length of output: 112


Downgrade @voltagent/core to 2.1.2 — version 2.1.3 does not exist on npm.

The latest published version is 2.1.2 (dist-tags show latest: 2.1.2). Version 2.1.3 has not been released. The package.json references a non-existent version, which will cause npm install to fail.

🤖 Prompt for AI Agents
In `@examples/with-cloudflare-workers/package.json` at line 6, Update the
dependency entry in package.json that references "@voltagent/core": change the
version string from "^2.1.3" to the published version "^2.1.2" so npm install
can resolve the package; locate the dependency line for "@voltagent/core" and
replace the version token accordingly.

"@voltagent/serverless-hono": "^2.0.5",
"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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",

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:

npm view `@voltagent/core` versions --json | tail -20

Repository: VoltAgent/voltagent

Length of output: 277


🏁 Script executed:

npm view `@voltagent/core`@2.1.3

Repository: VoltAgent/voltagent

Length of output: 443


Version 2.1.3 does not exist on npm. The latest available version of @voltagent/core is 2.1.2. Update the dependency to use an available version.

Available versions: 2.1.2, 2.1.1, 2.1.0, 2.0.14, and earlier.

🤖 Prompt for AI Agents
In `@examples/with-google-vertex-ai/package.json` at line 6, Update the dependency
entry for "@voltagent/core" to a valid published version (replace "^2.1.3" with
an available version such as "^2.1.2") in the package.json so npm can resolve
the package; ensure any lockfile is regenerated (npm install or yarn install)
after updating.

"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",

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:

npm view `@voltagent/core`@2.1.3 version 2>&1

Repository: VoltAgent/voltagent

Length of output: 443


🏁 Script executed:

npm view `@voltagent/core` versions --json 2>&1 | head -50

Repository: VoltAgent/voltagent

Length of output: 642


🏁 Script executed:

npm view `@voltagent/core` versions --json 2>&1 | tail -20

Repository: VoltAgent/voltagent

Length of output: 277


Update @voltagent/core to 2.1.2—version 2.1.3 does not exist on npm.

The specified version 2.1.3 is not published. The latest available version is 2.1.2. Update the dependency to "@voltagent/core": "^2.1.2" to resolve the package.

🤖 Prompt for AI Agents
In `@examples/with-guardrails/package.json` at line 6, The package.json entry for
the dependency "@voltagent/core" references a non-existent version (^2.1.3);
update that dependency string to the published latest version (^2.1.2) so npm
can install it—find the "@voltagent/core" line in package.json and change the
version token accordingly.

"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
"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.1.2",
"@voltagent/core": "^2.1.3",

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:

npm view `@voltagent/core`@2.1.3 version 2>/dev/null || echo "Version not found"

Repository: VoltAgent/voltagent

Length of output: 80


🏁 Script executed:

npm view `@voltagent/core` versions --json 2>/dev/null | tail -20

Repository: VoltAgent/voltagent

Length of output: 277


@voltagent/core version 2.1.3 does not exist on npm.
Latest available version is 2.1.2. Update the dependency to "@voltagent/core": "^2.1.2" to fix the installation failure.

🤖 Prompt for AI Agents
In `@examples/with-hooks/package.json` at line 6, The package.json references a
non-existent dependency version "@voltagent/core": "^2.1.3"; update that entry
to the latest published version by changing the dependency string to
"@voltagent/core": "^2.1.2" so installs succeed (edit the package.json
dependency line that currently contains "@voltagent/core": "^2.1.3" and replace
the version).

"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/langfuse-exporter": "^2.0.2",
"@voltagent/libsql": "^2.0.2",
"@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.1.2",
"@voltagent/core": "^2.1.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/mcp-server": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
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.1.2",
"@voltagent/core": "^2.1.3",

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:

npm view `@voltagent/core`@2.1.3 version 2>&1

Repository: VoltAgent/voltagent

Length of output: 443


🏁 Script executed:

npm view `@voltagent/core` versions --json 2>&1 | tail -20

Repository: VoltAgent/voltagent

Length of output: 277


Update @voltagent/core to version 2.1.2—version 2.1.3 does not exist on npm.

Version 2.1.3 is not published. The latest available version is 2.1.2. This will cause npm install to fail in the example.

"@voltagent/core": "^2.1.2",
🤖 Prompt for AI Agents
In `@examples/with-mcp-server/package.json` at line 4, The dependency entry for
"@voltagent/core" in examples/with-mcp-server is referencing a non-existent
version 2.1.3; update the package.json dependency value for "@voltagent/core" to
the published version "^2.1.2" (replace the version string for the
"@voltagent/core" dependency) so npm install can succeed.

"@voltagent/logger": "^2.0.2",
"@voltagent/mcp-server": "^2.0.2",
"@voltagent/server-hono": "^2.0.3",
Expand Down
Loading