Skip to content

ci(changesets): version packages#1278

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

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

Conversation

@voltagent-bot

@voltagent-bot voltagent-bot commented May 11, 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/sandbox-blaxel@2.1.0

Minor Changes

  • #1275 74eb6f0 Thanks @zrosenbauer! - Add @voltagent/sandbox-blaxel — a new workspace sandbox provider that runs your agents' shell commands inside Blaxel-managed sandboxes.

    import { Workspace } from "@voltagent/core";
    import { BlaxelSandbox } from "@voltagent/sandbox-blaxel";
    
    const workspace = new Workspace({
      sandbox: new BlaxelSandbox({
        apiKey: process.env.BL_API_KEY,
        workspace: process.env.BL_WORKSPACE,
        config: { name: "voltagent-prod", region: "us-pdx-1" },
      }),
    });

    Supports streaming stdout/stderr, per-call timeouts and AbortSignal, output truncation, and lazy provisioning. Reach the underlying Blaxel SDK directly via sandbox.getSandbox() when you need provider-specific APIs (filesystem, previews, sessions, etc.).


Summary by cubic

Publish @voltagent/sandbox-blaxel v2.1.0 to npm and update its changelog. This release ships the Blaxel-based workspace sandbox provider for running agents’ shell commands in managed sandboxes.

  • New Features
    • Streaming stdout/stderr, per-call timeouts with AbortSignal, output truncation, and lazy provisioning.
    • Access the Blaxel SDK via sandbox.getSandbox() for filesystem, previews, and sessions.

Written for commit 2ed72d3. Summary will update on new commits.

Summary by CodeRabbit

  • New Features

    • Introduced BlaxelSandbox, a new workspace sandbox provider for executing shell commands within Blaxel environments. Includes streaming stdout/stderr output, per-call timeout configuration via AbortSignal, automatic output truncation, lazy provisioning capabilities, and direct access to underlying sandbox SDK.
  • Documentation

    • Added comprehensive changelog entry documenting v2.1.0 release features and capabilities.

Review Change Stack

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2ed72d3
Status:⚡️  Build in progress...

View logs

@ghost

This comment has been minimized.

@coderabbitai

coderabbitai Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7cffcfe0-0559-44e0-9faf-738c14a16ddc

📥 Commits

Reviewing files that changed from the base of the PR and between 2fc23a9 and 2ed72d3.

📒 Files selected for processing (4)
  • .changeset/quiet-draft-pr-checks.md
  • .changeset/sandbox-blaxel.md
  • packages/sandbox-blaxel/CHANGELOG.md
  • packages/sandbox-blaxel/package.json
💤 Files with no reviewable changes (2)
  • .changeset/quiet-draft-pr-checks.md
  • .changeset/sandbox-blaxel.md

📝 Walkthrough

Walkthrough

This PR finalizes the release of @voltagent/sandbox-blaxel version 2.1.0 by bumping the package version, documenting the release in CHANGELOG.md with BlaxelSandbox features and usage examples, and removing temporary changeset tracking files.

Changes

Release 2.1.0 Finalization

Layer / File(s) Summary
Version Bump
packages/sandbox-blaxel/package.json
Version updated from 2.0.0 to 2.1.0.
Changelog Entry
packages/sandbox-blaxel/CHANGELOG.md
New 2.1.0 release documented with BlaxelSandbox provider description, TypeScript usage example, and capabilities including streaming, per-call timeouts, output truncation, lazy provisioning, and SDK access.
Changeset Cleanup
.changeset/quiet-draft-pr-checks.md, .changeset/sandbox-blaxel.md
Temporary changeset files removed after consolidation into CHANGELOG.md.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • VoltAgent/voltagent#1274: The main PR removes the .changeset/quiet-draft-pr-checks.md file that the retrieved PR adds/relies on to skip CI for draft PRs, so the changes are directly related.

Suggested reviewers

  • omeraplak

Poem

🐰 The changesets hop away,
Into the changelog's display,
Version 2.1 takes the stage,
A new sandbox graces the page—
BlaxelSandbox steals the day!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main purpose of this PR—a Changesets-driven version update and package release automation.
Description check ✅ Passed The PR description is auto-generated by the Changesets action and provides comprehensive release information with changelog entries, version updates, and feature details.
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

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

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

@omeraplak omeraplak merged commit 08414ed into main May 11, 2026
23 of 24 checks passed
@omeraplak omeraplak deleted the changeset-release/main branch May 11, 2026 17:58
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