Skip to content

ci(changesets): version packages#1118

Merged
omeraplak merged 1 commit into
mainfrom
changeset-release/main
Feb 28, 2026
Merged

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

Conversation

@voltagent-bot

@voltagent-bot voltagent-bot commented Feb 28, 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.6.2

Patch Changes

  • #1117 8cb05dc Thanks @omeraplak! - fix: preserve user-defined searchTools and callTool when tool routing is enabled
    • User-defined tools named searchTools or callTool now take precedence over internal tool-routing support tools.
    • These tools are no longer silently filtered from routing pool/state just because of their names.
    • toolRouting: false no longer fails for user-defined tools that reuse those names.

Summary by cubic

Release @voltagent/core 2.6.2 and update all example apps to use it. This patch ensures user-defined searchTools and callTool are respected when tool routing is enabled.

  • Bug Fixes

    • User-defined searchTools/callTool now override internal routing helpers; no silent filtering. toolRouting: false works with these names.
  • Dependencies

    • Bumped @voltagent/core to ^2.6.2 across examples, updated core changelog, removed the consumed changeset, and refreshed pnpm-lock.

Written for commit 5dae0c4. Summary will update on new commits.

Summary by CodeRabbit

  • Bug Fixes
    • Fixed handling of user-defined tools when tool routing is enabled, ensuring they take precedence and are not silently filtered from the routing pool.
    • Resolved stability issues when tool routing is disabled for user-defined tools using reserved names.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Feb 28, 2026

Copy link
Copy Markdown

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5dae0c4
Status: ✅  Deploy successful!
Preview URL: https://3a478716.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@coderabbitai

coderabbitai Bot commented Feb 28, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8cb05dc and 5dae0c4.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (82)
  • .changeset/soft-dots-bow.md
  • 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-chat-sdk/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-summarization/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-chain/package.json
  • examples/with-workflow/package.json
  • examples/with-working-memory/package.json
  • examples/with-workspace/package.json
  • examples/with-youtube-to-blog/package.json
  • examples/with-zapier-mcp/package.json
  • packages/core/CHANGELOG.md
  • packages/core/package.json
💤 Files with no reviewable changes (1)
  • .changeset/soft-dots-bow.md

📝 Walkthrough

Walkthrough

A patch release (v2.6.2) for @voltagent/core is published. A fix for tool routing (preserving user-defined tools named searchTools or callTool) is documented in the changelog. The changeset entry is removed and 70+ example projects updated to use the new core package version.

Changes

Cohort / File(s) Summary
Changeset Management
.changeset/soft-dots-bow.md
Removed changeset entry describing the tool routing fix that was implemented in v2.6.2.
Core Package Release
packages/core/package.json, packages/core/CHANGELOG.md
Version bumped from 2.6.1 to 2.6.2 with changelog entry documenting the fix for preserving user-defined tools (searchTools, callTool) when tool routing is enabled.
Example Dependencies
examples/*/package.json
All 70+ example projects updated to depend on @voltagent/core ^2.6.2 (from ^2.6.1).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 A patch hops through the version field,
From 2.6.1, a fix revealed!
Tool routing tools now stay their ground,
Named searchTools and callTool sound.
Seventy examples leap with glee,
All bumped to 2.6.2 — hooray, version spree!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'ci(changesets): version packages' accurately describes the main change: a CI/automation action that versions packages using Changesets.
Description check ✅ Passed The description is complete and informative, explaining the PR origin (Changesets release action), release details (v2.6.2 patch), specific bug fixes, and dependency updates across all examples.
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.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • 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 and usage tips.

@ghost

This comment has been minimized.

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

@omeraplak
omeraplak merged commit 7f228b9 into main Feb 28, 2026
23 checks passed
@omeraplak
omeraplak deleted the changeset-release/main branch February 28, 2026 04:34
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