Skip to content

Commit 98cdd20

Browse files
Release @browserbasehq/browse-cli@0.6.0 (browserbase#1948)
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`. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0382005 commit 98cdd20

7 files changed

Lines changed: 17 additions & 26 deletions

File tree

.changeset/add-cdp-tailing.md

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

.changeset/add-file-upload.md

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

.changeset/cdp-lifecycle-events.md

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

.changeset/rare-falcons-camp.md

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

.changeset/session-params-flags.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#1935](https://github.com/browserbase/stagehand/pull/1935) [`666baf1`](https://github.com/browserbase/stagehand/commit/666baf1df966b598efd89402563350319ca1aa36) Thanks [@shrey150](https://github.com/shrey150)! - Add global flags for commonly used Browserbase session parameters (--proxies, --advanced-stealth, --solve-captchas, --region, --keep-alive, --session-timeout, --block-ads). These flags configure the Browserbase session in remote mode.
8+
9+
### Patch Changes
10+
11+
- [#1905](https://github.com/browserbase/stagehand/pull/1905) [`a4ca430`](https://github.com/browserbase/stagehand/commit/a4ca4308f634cb5bc0c466469f4bde6ddf83f225) Thanks [@derekmeegan](https://github.com/derekmeegan)! - Add `browse cdp <url|port>` command to attach to any CDP target and stream DevTools protocol events as NDJSON. Supports `--domain` filtering, `--pretty` mode for human-readable output, and clean piping to files or jq.
12+
13+
- [#1906](https://github.com/browserbase/stagehand/pull/1906) [`34598b9`](https://github.com/browserbase/stagehand/commit/34598b936f62657b8bdfd2a705eb09451089a7bc) Thanks [@derekmeegan](https://github.com/derekmeegan)! - Add `browse upload <selector> <files...>` command for uploading files to `<input type="file">` elements. Supports single and multiple file uploads, works with both local and remote Browserbase sessions.
14+
15+
- [#2056](https://github.com/browserbase/stagehand/pull/2056) [`e87f167`](https://github.com/browserbase/stagehand/commit/e87f167d688a44872f380ca808f558ac9161db3c) Thanks [@derekmeegan](https://github.com/derekmeegan)! - `browse cdp` now also calls `Page.setLifecycleEventsEnabled` whenever the Page domain is enabled, so consumers receive `Page.lifecycleEvent` notifications (`init`, `commit`, `DOMContentLoaded`, `load`, `firstPaint`, `firstContentfulPaint`, `networkAlmostIdle`, `networkIdle`, etc.) in addition to `Page.frameNavigated`. `--pretty` mode formats lifecycle events with the milestone name. No effect on consumers that pass `--domain` without `Page`.
16+
17+
- [#2049](https://github.com/browserbase/stagehand/pull/2049) [`ed4db53`](https://github.com/browserbase/stagehand/commit/ed4db535c3ee4a05b1c508ff183a08264b1507c2) Thanks [@shrey150](https://github.com/shrey150)! - Use the exact DevToolsActivePort websocket path for local auto-connect and bare-port CDP attach to avoid extra remote debugging probes before the real browser connection.
18+
319
## 0.5.0
420

521
### Minor 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.5.0",
3+
"version": "0.6.0",
44
"description": "Browser automation CLI for AI agents, built on Stagehand",
55
"type": "commonjs",
66
"license": "MIT",

0 commit comments

Comments
 (0)