Release @browserbasehq/browse-cli@0.4.1#1932
Merged
Conversation
|
shrey150
approved these changes
Mar 31, 2026
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 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
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.4.1After this PR merges, the
Releaseworkflow onmainwill publish@browserbasehq/browse-cli@0.4.1from that exact commit usingpnpm 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 frommain.browse_clisession metadata keys instead of a hyphen.Written for commit 022c400. Summary will update on new commits. Review in cubic