Skip to content

Commit 2888856

Browse files
Release @browserbasehq/browse-cli@0.5.0 (browserbase#1946)
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`. <!-- This is an auto-generated description by cubic. --> --- ## 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`. <sup>Written for commit 795c005. Summary will update on new commits. <a href="https://cubic.dev/pr/browserbase/stagehand/pull/1946">Review in cubic</a></sup> <!-- End of auto-generated description by cubic. --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2df4b01 commit 2888856

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/soft-zebras-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @browserbasehq/browse-cli
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#1945](https://github.com/browserbase/stagehand/pull/1945) [`2df4b01`](https://github.com/browserbase/stagehand/commit/2df4b01cbbbb459d4495dfef0a5cc46993426278) Thanks [@shrey150](https://github.com/shrey150)! - Default `browse env local` back to an isolated browser, add `--auto-connect` as the opt-in path for attaching to an existing debuggable Chrome, and keep explicit CDP attach via `browse env local <port|url>`.
8+
39
## 0.4.2
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/browse-cli",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Browser automation CLI for AI agents, built on Stagehand",
55
"type": "commonjs",
66
"license": "MIT",

0 commit comments

Comments
 (0)