Skip to content

ci(changesets): version packages#1363

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

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

Conversation

@voltagent-bot

@voltagent-bot voltagent-bot commented Jun 30, 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.8.1

Patch Changes

  • #1366 6b26a8f Thanks @omeraplak! - Use aggregate finish usage consistently across providers.

  • #1362 9dc0314 Thanks @VihaanAgarwal! - Fixed workflow state.input being overwritten with the final output once a workflow finished. finish() reassigned the stored input to the current data, so reading state.input after completion returned the final result instead of the initial input it documents. The initial input is now preserved through completion; state.data still reflects the final value.

@voltagent/sandbox-blaxel@2.1.1

Patch Changes

@voltagent/sandbox-daytona@2.0.3

Patch Changes

@voltagent/sandbox-e2b@2.0.3

Patch Changes

@voltagent/server-core@2.1.19

Patch Changes

Summary by CodeRabbit

  • Bug Fixes

    • Preserved workflow input after completion, while still showing the final result separately.
    • Improved consistency of usage reporting across providers.
  • Documentation

    • Added or updated release notes and README documentation across core and related packages.
    • Refreshed example app dependencies to the latest compatible release.

@voltagent-bot
voltagent-bot force-pushed the changeset-release/main branch from 5f08f60 to ed80fc5 Compare June 30, 2026 04:20
@coderabbitai

coderabbitai Bot commented Jun 30, 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

Run ID: 547d1b05-f36e-48f2-ab1c-e51ea16cb2f3

📥 Commits

Reviewing files that changed from the base of the PR and between dc85f37 and 2ce0412.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (97)
  • .changeset/sandbox-blaxel-readme.md
  • .changeset/sandbox-daytona-readme.md
  • .changeset/sandbox-e2b-readme.md
  • .changeset/server-core-readme.md
  • .changeset/workflow-input-preserved-after-finish.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-openrouter/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-xquik-tools/package.json
  • examples/with-youtube-to-blog/package.json
  • examples/with-zapier-mcp/package.json
  • packages/core/CHANGELOG.md
  • packages/core/package.json
  • packages/e2e/package.json
  • packages/sandbox-blaxel/CHANGELOG.md
  • packages/sandbox-blaxel/package.json
  • packages/sandbox-daytona/CHANGELOG.md
  • packages/sandbox-daytona/package.json
  • packages/sandbox-e2b/CHANGELOG.md
  • packages/sandbox-e2b/package.json
  • packages/server-core/CHANGELOG.md
  • packages/server-core/package.json
💤 Files with no reviewable changes (5)
  • .changeset/workflow-input-preserved-after-finish.md
  • .changeset/server-core-readme.md
  • .changeset/sandbox-e2b-readme.md
  • .changeset/sandbox-blaxel-readme.md
  • .changeset/sandbox-daytona-readme.md
✅ Files skipped from review due to trivial changes (73)
  • examples/with-slack/package.json
  • examples/with-summarization/package.json
  • examples/with-working-memory/package.json
  • examples/with-vector-search/package.json
  • examples/with-nuxt/package.json
  • examples/with-groq-ai/package.json
  • examples/with-hugging-face-mcp/package.json
  • examples/with-planagents/package.json
  • examples/with-thinking-tool/package.json
  • examples/with-middleware/package.json
  • packages/e2e/package.json
  • examples/with-auth/package.json
  • examples/with-agent-tool/package.json
  • examples/with-workflow-chain/package.json
  • examples/with-playwright/package.json
  • examples/with-retries-fallback/package.json
  • examples/with-voltagent-actions/package.json
  • examples/with-mcp-server/package.json
  • examples/with-dynamic-parameters/package.json
  • examples/with-workflow/package.json
  • examples/with-voice-openai/package.json
  • examples/with-client-side-tools/package.json
  • packages/sandbox-daytona/package.json
  • examples/with-tavily-search/package.json
  • examples/with-qdrant/package.json
  • examples/with-recipe-generator/package.json
  • examples/with-resumable-streams/package.json
  • examples/with-composio-mcp/package.json
  • examples/with-workspace/package.json
  • examples/with-chat-sdk/package.json
  • examples/with-cloudflare-workers/package.json
  • examples/with-nextjs-resumable-stream/package.json
  • examples/with-feedback/package.json
  • examples/base/package.json
  • examples/with-whatsapp/package.json
  • examples/with-tools/package.json
  • examples/with-research-assistant/package.json
  • examples/with-voltagent-exporter/package.json
  • examples/with-voltagent-managed-memory/package.json
  • packages/sandbox-daytona/CHANGELOG.md
  • packages/core/package.json
  • packages/sandbox-e2b/CHANGELOG.md
  • examples/with-retrieval/package.json
  • examples/with-openrouter/package.json
  • examples/with-ollama/package.json
  • examples/with-google-vertex-ai/package.json
  • examples/with-a2a-server/package.json
  • examples/github-repo-analyzer/package.json
  • examples/with-turso/package.json
  • examples/with-nestjs/package.json
  • examples/with-netlify-functions/package.json
  • examples/with-memory-rest-api/package.json
  • examples/with-nextjs/package.json
  • examples/with-voice-elevenlabs/package.json
  • examples/with-airtable/package.json
  • examples/with-peaka-mcp/package.json
  • examples/with-mcp/package.json
  • examples/with-dynamic-prompts/package.json
  • examples/with-postgres/package.json
  • examples/with-voltops-retrieval/package.json
  • examples/with-tool-routing/package.json
  • examples/with-supabase/package.json
  • examples/with-viteval/package.json
  • examples/with-voltops-resumable-streams/package.json
  • packages/sandbox-blaxel/CHANGELOG.md
  • examples/with-chroma/package.json
  • examples/with-vercel-ai/package.json
  • packages/server-core/CHANGELOG.md
  • examples/with-pinecone/package.json
  • packages/core/CHANGELOG.md
  • examples/next-js-chatbot-starter-template/package.json
  • examples/with-anthropic/package.json
  • examples/with-google-drive-mcp/server/package.json
