Skip to content

ci(changesets): version packages#1348

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

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

Conversation

@voltagent-bot

@voltagent-bot voltagent-bot commented Jun 23, 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.0

Minor Changes

  • #1347 e108ba7 Thanks @omeraplak! - Add parallel input guardrails for streamText so async input checks can run while the model starts, buffer streamed output until they pass, and replace blocked streams without persisting generated assistant output.

    UI streams produced with toUIMessageStreamResponse() or consumed by AI SDK useChat receive a data-input-guardrail-blocked event before the replacement assistant text, so UIs can translate the block state without string-matching the fallback message:

    const blocked =
      message.role === "assistant" &&
      message.parts?.some((part) => part.type === "data-input-guardrail-blocked");

Summary by cubic

Publish @voltagent/core v2.8.0 and roll this version across examples and e2e. Adds parallel input guardrails to streamText for safer, non-blocking validation and clearer UI signaling.

  • New Features

    • streamText: runs async input checks in parallel, buffers output until they pass, and replaces blocked streams without saving partial assistant output.
    • UI streams (e.g., toUIMessageStreamResponse(), useChat) emit data-input-guardrail-blocked so UIs can handle the blocked state without string matching.
  • Dependencies

    • Bump @voltagent/core to ^2.8.0 across examples and @voltagent/e2e; remove the processed changeset file.
    • Update pnpm-lock.yaml and resolve platform bindings (e.g., rolldown/wasm runtime) accordingly.

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

Review in cubic

Summary by CodeRabbit

  • New Features
    • streamText now supports parallel input guardrails, allowing async input checks to run while the model begins streaming
    • Streamed output is buffered until guardrails complete, and blocked streams are replaced without persisting generated content
    • Added data-input-guardrail-blocked event for UI integration to detect guardrail block states

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5f08f60
Status:⚡️  Build in progress...

View logs

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 07034d24-d1be-48d5-b594-e4a8212f2d83

📥 Commits

Reviewing files that changed from the base of the PR and between e108ba7 and 5f08f60.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (85)
  • .changeset/parallel-input-guardrails.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
💤 Files with no reviewable changes (1)
  • .changeset/parallel-input-guardrails.md

📝 Walkthrough

Walkthrough

@voltagent/core is released as version 2.8.0. The consumed changeset file is removed, a CHANGELOG entry documenting parallel input guardrails for streamText is added, the core package.json version is bumped, and all 70+ example packages plus the e2e package have their @voltagent/core dependency updated from ^2.7.7 to ^2.8.0.

Changes

@voltagent/core 2.8.0 Release

Layer / File(s) Summary
Core package version and changelog
packages/core/package.json, packages/core/CHANGELOG.md, .changeset/parallel-input-guardrails.md
Version field bumped to 2.8.0; CHANGELOG gains a 2.8.0 Minor Changes entry for streamText parallel input guardrails (async checks, stream buffering, blocked-stream replacement, data-input-guardrail-blocked event); changeset file removed.
Example and e2e package dependency bumps
packages/e2e/package.json, examples/*/package.json
All example package.json files and packages/e2e/package.json update their @voltagent/core dependency from ^2.7.7 to ^2.8.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • VoltAgent/voltagent#1090: Also modifies streamText streaming behavior in @voltagent/core via a changeset/changelog entry, making it directly related at the streamText feature level.

Poem

🐇 Hop, hop, hooray for two-point-eight!
The guardrails run in parallel — isn't that great?
We buffer the stream while the checks all run,
Block the bad bits before they've begun.
A new version tag, examples aligned,
The rabbit has bumped every package in kind! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'ci(changesets): version packages' accurately describes the main change—a version bump and release preparation via Changesets—following conventional commit style.
Description check ✅ Passed The description is comprehensive and covers the PR's purpose (automated release via Changesets action), the key feature (parallel input guardrails for streamText), UI signaling mechanism (data-input-guardrail-blocked event), and implementation details with code examples.
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.

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

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

@omeraplak
omeraplak merged commit 0c1a1a4 into main Jun 23, 2026
21 of 23 checks passed
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