Skip to content

ci(changesets): version packages#992

Merged
omeraplak merged 1 commit into
mainfrom
changeset-release/main
Jan 27, 2026
Merged

ci(changesets): version packages#992
omeraplak merged 1 commit into
mainfrom
changeset-release/main

Conversation

@voltagent-bot

@voltagent-bot voltagent-bot commented Jan 27, 2026

Copy link
Copy Markdown
Member

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@voltagent/core@2.2.2

Patch Changes

  • #990 fd17a51 Thanks @omeraplak! - feat: ship embedded docs inside @voltagent/core (packages/core/docs) and keep them synced during build/pack for offline, version-matched docs lookup

Summary by cubic

Release @voltagent/core 2.2.2, which ships embedded, version-matched docs for offline lookup. Updated all example apps and the lockfile to use the new core version.

  • Dependencies
    • Bumped @voltagent/core to ^2.2.2 across examples.
    • Updated pnpm-lock.yaml.
    • Updated core CHANGELOG and package.json; removed the processed changeset file.

Written for commit c524d9a. Summary will update on new commits.

Summary by CodeRabbit

  • Chores

    • Updated core package to version 2.2.2 and all example dependencies accordingly.
  • New Features

    • Added embedded documentation for offline access with version-matched lookups.

✏️ Tip: You can customize this high-level summary in your review settings.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jan 27, 2026

Copy link
Copy Markdown

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: c524d9a
Status: ✅  Deploy successful!
Preview URL: https://4fd06356.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@ghost

This comment has been minimized.

@coderabbitai

coderabbitai Bot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

This pull request releases version 2.2.2 of @voltagent/core, bumping the package version and updating all example project dependencies accordingly. The changeset entry is removed after release, and the changelog is updated with patch notes referencing the embedded docs feature.

Changes

Cohort / File(s) Summary
Changeset & Core Package Updates
.changeset/legal-worlds-warn.md, packages/core/package.json, packages/core/CHANGELOG.md
Removed changeset entry; bumped core package version from 2.2.1 to 2.2.2; added changelog entry for v2.2.2 patch documenting embedded docs feature.
Example Dependencies
examples/base/package.json, examples/github-repo-analyzer/package.json, examples/github-star-stories/package.json, examples/next-js-chatbot-starter-template/package.json, examples/with-a2a-server/package.json, examples/with-agent-tool/package.json, examples/with-airtable/package.json, examples/with-amazon-bedrock/package.json, examples/with-anthropic/package.json, examples/with-auth/package.json, examples/with-cerbos/package.json, examples/with-chroma/package.json, examples/with-client-side-tools/package.json, examples/with-cloudflare-workers/package.json, examples/with-composio-mcp/package.json, examples/with-custom-endpoints/package.json, examples/with-dynamic-parameters/package.json, examples/with-dynamic-prompts/package.json, examples/with-feedback/package.json, examples/with-google-ai/package.json, examples/with-google-drive-mcp/server/package.json, examples/with-google-vertex-ai/package.json, examples/with-groq-ai/package.json, examples/with-guardrails/package.json, examples/with-hooks/package.json, examples/with-hugging-face-mcp/package.json, examples/with-langfuse/package.json, examples/with-mcp-elicitation/package.json, examples/with-mcp-server/package.json, examples/with-mcp/package.json, examples/with-memory-rest-api/package.json, examples/with-middleware/package.json, examples/with-nestjs/package.json, examples/with-netlify-functions/package.json, examples/with-nextjs-resumable-stream/package.json, examples/with-nextjs/package.json, examples/with-nuxt/package.json, examples/with-offline-evals/package.json, examples/with-ollama/package.json, examples/with-peaka-mcp/package.json, examples/with-pinecone/package.json, examples/with-planagents/package.json, examples/with-playwright/package.json, examples/with-postgres/package.json, examples/with-qdrant/package.json, examples/with-rag-chatbot/package.json, examples/with-recipe-generator/package.json, examples/with-research-assistant/package.json, examples/with-resumable-streams/package.json, examples/with-retries-fallback/package.json, examples/with-retrieval/package.json, examples/with-slack/package.json, examples/with-subagents/package.json, examples/with-supabase/package.json, examples/with-tavily-search/package.json, examples/with-thinking-tool/package.json, examples/with-tool-routing/package.json, examples/with-tools/package.json, examples/with-turso/package.json, examples/with-vector-search/package.json, examples/with-vercel-ai/package.json, examples/with-viteval/package.json, examples/with-voice-elevenlabs/package.json, examples/with-voice-openai/package.json, examples/with-voice-xsai/package.json, examples/with-voltagent-actions/package.json, examples/with-voltagent-exporter/package.json, examples/with-voltagent-managed-memory/package.json, examples/with-voltops-resumable-streams/package.json, examples/with-voltops-retrieval/package.json, examples/with-whatsapp/package.json, examples/with-workflow/package.json, examples/with-working-memory/package.json, examples/with-youtube-to-blog/package.json, examples/with-zapier-mcp/package.json
Updated @voltagent/core dependency version from ^2.2.1 to ^2.2.2 (and ~2.2.1 to ~2.2.2 for zapier-mcp). Identical version bump across all 65 example projects.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • PR #990: Introduced the embedded docs feature inside @voltagent/core with syncing during build/pack for offline, version-matched docs lookup — this release PR (2.2.2) is the direct versioning follow-up.

