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
8 changes: 0 additions & 8 deletions .changeset/fuzzy-olives-admire.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 @@ -5,7 +5,7 @@
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.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/libsql 2.0.3 npm release notes breaking changes

💡 Result:

I couldn't find an @voltagent/libsql v2.0.3 release. The package on npm and the VoltAgent GitHub releases show 1.x releases (examples: npm listing and GitHub releases/changelog). If you meant a different package or version, tell me and I’ll search again.

Sources:

  • npm package page for @voltagent/libsql. [1]
  • VoltAgent GitHub releases (release notes / changelog for @voltagent/libsql 1.x). [2]

🌐 Web query:

@voltagent/libsql npm package version 2.0.3

💡 Result:

There is no published @voltagent/libsql version 2.0.3. The npm package's latest published version is 1.0.5. [1][2]

Sources:

  • npm package page for @voltagent/libsql (shows version 1.0.5). [1]
  • VoltAgent docs / release notes referencing the libsql adapter (project pages). [2]

References:
[1] https://www.npmjs.com/package/%40voltagent%2Flibsql
[2] https://voltagent.dev/docs/agents/memory/libsql/


Version 2.0.3 does not exist on npm.

@voltagent/libsql has no published v2.0.3 release. The latest published version is 1.0.5. This will cause npm install to fail. Update the dependency to an existing version (e.g., ^1.0.5).

🤖 Prompt for AI Agents
In `@examples/base/package.json` at line 8, The package.json dependency entry for
"@voltagent/libsql": "^2.0.3" references a non-existent npm version; update that
dependency to a published version such as "@voltagent/libsql": "^1.0.5" (or
another valid existing version) so installs succeed, i.e., locate the
"@voltagent/libsql" entry in package.json and replace "^2.0.3" with a valid
version string like "^1.0.5".

"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
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 @@ -5,7 +5,7 @@
"@ai-sdk/openai": "^3.0.0",
"@octokit/rest": "^21.0.0",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
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 @@ -17,7 +17,7 @@
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"@xyflow/react": "^12.9.2",
"ai": "^6.0.0",
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 @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-chroma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@chroma-core/openai": "^0.1.7",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-composio-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-custom-endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.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/libsql 2.0.3 npm release notes breaking changes

💡 Result:

I couldn’t find an npm release @voltagent/libsql@2.0.3. The npm package shows current versions in the 1.x range (latest listed ~1.0.5 / recent publishes) and the project releases pages list 1.x tags—no 2.0.3 release or 2.x changelog entries were found. See the package page and releases index for details. [1][2]

If you want, I can:

  • Search the VoltAgent GitHub releases/changelog more deeply, or
  • Watch for a 2.0.x release and report breaking changes when it appears.

Sources:
[1] @voltagent/libsql — npm package page.
[2] VoltAgent/voltagent release listings (examples of 1.x releases).


@voltagent/libsql 2.0.3 does not exist on npm.

The npm package shows versions in the 1.x range (latest ~1.0.5). Correct the version in package.json to an actual published release (e.g., ^1.0.5 or the intended version if available).

🤖 Prompt for AI Agents
In `@examples/with-custom-endpoints/package.json` at line 7, The package.json
dependency for "@voltagent/libsql" specifies a non-existent version "^2.0.3";
update the dependency declaration for "@voltagent/libsql" to a published release
(for example change the version string to "^1.0.5" or the intended valid semver)
so the project installs correctly.

