Skip to content

ci(changesets): version packages - #1393

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

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

Conversation

@voltagent-bot

@voltagent-bot voltagent-bot commented Aug 3, 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.10.0

Minor Changes

  • 9aedd49 Thanks @omeraplak! - Add type-safe MCP annotations and metadata to tools and forward them through the MCP server adapter.

Patch Changes

  • #1402 844939c Thanks @Iams4kura! - Preserve JavaScript replacement tokens in simple template variable values.

@voltagent/mcp-server@2.2.0

Minor Changes

  • 9aedd49 Thanks @omeraplak! - Add type-safe MCP annotations and metadata to tools and forward them through the MCP server adapter.

@voltagent/ag-ui@1.0.8

Patch Changes

@voltagent/evals@2.0.5

Patch Changes

@voltagent/postgres@2.1.3

Patch Changes

@voltagent/voltagent-memory@1.0.5

Patch Changes

Summary by CodeRabbit

  • New Features

    • Added type-safe MCP annotations and metadata support for tools.
    • MCP metadata is now forwarded through the server integration.
    • Template substitutions now preserve JavaScript replacement tokens as expected.
  • Documentation

    • Updated package documentation and release notes across integrations, evaluation tools, database connectivity, memory, and UI components.
  • Chores

    • Updated examples and related packages to the latest compatible releases, improving consistency across the sample projects.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: b4beb36
Status: ✅  Deploy successful!
Preview URL: https://8ae9d5ba.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 47ebe9e6-3047-4c84-9d0d-704e9587c15e

📥 Commits

Reviewing files that changed from the base of the PR and between fb8db39 and b4beb36.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (14)
  • examples/with-memory-rest-api/package.json
  • examples/with-offline-evals/package.json
  • examples/with-postgres/package.json
  • examples/with-voltagent-managed-memory/package.json
  • packages/ag-ui/CHANGELOG.md
  • packages/ag-ui/package.json
  • packages/core/CHANGELOG.md
  • packages/e2e/package.json
  • packages/evals/CHANGELOG.md
  • packages/evals/package.json
  • packages/postgres/CHANGELOG.md
  • packages/postgres/package.json
  • packages/voltagent-memory/CHANGELOG.md
  • packages/voltagent-memory/package.json
🚧 Files skipped from review as they are similar to previous changes (2)
  • examples/with-postgres/package.json
  • packages/e2e/package.json

Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The release updates @voltagent/core to 2.10.0 and @voltagent/mcp-server to 2.2.0. Supporting packages receive patch releases. Example packages and E2E metadata target the updated versions.

Changes

Package release updates

Layer / File(s) Summary
Core package release metadata
packages/core/*, packages/e2e/package.json
The core package and changelog advance to 2.10.0. The E2E package targets the updated core and PostgreSQL versions.
MCP server release metadata
packages/mcp-server/*
The MCP server package advances to 2.2.0 and targets @voltagent/core 2.10.0 for development.
Supporting package release metadata
packages/ag-ui/*, packages/evals/*, packages/postgres/*, packages/voltagent-memory/*
The supporting packages receive documented patch releases and updated core development ranges where applicable.
Example dependency propagation
examples/*/package.json
Example packages update @voltagent/core to 2.10.0. Related examples update PostgreSQL, evals, MCP server, or managed-memory package versions.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to b4beb

This release PR updates package versions, changelogs, documentation, and example dependency ranges; no actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description accurately explains the automated release purpose and lists all package versions and release notes. However, it does not follow the repository template because it omits the PR checklis… Add the required template sections and complete the applicable checklist items. State the current behavior, new behavior, issue reference or not applicable, and notes for reviewers. If this automated release format is intentional, document …
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the primary change: the Changesets CI release process versions packages for publication.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Description check

Explanation

The description accurately explains the automated release purpose and lists all package versions and release notes. However, it does not follow the repository template because it omits the PR checklist, current behavior, new behavior, issue reference, and reviewer notes sections.

Resolution

Add the required template sections and complete the applicable checklist items. State the current behavior, new behavior, issue reference or not applicable, and notes for reviewers. If this automated release format is intentional, document the repository exception for Changesets release PRs.

Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (14 skipped: 14 unsupported.)

  • Fix all pre-merge checks with AI
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

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.

@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 88 files

Re-trigger cubic

@voltagent-bot
voltagent-bot force-pushed the changeset-release/main branch from fb8db39 to 4d11251 Compare August 10, 2026 14:24
@voltagent-bot
voltagent-bot force-pushed the changeset-release/main branch from 4d11251 to b4beb36 Compare August 27, 2026 14:22

@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.

1 issue found across 101 files (changes from recent commits).

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="packages/mcp-server/package.json">

<violation number="1" location="packages/mcp-server/package.json:10">
P2: mcp-server@2.2.0's advertised annotations feature reads `tool.mcp` from @voltagent/core, a field only added in core 2.10.0, but peerDependencies still allows `^2.0.0`. Consumers pinned to core <2.10.0 will install mcp-server 2.2.0 without any warning and silently lose MCP annotation forwarding. Raise the @voltagent/core peer range to `^2.10.0` so npm/pnpm surfaces the incompatibility instead.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

},
"devDependencies": {
"@voltagent/core": "^2.9.2",
"@voltagent/core": "^2.10.0",

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.

P2: mcp-server@2.2.0's advertised annotations feature reads tool.mcp from @voltagent/core, a field only added in core 2.10.0, but peerDependencies still allows ^2.0.0. Consumers pinned to core <2.10.0 will install mcp-server 2.2.0 without any warning and silently lose MCP annotation forwarding. Raise the @voltagent/core peer range to ^2.10.0 so npm/pnpm surfaces the incompatibility instead.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/mcp-server/package.json, line 10:

<comment>mcp-server@2.2.0's advertised annotations feature reads `tool.mcp` from @voltagent/core, a field only added in core 2.10.0, but peerDependencies still allows `^2.0.0`. Consumers pinned to core <2.10.0 will install mcp-server 2.2.0 without any warning and silently lose MCP annotation forwarding. Raise the @voltagent/core peer range to `^2.10.0` so npm/pnpm surfaces the incompatibility instead.</comment>

<file context>
@@ -1,13 +1,13 @@
   },
   "devDependencies": {
-    "@voltagent/core": "^2.9.2",
+    "@voltagent/core": "^2.10.0",
     "zod": "^3.25.76"
   },
</file context>

@omeraplak
omeraplak merged commit 44b4c8e into main Aug 27, 2026
23 checks passed
@omeraplak
omeraplak deleted the changeset-release/main branch August 27, 2026 14:36
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