Skip to content

Release @browserbasehq/browse-cli@0.6.0#1948

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release/browse-cli
Open

Release @browserbasehq/browse-cli@0.6.0#1948
github-actions[bot] wants to merge 1 commit intomainfrom
release/browse-cli

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 2, 2026

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

What this PR does:

  • bumps packages/cli/package.json to 0.6.0
  • 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.6.0 from that exact commit using pnpm pack + npm publish --provenance.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 2, 2026

⚠️ No Changeset found

Latest commit: d580fff

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

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 User
    participant CLI as browse-cli (v0.6.0)
    participant SH as Stagehand SDK
    participant BB as Browserbase Cloud

    User->>CLI: Run command with NEW global flags (e.g., --proxies, --region)
    
    CLI->>CLI: CHANGED: Parse session parameters from CLI flags
    Note over CLI: Includes: --proxies, --advanced-stealth,<br/>--solve-captchas, --region, --keep-alive,<br/>--session-timeout, --block-ads

    CLI->>SH: Initialize Stagehand with sessionParams
    
    SH->>BB: Request Remote Session (POST /sessions)
    Note right of BB: Session configured via<br/>NEW flags passed from CLI

    alt Session Creation Success
        BB-->>SH: Return Session ID & WebSocket URL
        SH->>BB: Connect to Remote Browser via CDP/Playwright
        BB-->>SH: Connection established
        SH-->>CLI: Browser context ready
        CLI->>User: Execute automation task
    else Session Creation Failed
        BB-->>SH: Error (e.g., Invalid region/proxy)
        SH-->>CLI: Throw Initialization Error
        CLI->>User: Display error message
    end
Loading

@github-actions github-actions bot force-pushed the release/browse-cli branch from 29f5f17 to d580fff Compare April 3, 2026 20:37
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.

0 participants