"@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-dynamic-parameters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-dynamic-prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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 @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-drive-mcp/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@libsql/client": "^0.15.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"composio-core": "^0.5.33",
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 @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-groq-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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 @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-hugging-face-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-langfuse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/langfuse-exporter": "^2.0.2",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-memory-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/logger": "^2.0.2",
"@voltagent/postgres": "^2.0.2",
"@voltagent/postgres": "^2.0.3",
"@voltagent/server-hono": "^2.0.4"
},
"devDependencies": {
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 @@ -5,7 +5,7 @@
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-nextjs-resumable-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/internal": "^1.0.3",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/resumable-streams": "^2.0.1",
"@voltagent/server-hono": "^2.0.4",
"@xyflow/react": "^12.9.2",
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 @@ -7,7 +7,7 @@
"@tailwindcss/postcss": "^4.1.4",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@nuxt/eslint": "^1.9.0",
"@nuxt/ui": "^4.0.0",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.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/libsql npm package 2.0.3 release notes

💡 Result:

I couldn't find any release notes for @voltagent/libsql v2.0.3 — the package's published versions and release notes appear to be in the 1.x series (examples: npm package page and recent 1.1.0 / 1.0.x release notes). See the npm package page and recent release entries. [1][2]

Sources:

  • npm package page for @voltagent/libsql (current listed versions/info). [1]
  • Release entries for @voltagent/libsql (e.g., 1.1.0, 1.0.x) on release aggregators. [2]

🌐 Web query:

@voltagent/libsql version 2.0.3 breaking changes

💡 Result:

I couldn't find an @voltagent/libsql 2.0.3 release. The library appears to be on 1.x (latest released noted: 1.1.0) and the major 1.x breaking change was the 1.0.0 migration that replaced the old LibSQLStorage with the new Memory V2 adapter (migration guide). See VoltAgent releases/docs for details. [1][2][3]

Sources:

  • VoltAgent releases (GitHub releases listing). [1]
  • @voltagent/libsql 1.1.0 release notes (Edge/Cloudflare Workers support). [2]
  • LibSQL/SQLite Memory docs (usage and migration examples). [3]

🌐 Web query:

site:npmjs.com @voltagent/libsql 2.0.3

💡 Result:

I couldn't find an npm release of @voltagent/libsql at version 2.0.3. The package page on npm shows @voltagent/libsql (current shown version 1.0.5) and the VoltAgent docs reference the libsql adapter. See the npm package and VoltAgent docs. [1][2]

Sources:
[1] npm — @voltagent/libsql package page.
[2] VoltAgent docs — LibSQL / SQLite Memory (mentions @voltagent/libsql).


@voltagent/libsql 2.0.3 does not exist on npm.

Version 2.0.3 is not published. The highest published version is 1.1.0. Update the dependency to use an available version.

🤖 Prompt for AI Agents
In `@examples/with-nuxt/package.json` at line 7, The package.json currently
depends on a non-existent version "@voltagent/libsql": "^2.0.3"; update that
dependency to a published version (for example change the version string to
"^1.1.0" or the latest published release) so npm install can succeed, then run
npm install or yarn to verify dependency resolution and update lockfile if
present.

"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"nuxt": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-peaka-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-pinecone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@pinecone-database/pinecone": "^6.1.1",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-planagents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@tavily/core": "^0.6.3",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@playwright/test": "^1.51.1",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/logger": "^2.0.2",
"@voltagent/postgres": "^2.0.2",
"@voltagent/postgres": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"zod": "^3.25.76"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-qdrant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@qdrant/js-client-rest": "^1.15.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-rag-chatbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-research-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"zod": "^3.25.76"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-retries-fallback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-retrieval/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/sdk": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-subagents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@voltagent/core": "^2.1.6",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"@voltagent/supabase": "^2.0.2",
"@voltagent/supabase": "^2.0.3",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tavily-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.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/libsql 2.0.3 npm package published

💡 Result:

I couldn't find a published @voltagent/libsql v2.0.3. The npm registry shows the package at v1.x (latest listed ~1.0.5 / 1.0.7), not 2.0.3. [1][2]

If you want, I can monitor npm and let you know if/when v2.0.3 appears.

Sources:

  • npm package page for @voltagent/libsql. [1]
  • Package metadata mirror (Socket). [2]

🌐 Web query:

@voltagent/libsql release notes breaking changes changelog

💡 Result:

Short summary — where to find the release notes / changelog and the main breaking change:

  • Releases page (full release notes for @voltagent/libsql on GitHub). [1]
  • 1.0.0 release (notes call out a breaking migration: LibSQLStorage → Memory V2 with LibSQLMemoryAdapter; see migration guide). [2]
  • Docs for LibSQLMemoryAdapter (usage and migration examples). [3]

Main breaking change to watch for

  • v1.0.0 replaces the old LibSQLStorage API with the new Memory V2 pattern: you must switch from importing LibSQLStorage to using Memory + LibSQLMemoryAdapter (plus optional LibSQLVectorAdapter). See the migration snippet in the 1.0.0 release notes and the LibSQL docs. [2][3]

If you want, I can fetch the exact migration guide steps and paste the code changes from the releases/migration doc.


🌐 Web query:

site:npmjs.com @voltagent/libsql``

💡 Result:

Found the npm package @voltagent/libsql:

  • Package: @voltagent/libsql.
  • Latest version: 1.0.5.
  • Weekly downloads: ~1,077.
  • Last published: “a day ago” (per npm).
  • Install: npm i @voltagent/libsql. [1]

Sources: [1] @voltagent/libsql npm page.


@voltagent/libsql version 2.0.3 does not exist on npm. The latest published version is 1.0.5. The version constraint ^2.0.3 will fail during installation. Correct to a valid version (e.g., ^1.0.5) or wait until version 2.0.3 is released. If upgrading from an older version, note that v1.0.0 introduced breaking changes (LibSQLStorage → Memory V2 with LibSQLMemoryAdapter).

🤖 Prompt for AI Agents
In `@examples/with-tavily-search/package.json` at line 7, Update the dependency
entry for "@voltagent/libsql" in package.json to a valid published version
(e.g., change the version string from "^2.0.3" to "^1.0.5") so installs won't
fail; locate the "@voltagent/libsql" dependency in the file and replace the
version specifier accordingly, and if you intended to upgrade from a prior v1
release, verify/adjust any code using LibSQLStorage → Memory V2 with
LibSQLMemoryAdapter for breaking-change compatibility.

"@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-thinking-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-turso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-vector-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@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-vercel-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.1.6",
"@voltagent/libsql": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
Expand Down
Loading