Skip to content

Conversation

@voltagent-bot
Copy link
Member

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

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/[email protected]

Patch Changes

  • #998 e209e3a Thanks @zrosenbauer! - Add separate workflow examples demonstrating both APIs:

    • with-workflow: Uses createWorkflow functional API with step functions as arguments
    • with-workflow-chain: Uses createWorkflowChain fluent chaining API

    Both examples now demonstrate workflowState and setWorkflowState for persisting data across steps.


Summary by cubic

Release @voltagent/core 2.3.1 and update all examples to use it. This patch adds workflow examples for both APIs and shows how to persist state across steps.

  • New Features

    • Added separate workflow examples:
      • with-workflow (createWorkflow functional API)
      • with-workflow-chain (createWorkflowChain fluent API)
    • Both demonstrate workflowState and setWorkflowState.
  • Dependencies

    • Published @voltagent/core 2.3.1.
    • Bumped @voltagent/core to ^2.3.1 across example packages.
    • Updated core CHANGELOG and pnpm-lock; removed the consumed changeset file.

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

Summary by CodeRabbit

  • New Features

    • Introduced two workflow examples demonstrating data persistence across workflow execution steps.
  • Chores

    • Patch version bump to 2.3.1 with updated examples.

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

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 28, 2026

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

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

View logs

@joggrbot

This comment has been minimized.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 28, 2026

📝 Walkthrough

Walkthrough

A patch release (v2.3.1) of the core package with comprehensive example project updates. Version constraint updated across 60+ example dependencies, core package version bumped, changelog entry added, and temporary changeset file removed.

Changes

Cohort / File(s) Summary
Changeset Removal
.changeset/add-workflow-examples.md
Deleted changeset documentation file describing workflow examples feature
Core Package Release
packages/core/package.json, packages/core/CHANGELOG.md
Version bumped from 2.3.0 → 2.3.1; changelog entry added documenting patch changes for separate workflow examples with state persistence
Example Dependencies (v2.3.0 → v2.3.1)
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
@voltagent/core dependency version uniformly updated across all example projects
Notable Dependency Versions
examples/with-workflow-chain/package.json
Version updated from ^2.2.1 → ^2.3.1 (larger jump than other examples)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 A patch hops through the examples bright,
From 2.3.0 to 2.3.1 with delight,
Workflows now chain and persist their state,
Across sixty gardens, we celebrate!
The changeset settles, the changelog sings,
Release day brings wonderful things! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'ci(changesets): version packages' is specific and clearly describes the main action of this automated release PR—updating package versions via the Changesets workflow.
Description check ✅ Passed The PR description is comprehensive, explaining the Changesets automation, listing the release details for @voltagent/core@2.3.1, documenting the workflow example additions, and noting the dependency updates across all example packages.
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.

Copy link
Contributor

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 80 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 1e96180 into main Jan 28, 2026
23 checks passed
@omeraplak omeraplak deleted the changeset-release/main branch January 28, 2026 22:17
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.

3 participants