From 271c6ee1b8cafbd8fad0175d9f95e41f7319d3e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:45:14 +0000 Subject: [PATCH] Version Packages --- .changeset/breezy-phones-happen.md | 5 ---- .changeset/early-brooms-draw.md | 5 ---- .changeset/fresh-seals-move.md | 5 ---- .changeset/lazy-clowns-study.md | 5 ---- .changeset/light-chairs-boil.md | 5 ---- .changeset/long-days-battle.md | 5 ---- .changeset/lovely-teams-change.md | 5 ---- .changeset/neat-jeans-send.md | 5 ---- .changeset/quiet-jars-act.md | 5 ---- .changeset/ready-carrots-fly.md | 5 ---- .changeset/sad-worms-yell.md | 5 ---- .changeset/shiny-eels-stand.md | 5 ---- .changeset/spotty-suits-pick.md | 5 ---- .changeset/tall-socks-rest.md | 5 ---- .changeset/thirty-falcons-pump.md | 5 ---- .changeset/thirty-loops-guess.md | 5 ---- .changeset/tiny-lamps-start.md | 5 ---- packages/core/CHANGELOG.md | 38 ++++++++++++++++++++++++++++++ packages/core/package.json | 2 +- packages/evals/CHANGELOG.md | 7 ++++++ packages/evals/package.json | 2 +- 21 files changed, 47 insertions(+), 87 deletions(-) delete mode 100644 .changeset/breezy-phones-happen.md delete mode 100644 .changeset/early-brooms-draw.md delete mode 100644 .changeset/fresh-seals-move.md delete mode 100644 .changeset/lazy-clowns-study.md delete mode 100644 .changeset/light-chairs-boil.md delete mode 100644 .changeset/long-days-battle.md delete mode 100644 .changeset/lovely-teams-change.md delete mode 100644 .changeset/neat-jeans-send.md delete mode 100644 .changeset/quiet-jars-act.md delete mode 100644 .changeset/ready-carrots-fly.md delete mode 100644 .changeset/sad-worms-yell.md delete mode 100644 .changeset/shiny-eels-stand.md delete mode 100644 .changeset/spotty-suits-pick.md delete mode 100644 .changeset/tall-socks-rest.md delete mode 100644 .changeset/thirty-falcons-pump.md delete mode 100644 .changeset/thirty-loops-guess.md delete mode 100644 .changeset/tiny-lamps-start.md diff --git a/.changeset/breezy-phones-happen.md b/.changeset/breezy-phones-happen.md deleted file mode 100644 index f90efa52c..000000000 --- a/.changeset/breezy-phones-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -allow act() to call hover() diff --git a/.changeset/early-brooms-draw.md b/.changeset/early-brooms-draw.md deleted file mode 100644 index af7b7ce04..000000000 --- a/.changeset/early-brooms-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Add a page.sendCDP method diff --git a/.changeset/fresh-seals-move.md b/.changeset/fresh-seals-move.md deleted file mode 100644 index be8f7ce34..000000000 --- a/.changeset/fresh-seals-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -extend page.screenshot() options to mirror playwright diff --git a/.changeset/lazy-clowns-study.md b/.changeset/lazy-clowns-study.md deleted file mode 100644 index e674240e7..000000000 --- a/.changeset/lazy-clowns-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -export Page type diff --git a/.changeset/light-chairs-boil.md b/.changeset/light-chairs-boil.md deleted file mode 100644 index 5587da925..000000000 --- a/.changeset/light-chairs-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Adjust extract tool + expose extract response in agent result diff --git a/.changeset/long-days-battle.md b/.changeset/long-days-battle.md deleted file mode 100644 index 35db9f2b3..000000000 --- a/.changeset/long-days-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Fix stagehand.metrics on api mode diff --git a/.changeset/lovely-teams-change.md b/.changeset/lovely-teams-change.md deleted file mode 100644 index 8dc00613e..000000000 --- a/.changeset/lovely-teams-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Return response on page.goto api mode diff --git a/.changeset/neat-jeans-send.md b/.changeset/neat-jeans-send.md deleted file mode 100644 index ef1e509e3..000000000 --- a/.changeset/neat-jeans-send.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -fix missing page issue when connecting to existing browser diff --git a/.changeset/quiet-jars-act.md b/.changeset/quiet-jars-act.md deleted file mode 100644 index 5eb5d05a8..000000000 --- a/.changeset/quiet-jars-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -make page.goto() return a Response object diff --git a/.changeset/ready-carrots-fly.md b/.changeset/ready-carrots-fly.md deleted file mode 100644 index 8a65040c8..000000000 --- a/.changeset/ready-carrots-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Added custom error types to allow for a smoother debugging experience. diff --git a/.changeset/sad-worms-yell.md b/.changeset/sad-worms-yell.md deleted file mode 100644 index 17d65df80..000000000 --- a/.changeset/sad-worms-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Fix readme's media links and add instructions for installing from a branch diff --git a/.changeset/shiny-eels-stand.md b/.changeset/shiny-eels-stand.md deleted file mode 100644 index a07c78374..000000000 --- a/.changeset/shiny-eels-stand.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Add support for a custom baseUrl with google cua client diff --git a/.changeset/spotty-suits-pick.md b/.changeset/spotty-suits-pick.md deleted file mode 100644 index 94f1a0bae..000000000 --- a/.changeset/spotty-suits-pick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -add stagehand.browserbaseSessionID getter diff --git a/.changeset/tall-socks-rest.md b/.changeset/tall-socks-rest.md deleted file mode 100644 index b7a4caa15..000000000 --- a/.changeset/tall-socks-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Remove error throwing when api and experimental are both set diff --git a/.changeset/thirty-falcons-pump.md b/.changeset/thirty-falcons-pump.md deleted file mode 100644 index bb42c4bdb..000000000 --- a/.changeset/thirty-falcons-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Disable api mode when using custom LLM clients diff --git a/.changeset/thirty-loops-guess.md b/.changeset/thirty-loops-guess.md deleted file mode 100644 index d27ad89cf..000000000 --- a/.changeset/thirty-loops-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -update slack link in docs diff --git a/.changeset/tiny-lamps-start.md b/.changeset/tiny-lamps-start.md deleted file mode 100644 index 21f415739..000000000 --- a/.changeset/tiny-lamps-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -add support for page.on('console') events diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 33e9d5e23..1e005d182 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,43 @@ # @browserbasehq/stagehand +## 3.0.2 + +### Patch Changes + +- [#1245](https://github.com/browserbase/stagehand/pull/1245) [`a224b33`](https://github.com/browserbase/stagehand/commit/a224b3371b6c1470baf342742fb745c7192b52c6) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - allow act() to call hover() + +- [#1234](https://github.com/browserbase/stagehand/pull/1234) [`6fc9de2`](https://github.com/browserbase/stagehand/commit/6fc9de2a1079e4f2fb0b1633d8df0bb7a9f7f89f) Thanks [@miguelg719](https://github.com/miguelg719)! - Add a page.sendCDP method + +- [#1233](https://github.com/browserbase/stagehand/pull/1233) [`4935be7`](https://github.com/browserbase/stagehand/commit/4935be788b3431527f3d110864c0fd7060cfaf7c) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - extend page.screenshot() options to mirror playwright + +- [#1232](https://github.com/browserbase/stagehand/pull/1232) [`bdd76fc`](https://github.com/browserbase/stagehand/commit/bdd76fcd1e48079fc5ab8cf040ebb5997dfc6c99) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - export Page type + +- [#1229](https://github.com/browserbase/stagehand/pull/1229) [`7ea18a4`](https://github.com/browserbase/stagehand/commit/7ea18a420fc033d1b72556db83a1f41735e5a022) Thanks [@tkattkat](https://github.com/tkattkat)! - Adjust extract tool + expose extract response in agent result + +- [#1239](https://github.com/browserbase/stagehand/pull/1239) [`d4de014`](https://github.com/browserbase/stagehand/commit/d4de014235a18f9e1089240bc72e28cbfe77ca1c) Thanks [@miguelg719](https://github.com/miguelg719)! - Fix stagehand.metrics on api mode + +- [#1241](https://github.com/browserbase/stagehand/pull/1241) [`2d1b573`](https://github.com/browserbase/stagehand/commit/2d1b5732dc441a3331f5743cdfed3e1037d8b3b5) Thanks [@miguelg719](https://github.com/miguelg719)! - Return response on page.goto api mode + +- [#1253](https://github.com/browserbase/stagehand/pull/1253) [`5556041`](https://github.com/browserbase/stagehand/commit/5556041e2deaed5012363303fd7a8ac00e3242cd) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix missing page issue when connecting to existing browser + +- [#1235](https://github.com/browserbase/stagehand/pull/1235) [`7e4b43e`](https://github.com/browserbase/stagehand/commit/7e4b43ed46fbdd2074827e87d9a245e2dc96456b) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - make page.goto() return a Response object + +- [#1254](https://github.com/browserbase/stagehand/pull/1254) [`7e72adf`](https://github.com/browserbase/stagehand/commit/7e72adfd7e4af5ec49ac2f552e7f1f57c1acc554) Thanks [@sameelarif](https://github.com/sameelarif)! - Added custom error types to allow for a smoother debugging experience. + +- [#1227](https://github.com/browserbase/stagehand/pull/1227) [`9bf09d0`](https://github.com/browserbase/stagehand/commit/9bf09d041111870d71cb9ffcb3ac5fa2c4b1399d) Thanks [@miguelg719](https://github.com/miguelg719)! - Fix readme's media links and add instructions for installing from a branch + +- [#1257](https://github.com/browserbase/stagehand/pull/1257) [`92d32ea`](https://github.com/browserbase/stagehand/commit/92d32eafe91a4241615cc65501b8461c6074a02b) Thanks [@tkattkat](https://github.com/tkattkat)! - Add support for a custom baseUrl with google cua client + +- [#1230](https://github.com/browserbase/stagehand/pull/1230) [`ebcf3a1`](https://github.com/browserbase/stagehand/commit/ebcf3a1ffa859374d71de4931c6a9b982a565e46) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add stagehand.browserbaseSessionID getter + +- [#1262](https://github.com/browserbase/stagehand/pull/1262) [`c29a4f2`](https://github.com/browserbase/stagehand/commit/c29a4f2eca91ae2902ed9d48b2385b4436f7b664) Thanks [@miguelg719](https://github.com/miguelg719)! - Remove error throwing when api and experimental are both set + +- [#1223](https://github.com/browserbase/stagehand/pull/1223) [`6d21efa`](https://github.com/browserbase/stagehand/commit/6d21efa8b30317aa3ce3e37ac6c2222af3b967b5) Thanks [@miguelg719](https://github.com/miguelg719)! - Disable api mode when using custom LLM clients + +- [#1228](https://github.com/browserbase/stagehand/pull/1228) [`525ef0c`](https://github.com/browserbase/stagehand/commit/525ef0c1243aaf3452ee7e4ea81b4208f4c2efd1) Thanks [@Kylejeong2](https://github.com/Kylejeong2)! - update slack link in docs + +- [#1226](https://github.com/browserbase/stagehand/pull/1226) [`9ddb872`](https://github.com/browserbase/stagehand/commit/9ddb872e350358214e12a91cf6a614fd2ec1f74c) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add support for page.on('console') events + ## 3.0.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3000f0327..7b14d907c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "3.0.1", + "version": "3.0.2", "description": "An AI web browsing framework focused on simplicity and extensibility.", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/evals/CHANGELOG.md b/packages/evals/CHANGELOG.md index debd77ebd..d1c566795 100644 --- a/packages/evals/CHANGELOG.md +++ b/packages/evals/CHANGELOG.md @@ -1,5 +1,12 @@ # @browserbasehq/stagehand-evals +## 1.1.2 + +### Patch Changes + +- Updated dependencies [[`a224b33`](https://github.com/browserbase/stagehand/commit/a224b3371b6c1470baf342742fb745c7192b52c6), [`6fc9de2`](https://github.com/browserbase/stagehand/commit/6fc9de2a1079e4f2fb0b1633d8df0bb7a9f7f89f), [`4935be7`](https://github.com/browserbase/stagehand/commit/4935be788b3431527f3d110864c0fd7060cfaf7c), [`bdd76fc`](https://github.com/browserbase/stagehand/commit/bdd76fcd1e48079fc5ab8cf040ebb5997dfc6c99), [`7ea18a4`](https://github.com/browserbase/stagehand/commit/7ea18a420fc033d1b72556db83a1f41735e5a022), [`d4de014`](https://github.com/browserbase/stagehand/commit/d4de014235a18f9e1089240bc72e28cbfe77ca1c), [`2d1b573`](https://github.com/browserbase/stagehand/commit/2d1b5732dc441a3331f5743cdfed3e1037d8b3b5), [`5556041`](https://github.com/browserbase/stagehand/commit/5556041e2deaed5012363303fd7a8ac00e3242cd), [`7e4b43e`](https://github.com/browserbase/stagehand/commit/7e4b43ed46fbdd2074827e87d9a245e2dc96456b), [`7e72adf`](https://github.com/browserbase/stagehand/commit/7e72adfd7e4af5ec49ac2f552e7f1f57c1acc554), [`9bf09d0`](https://github.com/browserbase/stagehand/commit/9bf09d041111870d71cb9ffcb3ac5fa2c4b1399d), [`92d32ea`](https://github.com/browserbase/stagehand/commit/92d32eafe91a4241615cc65501b8461c6074a02b), [`ebcf3a1`](https://github.com/browserbase/stagehand/commit/ebcf3a1ffa859374d71de4931c6a9b982a565e46), [`c29a4f2`](https://github.com/browserbase/stagehand/commit/c29a4f2eca91ae2902ed9d48b2385b4436f7b664), [`6d21efa`](https://github.com/browserbase/stagehand/commit/6d21efa8b30317aa3ce3e37ac6c2222af3b967b5), [`525ef0c`](https://github.com/browserbase/stagehand/commit/525ef0c1243aaf3452ee7e4ea81b4208f4c2efd1), [`9ddb872`](https://github.com/browserbase/stagehand/commit/9ddb872e350358214e12a91cf6a614fd2ec1f74c)]: + - @browserbasehq/stagehand@3.0.2 + ## 1.1.1 ### Patch Changes diff --git a/packages/evals/package.json b/packages/evals/package.json index 3309e6a34..1bc031f92 100644 --- a/packages/evals/package.json +++ b/packages/evals/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-evals", - "version": "1.1.1", + "version": "1.1.2", "private": true, "description": "Evaluation suite for Stagehand", "main": "./",