Skip to content

Release @browserbasehq/browse-cli@0.5.0#1946

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

Release @browserbasehq/browse-cli@0.5.0#1946
shrey150 merged 1 commit intomainfrom
release/browse-cli

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 1, 2026

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

What this PR does:

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


Summary by cubic

Publish @browserbasehq/browse-cli@0.5.0, defaulting browse env local to an isolated browser and adding --auto-connect to opt into attaching to an existing debuggable Chrome; explicit CDP attach via browse env local <port|url> remains unchanged.

  • Migration
    • If you previously relied on auto-attach, run: browse env local --auto-connect.

Written for commit 795c005. Summary will update on new commits. Review in cubic

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 1, 2026

⚠️ No Changeset found

Latest commit: 795c005

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 as User (Terminal)
    participant CLI as @browserbasehq/browse-cli
    participant Browser as Isolated Local Browser
    participant Chrome as Existing Debuggable Chrome

    Note over User,Chrome: Command: browse env local

    alt Default behavior
        User->>CLI: browse env local
        CLI->>Browser: CHANGED: Launch isolated browser instance
        Browser-->>CLI: Session started
    else NEW: Auto-discovery mode
        User->>CLI: browse env local --auto-connect
        CLI->>Chrome: Search for running debuggable instance
        Chrome-->>CLI: Attach via CDP
    else Explicit attachment
        User->>CLI: browse env local <port|url>
        CLI->>Chrome: Connect to specific CDP target
        Chrome-->>CLI: Session attached
    end

    CLI-->>User: Browser environment ready (Stagehand)
Loading

@shrey150 shrey150 merged commit 2888856 into main Apr 1, 2026
6 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.

1 participant