Poem

🐰 Hop, hop, hop—the patch arrives,
From 2.2.1, version thrives!
Docs embedded, snug and tight,
All examples updated right.
Release complete—let's celebrate this night! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the purpose: a version/release of packages using the Changesets automation tool.
Description check ✅ Passed The description is complete with release notes, version bump details, affected packages, and changeset information. It explains the automation context and release outcome clearly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cubic-dev-ai cubic-dev-ai Bot left a comment

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.

No issues found across 79 files

Note: This PR contains a large number of files. cubic only reviews up to 75 files per PR, so some files may not have been reviewed.

@coderabbitai coderabbitai Bot left a comment

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.

Actionable comments posted: 6

🤖 Fix all issues with AI agents
In `@examples/with-agent-tool/package.json`:
- Line 7: The package.json dependency "@voltagent/core": "2.2.2" references a
non-published version; update the dependency in package.json to a published
release (for example "@voltagent/core": "1.1.1") or correct the package name if
you intended a different `@voltagent` package using 2.x; ensure the change is made
where the dependency string "@voltagent/core" is defined so installs succeed.

In `@examples/with-chroma/package.json`:
- Line 9: The dependency entry "@voltagent/core": "^2.2.2" in package.json
references a non-published version and will break installs; update that
dependency to a published version (for example replace "^2.2.2" with a
known-published version like "1.1.1" or "0.1.46") in the package.json
dependencies so npm/yarn can resolve it.

In `@examples/with-mcp-server/package.json`:
- Line 4: The package.json dependency for `@voltagent/core` is pinned to a
non-existent version "^2.2.2"; update the dependency entry in package.json from
"@voltagent/core": "^2.2.2" to "@voltagent/core": "^2.2.1" so the project uses
the latest published 2.2.x release; then run your package manager
(npm/yarn/pnpm) to refresh lockfiles and ensure installation succeeds.

In `@examples/with-memory-rest-api/package.json`:
- Line 7: Update the dependency version for the `@voltagent/core` entry in
package.json: change the version string currently set to "^2.2.2" to the
published release "^2.2.1" so npm can resolve the package; locate the
"@voltagent/core" key in package.json and replace its version value accordingly,
then run npm install to verify the lockfile updates.

In `@examples/with-recipe-generator/package.json`:
- Line 6: The package.json dependency "@voltagent/core": "^2.2.2" references a
non-existent npm version; update that dependency entry to a published version
(for example "@voltagent/core": "1.1.1" or "@voltagent/core": "2.2.0") so the
package can be installed; edit the dependency string in package.json (the
"@voltagent/core" entry) to a valid published version and run install to verify.

In `@examples/with-voltagent-actions/package.json`:
- Line 6: Update the `@voltagent/core` dependency version in package.json from
"^2.2.2" to the published "^2.2.1"; locate the dependency entry
"@voltagent/core" and change its version specifier to "^2.2.1" so the project
uses the published package compatible with the other `@voltagent/`* packages.

