Release @browserbasehq/browse-cli@0.6.0#1948
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Release @browserbasehq/browse-cli@0.6.0#1948github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
|
Contributor
There was a problem hiding this comment.
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
29f5f17 to
d580fff
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepare the next browse-cli release by versioning the package on
main.What this PR does:
packages/cli/package.jsonto0.6.0After this PR merges, the
Releaseworkflow onmainwill publish@browserbasehq/browse-cli@0.6.0from that exact commit usingpnpm pack+npm publish --provenance.