diff --git a/.changeset/beige-taxes-punch.md b/.changeset/beige-taxes-punch.md deleted file mode 100644 index 45235e16d..000000000 --- a/.changeset/beige-taxes-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand-evals": patch ---- - -Update screenshot collector in agent evals cli diff --git a/.changeset/curly-webs-fetch.md b/.changeset/curly-webs-fetch.md deleted file mode 100644 index 88880cc69..000000000 --- a/.changeset/curly-webs-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Put hybrid mode behind experimental diff --git a/.changeset/five-mammals-fix.md b/.changeset/five-mammals-fix.md deleted file mode 100644 index a12e76be7..000000000 --- a/.changeset/five-mammals-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Ensure cua agent is killed when stagehand.close is called diff --git a/.changeset/floppy-carpets-wish.md b/.changeset/floppy-carpets-wish.md deleted file mode 100644 index 800a0a20a..000000000 --- a/.changeset/floppy-carpets-wish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Fix auto-load key for act/extract/observe parametrized models on api diff --git a/.changeset/forty-bugs-tap.md b/.changeset/forty-bugs-tap.md deleted file mode 100644 index 9b525dc8b..000000000 --- a/.changeset/forty-bugs-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Remove base64 from agent actions array ( still present in messages object ) diff --git a/.changeset/fruity-badgers-sort.md b/.changeset/fruity-badgers-sort.md deleted file mode 100644 index a32cce690..000000000 --- a/.changeset/fruity-badgers-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -allow for act() cache hit when variable values change diff --git a/.changeset/late-icons-pick.md b/.changeset/late-icons-pick.md deleted file mode 100644 index cc1acfbf1..000000000 --- a/.changeset/late-icons-pick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -fix: "Error: -32000 Failed to convert response to JSON: CBOR: stack limit exceeded" diff --git a/.changeset/orange-peaches-happen.md b/.changeset/orange-peaches-happen.md deleted file mode 100644 index 0456f39a2..000000000 --- a/.changeset/orange-peaches-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Cleanup handlers and bus listeners on close diff --git a/.changeset/pretty-hands-wink.md b/.changeset/pretty-hands-wink.md deleted file mode 100644 index 872fcd15d..000000000 --- a/.changeset/pretty-hands-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Fix CUA model coordinate translation diff --git a/.changeset/red-boxes-occur.md b/.changeset/red-boxes-occur.md deleted file mode 100644 index 7231f81d2..000000000 --- a/.changeset/red-boxes-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Update the cache handling for agent diff --git a/.changeset/rich-donuts-shake.md b/.changeset/rich-donuts-shake.md deleted file mode 100644 index 8a863b7fa..000000000 --- a/.changeset/rich-donuts-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Deprecate cua: true in favor of mode: "cua" diff --git a/.changeset/rude-steaks-lie.md b/.changeset/rude-steaks-lie.md deleted file mode 100644 index c8b905d23..000000000 --- a/.changeset/rude-steaks-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Add support for hovering with coordinates ( page.hover ) diff --git a/.changeset/shy-bears-dress.md b/.changeset/shy-bears-dress.md deleted file mode 100644 index d6899b4f9..000000000 --- a/.changeset/shy-bears-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Clean up page methods diff --git a/.changeset/silent-clubs-retire.md b/.changeset/silent-clubs-retire.md deleted file mode 100644 index e8b165fee..000000000 --- a/.changeset/silent-clubs-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -fix: load GOOGLE_API_KEY from .env diff --git a/.changeset/yummy-humans-enjoy.md b/.changeset/yummy-humans-enjoy.md deleted file mode 100644 index b3c4d9e1d..000000000 --- a/.changeset/yummy-humans-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Add "hybrid" mode to stagehand agent diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 015d78d58..89cd3c84c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,37 @@ # @browserbasehq/stagehand +## 3.0.7 + +### Patch Changes + +- [#1433](https://github.com/browserbase/stagehand/pull/1433) [`e0e22e0`](https://github.com/browserbase/stagehand/commit/e0e22e06bc752a8ffde30f3dbfa58d91e24e6c09) Thanks [@tkattkat](https://github.com/tkattkat)! - Put hybrid mode behind experimental + +- [#1399](https://github.com/browserbase/stagehand/pull/1399) [`6a5496f`](https://github.com/browserbase/stagehand/commit/6a5496f17dbb716be1ee1aaa4e5ba9d8c723b30b) Thanks [@tkattkat](https://github.com/tkattkat)! - Ensure cua agent is killed when stagehand.close is called + +- [#1436](https://github.com/browserbase/stagehand/pull/1436) [`fea1700`](https://github.com/browserbase/stagehand/commit/fea1700552af3319052f463685752501c8e71de3) Thanks [@miguelg719](https://github.com/miguelg719)! - Fix auto-load key for act/extract/observe parametrized models on api + +- [#1439](https://github.com/browserbase/stagehand/pull/1439) [`5b288d9`](https://github.com/browserbase/stagehand/commit/5b288d9ac37406ff22460ac8050bea26b87a378e) Thanks [@tkattkat](https://github.com/tkattkat)! - Remove base64 from agent actions array ( still present in messages object ) + +- [#1408](https://github.com/browserbase/stagehand/pull/1408) [`e822f5a`](https://github.com/browserbase/stagehand/commit/e822f5a8898df9eb48ca32c321025f0c74b638f0) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - allow for act() cache hit when variable values change + +- [#1424](https://github.com/browserbase/stagehand/pull/1424) [`a890f16`](https://github.com/browserbase/stagehand/commit/a890f16fa3a752f308f858e5ab9c9a0faf6b3b34) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix: "Error: -32000 Failed to convert response to JSON: CBOR: stack limit exceeded" + +- [#1418](https://github.com/browserbase/stagehand/pull/1418) [`934f492`](https://github.com/browserbase/stagehand/commit/934f492ec587bef81f0ce75b45a35b44ab545712) Thanks [@miguelg719](https://github.com/miguelg719)! - Cleanup handlers and bus listeners on close + +- [#1430](https://github.com/browserbase/stagehand/pull/1430) [`bd2db92`](https://github.com/browserbase/stagehand/commit/bd2db925f66a826d61d58be1611d55646cbdb560) Thanks [@shrey150](https://github.com/shrey150)! - Fix CUA model coordinate translation + +- [#1431](https://github.com/browserbase/stagehand/pull/1431) [`05f5580`](https://github.com/browserbase/stagehand/commit/05f5580937c3c157550e3c25ae6671f44f562211) Thanks [@tkattkat](https://github.com/tkattkat)! - Update the cache handling for agent + +- [#1432](https://github.com/browserbase/stagehand/pull/1432) [`f56a9c2`](https://github.com/browserbase/stagehand/commit/f56a9c296d4ddce25a405358c66837f8ce4d679f) Thanks [@tkattkat](https://github.com/tkattkat)! - Deprecate cua: true in favor of mode: "cua" + +- [#1406](https://github.com/browserbase/stagehand/pull/1406) [`b40ae11`](https://github.com/browserbase/stagehand/commit/b40ae11391af49c3581fce27faa1b7483fc4a169) Thanks [@tkattkat](https://github.com/tkattkat)! - Add support for hovering with coordinates ( page.hover ) + +- [#1407](https://github.com/browserbase/stagehand/pull/1407) [`0d2b398`](https://github.com/browserbase/stagehand/commit/0d2b398cd40b32a9ecaf28ede70853036b7c91bd) Thanks [@tkattkat](https://github.com/tkattkat)! - Clean up page methods + +- [#1412](https://github.com/browserbase/stagehand/pull/1412) [`cd01f29`](https://github.com/browserbase/stagehand/commit/cd01f290578eac703521f801ba3712f5332918f3) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - fix: load GOOGLE_API_KEY from .env + +- [#1428](https://github.com/browserbase/stagehand/pull/1428) [`4d71162`](https://github.com/browserbase/stagehand/commit/4d71162beb119635b69b17637564a2bbd0e373e7) Thanks [@tkattkat](https://github.com/tkattkat)! - Add "hybrid" mode to stagehand agent + ## 3.0.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4723be118..0e3ccadb1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "3.0.6", + "version": "3.0.7", "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 4d3a0bf85..4d83ba54e 100644 --- a/packages/evals/CHANGELOG.md +++ b/packages/evals/CHANGELOG.md @@ -1,5 +1,14 @@ # @browserbasehq/stagehand-evals +## 1.1.6 + +### Patch Changes + +- [#1373](https://github.com/browserbase/stagehand/pull/1373) [`cadd192`](https://github.com/browserbase/stagehand/commit/cadd192066c8aa5d19bb4d5daa630ed5981b5d7e) Thanks [@tkattkat](https://github.com/tkattkat)! - Update screenshot collector in agent evals cli + +- Updated dependencies [[`e0e22e0`](https://github.com/browserbase/stagehand/commit/e0e22e06bc752a8ffde30f3dbfa58d91e24e6c09), [`6a5496f`](https://github.com/browserbase/stagehand/commit/6a5496f17dbb716be1ee1aaa4e5ba9d8c723b30b), [`fea1700`](https://github.com/browserbase/stagehand/commit/fea1700552af3319052f463685752501c8e71de3), [`5b288d9`](https://github.com/browserbase/stagehand/commit/5b288d9ac37406ff22460ac8050bea26b87a378e), [`e822f5a`](https://github.com/browserbase/stagehand/commit/e822f5a8898df9eb48ca32c321025f0c74b638f0), [`a890f16`](https://github.com/browserbase/stagehand/commit/a890f16fa3a752f308f858e5ab9c9a0faf6b3b34), [`934f492`](https://github.com/browserbase/stagehand/commit/934f492ec587bef81f0ce75b45a35b44ab545712), [`bd2db92`](https://github.com/browserbase/stagehand/commit/bd2db925f66a826d61d58be1611d55646cbdb560), [`05f5580`](https://github.com/browserbase/stagehand/commit/05f5580937c3c157550e3c25ae6671f44f562211), [`f56a9c2`](https://github.com/browserbase/stagehand/commit/f56a9c296d4ddce25a405358c66837f8ce4d679f), [`b40ae11`](https://github.com/browserbase/stagehand/commit/b40ae11391af49c3581fce27faa1b7483fc4a169), [`0d2b398`](https://github.com/browserbase/stagehand/commit/0d2b398cd40b32a9ecaf28ede70853036b7c91bd), [`cd01f29`](https://github.com/browserbase/stagehand/commit/cd01f290578eac703521f801ba3712f5332918f3), [`4d71162`](https://github.com/browserbase/stagehand/commit/4d71162beb119635b69b17637564a2bbd0e373e7)]: + - @browserbasehq/stagehand@3.0.7 + ## 1.1.5 ### Patch Changes diff --git a/packages/evals/package.json b/packages/evals/package.json index 0a04ee9dd..f2080a2bc 100644 --- a/packages/evals/package.json +++ b/packages/evals/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-evals", - "version": "1.1.5", + "version": "1.1.6", "private": true, "description": "Evaluation suite for Stagehand", "main": "./", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 0c481865a..2a9c1cf23 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,12 @@ # @browserbasehq/stagehand-server +## 3.0.7 + +### Patch Changes + +- Updated dependencies [[`e0e22e0`](https://github.com/browserbase/stagehand/commit/e0e22e06bc752a8ffde30f3dbfa58d91e24e6c09), [`6a5496f`](https://github.com/browserbase/stagehand/commit/6a5496f17dbb716be1ee1aaa4e5ba9d8c723b30b), [`fea1700`](https://github.com/browserbase/stagehand/commit/fea1700552af3319052f463685752501c8e71de3), [`5b288d9`](https://github.com/browserbase/stagehand/commit/5b288d9ac37406ff22460ac8050bea26b87a378e), [`e822f5a`](https://github.com/browserbase/stagehand/commit/e822f5a8898df9eb48ca32c321025f0c74b638f0), [`a890f16`](https://github.com/browserbase/stagehand/commit/a890f16fa3a752f308f858e5ab9c9a0faf6b3b34), [`934f492`](https://github.com/browserbase/stagehand/commit/934f492ec587bef81f0ce75b45a35b44ab545712), [`bd2db92`](https://github.com/browserbase/stagehand/commit/bd2db925f66a826d61d58be1611d55646cbdb560), [`05f5580`](https://github.com/browserbase/stagehand/commit/05f5580937c3c157550e3c25ae6671f44f562211), [`f56a9c2`](https://github.com/browserbase/stagehand/commit/f56a9c296d4ddce25a405358c66837f8ce4d679f), [`b40ae11`](https://github.com/browserbase/stagehand/commit/b40ae11391af49c3581fce27faa1b7483fc4a169), [`0d2b398`](https://github.com/browserbase/stagehand/commit/0d2b398cd40b32a9ecaf28ede70853036b7c91bd), [`cd01f29`](https://github.com/browserbase/stagehand/commit/cd01f290578eac703521f801ba3712f5332918f3), [`4d71162`](https://github.com/browserbase/stagehand/commit/4d71162beb119635b69b17637564a2bbd0e373e7)]: + - @browserbasehq/stagehand@3.0.7 + ## 3.0.6 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index fa4099970..01b93a514 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-server", - "version": "3.0.6", + "version": "3.0.7", "description": "Stagehand API server", "type": "module", "private": true,