🚧 Files skipped from review as they are similar to previous changes (19)
  • examples/with-offline-evals/package.json
  • examples/with-mcp-elicitation/package.json
  • packages/sandbox-blaxel/package.json
  • examples/with-amazon-bedrock/package.json
  • examples/with-google-ai/package.json
  • examples/with-cerbos/package.json
  • examples/with-custom-endpoints/package.json
  • examples/with-youtube-to-blog/package.json
  • examples/with-voice-xsai/package.json
  • examples/with-hooks/package.json
  • examples/with-guardrails/package.json
  • examples/with-zapier-mcp/package.json
  • examples/with-langfuse/package.json
  • examples/with-rag-chatbot/package.json
  • examples/with-subagents/package.json
  • packages/sandbox-e2b/package.json
  • examples/github-star-stories/package.json
  • examples/with-xquik-tools/package.json
  • packages/server-core/package.json

📝 Walkthrough

Walkthrough

@voltagent/core is released as 2.8.1. Example manifests and packages/e2e update their core dependency, and server-core plus sandbox packages refresh version, changelog, and changeset metadata.

Changes

@voltagent/core 2.8.1 Release

Layer / File(s) Summary
Core version and changelog
packages/core/package.json, packages/core/CHANGELOG.md, packages/e2e/package.json
Version bumped to 2.8.1; changelog entry added for preserving state.input after finish(); e2e dependency updated.
Example dependency bumps
examples/*/package.json, examples/with-google-drive-mcp/server/package.json
@voltagent/core updated from ^2.8.0 to ^2.8.1 across the example packages, with examples/with-zapier-mcp/package.json moving from ~2.8.0 to ~2.8.1.
Server-core release metadata
packages/server-core/package.json, packages/server-core/CHANGELOG.md, .changeset/server-core-readme.md
Server-core version and core dependency are updated, and its release notes/changeset add the README documentation entry.
Sandbox package updates
packages/sandbox-blaxel/*, packages/sandbox-daytona/*, packages/sandbox-e2b/*, .changeset/sandbox-daytona-readme.md
Sandbox package versions, core devDependencies, and release changelog or changeset entries are updated together.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • omeraplak

Poem

🐇 I hop through releases bright and neat,
2.8.1 gives the docs a beat.
Inputs stay put, the trail stays true,
And changelogs bloom in cobalt blue.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description does not match the repository template; it omits the PR Checklist, Bugs/Features, current/new behavior, and reviewer notes sections. Rewrite the PR body to use the template sections and fill in checklist items, linked issues, tests/docs/changesets, current/new behavior, and reviewer notes.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately reflects that the PR versions packages as part of a changesets release.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.
✨ 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 86 files

Re-trigger cubic

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 30, 2026

Copy link
Copy Markdown

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2ce0412
Status: ✅  Deploy successful!
Preview URL: https://f2ee3dc1.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@voltagent-bot
voltagent-bot force-pushed the changeset-release/main branch 2 times, most recently from 5caaeb4 to dc85f37 Compare July 1, 2026 00:24
@voltagent-bot
voltagent-bot force-pushed the changeset-release/main branch from dc85f37 to 2ce0412 Compare July 1, 2026 00:58
@omeraplak
omeraplak merged commit 9a241f0 into main Jul 1, 2026
22 checks passed
@omeraplak
omeraplak deleted the changeset-release/main branch July 1, 2026 01:16
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