"author": "",
"dependencies": {
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.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 | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@voltagent/core 2.2.2 npm package published

💡 Result:

I couldn’t find any evidence that @voltagent/core version 2.2.2 has been published to npm. The npm package listing shows @voltagent/core at version 1.1.1 (latest) rather than any 2.x release. [1]

If you meant a different VoltAgent package (several are on 2.x, e.g. @voltagent/server-core), that may be where you saw a 2.x version series. [2]

Sources: [1] [2]


@voltagent/core@2.2.2 is not published on npm and cannot be installed.

The latest published version of @voltagent/core is 1.1.1. Update the dependency to a published version, or verify the intended package name (other @voltagent/* packages may use 2.x versioning).

🤖 Prompt for AI Agents
In `@examples/with-agent-tool/package.json` at line 7, The package.json dependency
"@voltagent/core": "2.2.2" references a non-published version; update the
dependency in package.json to a published release (for example
"@voltagent/core": "1.1.1") or correct the package name if you intended a
different `@voltagent` package using 2.x; ensure the change is made where the
dependency string "@voltagent/core" is defined so installs succeed.

"@chroma-core/openai": "^0.1.7",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.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 | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@voltagent/core 2.2.2 npm package published

💡 Result:

I couldn’t find any evidence that @voltagent/core version 2.2.2 has been published to npm. The package pages indexed for @voltagent/core show other versions (e.g., 1.1.1 on npm, and 0.1.46 on Libraries.io), but not 2.2.2. [1], [2]


@voltagent/core@2.2.2 is not published on npm and will fail dependency resolution.

The version 2.2.2 does not exist in the npm registry for this package. This will cause installation failures. Use a published version (e.g., 1.1.1 or 0.1.46) instead.

🤖 Prompt for AI Agents
In `@examples/with-chroma/package.json` at line 9, The dependency entry
"@voltagent/core": "^2.2.2" in package.json references a non-published version
and will break installs; update that dependency to a published version (for
example replace "^2.2.2" with a known-published version like "1.1.1" or
"0.1.46") in the package.json dependencies so npm/yarn can resolve it.

"name": "voltagent-example-with-mcp-server",
"dependencies": {
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.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 | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@voltagent/core version 2.2.2 npm published breaking changes

💡 Result:

I couldn’t find any evidence that @voltagent/core@2.2.2 has been published (on GitHub releases, the latest visible 2.2.x release is 2.2.1 on January 25, 2026). (github.com)

So: breaking changes in 2.2.2

  • None found, because 2.2.2 itself doesn’t appear to exist publicly (at least in the project’s release history). (github.com)

Closest available: what changed in 2.2.1

  • 2.2.1 is a patch release and the notes don’t indicate breaking changes; it adds default span inheritance behavior for wrapped agent calls (opt-out supported). (github.com)

If you meant “2.x breaking changes” (more general)

  • The official 1.x → 2.x migration guide states no breaking changes in VoltAgent APIs if you only use VoltAgent APIs, but it calls out at least one breaking type change: message helper utilities now use AI SDK UIMessage types. (voltagent.dev)

Citations:


🏁 Script executed:

# Check the package.json file to see all `@voltagent/`* versions
find . -path "*/examples/with-mcp-server/package.json" -exec cat {} \;

Repository: VoltAgent/voltagent

Length of output: 755


@voltagent/core@2.2.2 does not exist on npm. The latest 2.2.x release is @2.2.1 (published January 25, 2026). Update the version to "@voltagent/core": "^2.2.1" to resolve the dependency.

🤖 Prompt for AI Agents
In `@examples/with-mcp-server/package.json` at line 4, The package.json dependency
for `@voltagent/core` is pinned to a non-existent version "^2.2.2"; update the
dependency entry in package.json from "@voltagent/core": "^2.2.2" to
"@voltagent/core": "^2.2.1" so the project uses the latest published 2.2.x
release; then run your package manager (npm/yarn/pnpm) to refresh lockfiles and
ensure installation succeeds.

"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.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 | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@voltagent/core version 2.2.2 npm release breaking changes

💡 Result:

There doesn’t appear to be an @voltagent/core@2.2.2 release on the upstream VoltAgent repo as of January 27, 2026. The latest published GitHub release shown is @voltagent/core@2.2.1 (Jan 25, 2026). [1]

So: no documented “breaking changes” exist for 2.2.2, because that release isn’t present in the upstream release list. [1]

If you meant the 2.2.x line generally, the upstream release notes show no breaking-change section for:

  • 2.2.1: patch — auto-inherit VoltAgent spans for wrapped agent calls; opt out via inheritParentSpan: false. [1]
  • 2.2.0: minor/patch — tool-specific hooks; onToolEnd can override tool output; adds workflowState/setWorkflowState; enhances andForEach with items selector + optional map. [1]

Source

  • [1] GitHub releases list for VoltAgent/voltagent (shows @voltagent/core@2.2.1 latest and 2.2.0, and no 2.2.2).

@voltagent/core@2.2.2 does not exist on npm.

The latest published version is @voltagent/core@2.2.1 (Jan 25, 2026). Update line 7 to use "@voltagent/core": "^2.2.1" instead.

🤖 Prompt for AI Agents
In `@examples/with-memory-rest-api/package.json` at line 7, Update the dependency
version for the `@voltagent/core` entry in package.json: change the version string
currently set to "^2.2.2" to the published release "^2.2.1" so npm can resolve
the package; locate the "@voltagent/core" key in package.json and replace its
version value accordingly, then run npm install to verify the lockfile updates.

"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.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 | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@voltagent/core npm package version 2.2.2 published

💡 Result:

I couldn’t find any evidence that @voltagent/core version 2.2.2 has been published to npm.

  • The npm package page shows the latest published version as 1.1.1 (not 2.2.2). [1]
  • The most recent GitHub release I can find for @voltagent/core is 2.2.0 (again, not 2.2.2). [2]

Sources: [1] [turn5search0], [2] [turn6search5]


@voltagent/core@2.2.2 does not exist on npm. The latest published version on npm is 1.1.1, and the latest GitHub release is 2.2.0. Update the dependency to a version that is actually published (1.1.1, 2.2.0, or another existing version), as the current reference cannot be installed.

🤖 Prompt for AI Agents
In `@examples/with-recipe-generator/package.json` at line 6, The package.json
dependency "@voltagent/core": "^2.2.2" references a non-existent npm version;
update that dependency entry to a published version (for example
"@voltagent/core": "1.1.1" or "@voltagent/core": "2.2.0") so the package can be
installed; edit the dependency string in package.json (the "@voltagent/core"
entry) to a valid published version and run install to verify.

"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.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 | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

cat examples/with-voltagent-actions/package.json

Repository: VoltAgent/voltagent

Length of output: 911


🌐 Web query:

@voltagent/core 2.2.2 npm package release notes breaking changes

💡 Result:

I couldn’t find any published @voltagent/core@2.2.2 release (no GitHub release entry for that tag/version). The latest 2.2.x releases shown are @voltagent/core@2.2.1 (Jan 25, 2026) and @voltagent/core@2.2.0 (Jan 23, 2026). [1]

Breaking changes in 2.2.2

  • None found (because 2.2.2 does not appear to be released/published in the project’s release feed). [1]

Breaking changes in 2.2.x (what is published)

  • None indicated. Both 2.2.1 (patch) and 2.2.0 (minor) are listed with feature/fix notes, but no “Breaking Changes” section. [1]
  • The official 1.x → 2.x migration guide explicitly states “There are no breaking changes in VoltAgent APIs” for the 2.x line (with caveats only if you directly use upstream AI SDK APIs). [2]

Relevant release notes (closest matches)

  • @voltagent/core@2.2.1: patch change—agent calls auto-inherit VoltAgent spans for wrapped agent calls (unless inheritParentSpan: false). [1]
  • @voltagent/core@2.2.0: minor + patch changes—tool-specific hooks; onToolEnd can override tool output; added workflowState / setWorkflowState; enhanced andForEach; plus other fixes/features. [1]

If you have a link to where you saw 2.2.2 (npm dist-tag, CI output, etc.), share it and I can verify against that specific source.

References: [1] [2]


@voltagent/core@2.2.2 is not published on npm. The latest published version is 2.2.1 (released Jan 25, 2026). Update the dependency to "@voltagent/core": "^2.2.1" to match the available releases. The other @voltagent/* packages (logger@2.0.2, sdk@2.0.2, server-hono@2.0.4) appear compatible with 2.2.1.

🤖 Prompt for AI Agents
In `@examples/with-voltagent-actions/package.json` at line 6, Update the
`@voltagent/core` dependency version in package.json from "^2.2.2" to the
published "^2.2.1"; locate the dependency entry "@voltagent/core" and change its
version specifier to "^2.2.1" so the project uses the published package
compatible with the other `@voltagent/`* packages.

@omeraplak
omeraplak merged commit ac41351 into main Jan 27, 2026
23 checks passed
@omeraplak
omeraplak deleted the changeset-release/main branch January 27, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants