Skip to content

Release @browserbasehq/browse-cli@0.4.1#1932

Merged
shrey150 merged 1 commit intomainfrom
release/browse-cli
Mar 31, 2026
Merged

Release @browserbasehq/browse-cli@0.4.1#1932
shrey150 merged 1 commit intomainfrom
release/browse-cli

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 31, 2026

Prepare the next browse-cli release by versioning the package on main.

What this PR does:

  • bumps packages/cli/package.json to 0.4.1
  • updates the browse-cli changelog
  • consumes the pending browse-cli changesets

After this PR merges, the Release workflow on main will publish @browserbasehq/browse-cli@0.4.1 from that exact commit using pnpm pack + npm publish --provenance.


Summary by cubic

Release @browserbasehq/browse-cli@0.4.1, a patch that fixes an invalid session metadata key. This bumps the package version and updates the changelog for publishing from main.

  • Bug Fixes
    • Use underscore in browse_cli session metadata keys instead of a hyphen.

Written for commit 022c400. Summary will update on new commits. Review in cubic

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 31, 2026

⚠️ No Changeset found

Latest commit: 022c400

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@shrey150 shrey150 merged commit ad055f9 into main Mar 31, 2026
3 checks passed
Copy link
Copy Markdown
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 3 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant GH as GitHub Actions (CI/CD)
    participant NPM as NPM Registry
    participant CLI as @browserbasehq/browse-cli
    participant API as Browserbase API

    Note over GH, NPM: Release Process (Post-Merge)
    GH->>GH: pnpm pack (v0.4.1)
    GH->>NPM: npm publish --provenance
    NPM-->>GH: Package Published

    Note over CLI, API: Runtime Interaction (Post-Update)
    CLI->>CLI: Start automation session
    CLI->>CLI: CHANGED: Set metadata key to 'browse_cli' (was 'browse-cli')
    CLI->>API: POST /sessions (with metadata)
    API-->>CLI: 200 OK (Session Started)

    alt Session Error
        API-->>CLI: 400/500 Error
        CLI->>CLI: Handle failure / Log error
    end
Loading

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.

1 participant