diff --git a/.changeset/brave-taxes-yell.md b/.changeset/brave-taxes-yell.md deleted file mode 100644 index 0473b0018..000000000 --- a/.changeset/brave-taxes-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -fix issue where we are unable to take actions on text nodes diff --git a/.changeset/brave-tigers-tease.md b/.changeset/brave-tigers-tease.md deleted file mode 100644 index a7425c645..000000000 --- a/.changeset/brave-tigers-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -try playwright click and fall back to JS click event diff --git a/.changeset/flat-heads-fall.md b/.changeset/flat-heads-fall.md deleted file mode 100644 index d1cb1ed89..000000000 --- a/.changeset/flat-heads-fall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Added CUA support for Claude 4 models diff --git a/.changeset/public-grapes-cross.md b/.changeset/public-grapes-cross.md deleted file mode 100644 index c1b5f286f..000000000 --- a/.changeset/public-grapes-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand-evals": patch ---- - -added -man & -h commands for explaining how to run evals diff --git a/.changeset/ready-frogs-fetch.md b/.changeset/ready-frogs-fetch.md deleted file mode 100644 index cdb5498bc..000000000 --- a/.changeset/ready-frogs-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -use playwright instead of playwright test diff --git a/.changeset/rich-seals-repair.md b/.changeset/rich-seals-repair.md deleted file mode 100644 index 43b9b2551..000000000 --- a/.changeset/rich-seals-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Fix \_refreshPageFromAPI to use parametrized apiKey diff --git a/.changeset/ripe-hornets-serve.md b/.changeset/ripe-hornets-serve.md deleted file mode 100644 index cb24e1b42..000000000 --- a/.changeset/ripe-hornets-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Update logos diff --git a/.changeset/short-moose-deny.md b/.changeset/short-moose-deny.md deleted file mode 100644 index 0fe92d326..000000000 --- a/.changeset/short-moose-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Add model with date tag for OpenAI CUA diff --git a/.changeset/warm-chefs-sell.md b/.changeset/warm-chefs-sell.md deleted file mode 100644 index 651e45669..000000000 --- a/.changeset/warm-chefs-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -adjust stagehandLogger.warn() level to be 1 instead of 0 diff --git a/CHANGELOG.md b/CHANGELOG.md index aba7574c9..1984eb31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @browserbasehq/stagehand +## 2.4.0 + +### Minor Changes + +- [#819](https://github.com/browserbase/stagehand/pull/819) [`6a18c1e`](https://github.com/browserbase/stagehand/commit/6a18c1ee1e46d55c6e90c4d5572e17ed8daa140c) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - try playwright click and fall back to JS click event + +### Patch Changes + +- [#826](https://github.com/browserbase/stagehand/pull/826) [`124e0d3`](https://github.com/browserbase/stagehand/commit/124e0d3bb54ddb6738ede6d7aa99a945ef1cacd1) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix issue where we are unable to take actions on text nodes + +- [#818](https://github.com/browserbase/stagehand/pull/818) [`1660751`](https://github.com/browserbase/stagehand/commit/1660751cd14cb5b27d44f8167216afb8d1c3c45c) Thanks [@miguelg719](https://github.com/miguelg719)! - Added CUA support for Claude 4 models + +- [#821](https://github.com/browserbase/stagehand/pull/821) [`cadac9d`](https://github.com/browserbase/stagehand/commit/cadac9da09123d12e5d496a0e8b12660964c1b33) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - use playwright instead of playwright test + +- [#832](https://github.com/browserbase/stagehand/pull/832) [`759da55`](https://github.com/browserbase/stagehand/commit/759da55775eb2df81d56ae18c0f386fd9b02a9f0) Thanks [@miguelg719](https://github.com/miguelg719)! - Fix \_refreshPageFromAPI to use parametrized apiKey + +- [#810](https://github.com/browserbase/stagehand/pull/810) [`a175a51`](https://github.com/browserbase/stagehand/commit/a175a519b8c14300db6f1ed30709e113d18e99db) Thanks [@miguelg719](https://github.com/miguelg719)! - Update logos + +- [#822](https://github.com/browserbase/stagehand/pull/822) [`8527a80`](https://github.com/browserbase/stagehand/commit/8527a80522c3eedb9516a6caa1a0e4e4be981a3d) Thanks [@miguelg719](https://github.com/miguelg719)! - Add model with date tag for OpenAI CUA + +- [#833](https://github.com/browserbase/stagehand/pull/833) [`55fca2f`](https://github.com/browserbase/stagehand/commit/55fca2f7da63cc0ef6e27b45a33f63c666cdce7e) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - adjust stagehandLogger.warn() level to be 1 instead of 0 + ## 2.3.1 ### Patch Changes diff --git a/evals/CHANGELOG.md b/evals/CHANGELOG.md index a7f0fe412..43cf5f40f 100644 --- a/evals/CHANGELOG.md +++ b/evals/CHANGELOG.md @@ -1,5 +1,14 @@ # @browserbasehq/stagehand-evals +## 1.0.4 + +### Patch Changes + +- [#831](https://github.com/browserbase/stagehand/pull/831) [`5812b02`](https://github.com/browserbase/stagehand/commit/5812b027e4919d005321cc00626b057e6e04074b) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - added -man & -h commands for explaining how to run evals + +- Updated dependencies [[`124e0d3`](https://github.com/browserbase/stagehand/commit/124e0d3bb54ddb6738ede6d7aa99a945ef1cacd1), [`6a18c1e`](https://github.com/browserbase/stagehand/commit/6a18c1ee1e46d55c6e90c4d5572e17ed8daa140c), [`1660751`](https://github.com/browserbase/stagehand/commit/1660751cd14cb5b27d44f8167216afb8d1c3c45c), [`cadac9d`](https://github.com/browserbase/stagehand/commit/cadac9da09123d12e5d496a0e8b12660964c1b33), [`759da55`](https://github.com/browserbase/stagehand/commit/759da55775eb2df81d56ae18c0f386fd9b02a9f0), [`a175a51`](https://github.com/browserbase/stagehand/commit/a175a519b8c14300db6f1ed30709e113d18e99db), [`8527a80`](https://github.com/browserbase/stagehand/commit/8527a80522c3eedb9516a6caa1a0e4e4be981a3d), [`55fca2f`](https://github.com/browserbase/stagehand/commit/55fca2f7da63cc0ef6e27b45a33f63c666cdce7e)]: + - @browserbasehq/stagehand@2.4.0 + ## 1.0.3 ### Patch Changes diff --git a/evals/package.json b/evals/package.json index 7ae8f9bc1..16f0fcfb6 100644 --- a/evals/package.json +++ b/evals/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-evals", - "version": "1.0.3", + "version": "1.0.4", "private": true, "description": "Evaluation suite for Stagehand", "main": "./", diff --git a/examples/CHANGELOG.md b/examples/CHANGELOG.md index 18cc688d0..aca6f6b0f 100644 --- a/examples/CHANGELOG.md +++ b/examples/CHANGELOG.md @@ -1,5 +1,12 @@ # @browserbasehq/stagehand-examples +## 1.0.4 + +### Patch Changes + +- Updated dependencies [[`124e0d3`](https://github.com/browserbase/stagehand/commit/124e0d3bb54ddb6738ede6d7aa99a945ef1cacd1), [`6a18c1e`](https://github.com/browserbase/stagehand/commit/6a18c1ee1e46d55c6e90c4d5572e17ed8daa140c), [`1660751`](https://github.com/browserbase/stagehand/commit/1660751cd14cb5b27d44f8167216afb8d1c3c45c), [`cadac9d`](https://github.com/browserbase/stagehand/commit/cadac9da09123d12e5d496a0e8b12660964c1b33), [`759da55`](https://github.com/browserbase/stagehand/commit/759da55775eb2df81d56ae18c0f386fd9b02a9f0), [`a175a51`](https://github.com/browserbase/stagehand/commit/a175a519b8c14300db6f1ed30709e113d18e99db), [`8527a80`](https://github.com/browserbase/stagehand/commit/8527a80522c3eedb9516a6caa1a0e4e4be981a3d), [`55fca2f`](https://github.com/browserbase/stagehand/commit/55fca2f7da63cc0ef6e27b45a33f63c666cdce7e)]: + - @browserbasehq/stagehand@2.4.0 + ## 1.0.3 ### Patch Changes diff --git a/examples/package.json b/examples/package.json index b9d197142..c6472915d 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-examples", - "version": "1.0.3", + "version": "1.0.4", "private": true, "description": "Example scripts for Stagehand", "main": "./", diff --git a/package.json b/package.json index 66faa3c07..396c8d202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "2.3.1", + "version": "2.4.0", "description": "An AI web browsing framework focused on simplicity and extensibility.", "main": "./dist/index.js", "module": "./dist/index.js", @@ -15,7 +15,7 @@ "docs": "pnpm --filter @browserbasehq/stagehand-docs run dev", "evals": "tsx scripts/run-evals.ts", "evals:help": "pnpm run evals -- help", - "evals:man": "pnpm run evals -- man", + "evals:man": "pnpm run evals -- man", "e2e": "pnpm run build && cd evals/deterministic && playwright test --config=e2e.playwright.config.ts", "e2e:bb": "pnpm run build && cd evals/deterministic && playwright test --config=bb.playwright.config.ts", "e2e:local": "pnpm run build && cd evals/deterministic && playwright test --config=local.playwright.config.ts",