From 547328225c785669b24bcc80beaf10845cac8758 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:37:31 +0000 Subject: [PATCH] Version Packages --- .changeset/chilly-laws-smile.md | 5 ----- .changeset/old-forks-help.md | 5 ----- .changeset/slimy-cars-matter.md | 5 ----- .changeset/three-windows-fail.md | 5 ----- .changeset/true-cloths-film.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ evals/CHANGELOG.md | 7 +++++++ evals/package.json | 2 +- examples/CHANGELOG.md | 7 +++++++ examples/package.json | 2 +- package.json | 2 +- 11 files changed, 33 insertions(+), 28 deletions(-) delete mode 100644 .changeset/chilly-laws-smile.md delete mode 100644 .changeset/old-forks-help.md delete mode 100644 .changeset/slimy-cars-matter.md delete mode 100644 .changeset/three-windows-fail.md delete mode 100644 .changeset/true-cloths-film.md diff --git a/.changeset/chilly-laws-smile.md b/.changeset/chilly-laws-smile.md deleted file mode 100644 index 8ef6ee7fc..000000000 --- a/.changeset/chilly-laws-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -add webvoyager evals diff --git a/.changeset/old-forks-help.md b/.changeset/old-forks-help.md deleted file mode 100644 index 00e65eedf..000000000 --- a/.changeset/old-forks-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -Added support for `stagehand.agent` to interact with MCP servers as well as custom tools to be passed in. For more information, reference the [MCP integrations documentation](https://docs.stagehand.dev/best-practices/mcp-integrations) diff --git a/.changeset/slimy-cars-matter.md b/.changeset/slimy-cars-matter.md deleted file mode 100644 index 446884cd4..000000000 --- a/.changeset/slimy-cars-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -add support for custom baseUrl within openai provider diff --git a/.changeset/three-windows-fail.md b/.changeset/three-windows-fail.md deleted file mode 100644 index 166b992e2..000000000 --- a/.changeset/three-windows-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Allow OpenAI CUA to take in an optional baseURL diff --git a/.changeset/true-cloths-film.md b/.changeset/true-cloths-film.md deleted file mode 100644 index 8417825d6..000000000 --- a/.changeset/true-cloths-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Add support for gpt-5 in operator agent diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a96e804..3632eb30f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @browserbasehq/stagehand +## 2.5.0 + +### Minor Changes + +- [#981](https://github.com/browserbase/stagehand/pull/981) [`8244ab2`](https://github.com/browserbase/stagehand/commit/8244ab247cd679962685ae2f7c54e874ce1fa614) Thanks [@sameelarif](https://github.com/sameelarif)! - Added support for `stagehand.agent` to interact with MCP servers as well as custom tools to be passed in. For more information, reference the [MCP integrations documentation](https://docs.stagehand.dev/best-practices/mcp-integrations) + +### Patch Changes + +- [#959](https://github.com/browserbase/stagehand/pull/959) [`09b5e1e`](https://github.com/browserbase/stagehand/commit/09b5e1e9c23c845903686db6665cc968ac34efbb) Thanks [@filip-michalsky](https://github.com/filip-michalsky)! - add webvoyager evals + +- [#1025](https://github.com/browserbase/stagehand/pull/1025) [`be85b19`](https://github.com/browserbase/stagehand/commit/be85b19679a826f19702e00f0aae72fce1118ec8) Thanks [@tkattkat](https://github.com/tkattkat)! - add support for custom baseUrl within openai provider + +- [#1040](https://github.com/browserbase/stagehand/pull/1040) [`88d1565`](https://github.com/browserbase/stagehand/commit/88d1565c65bb65a104fea2d5f5e862bbbda69677) Thanks [@miguelg719](https://github.com/miguelg719)! - Allow OpenAI CUA to take in an optional baseURL + +- [#1046](https://github.com/browserbase/stagehand/pull/1046) [`ab5d6ed`](https://github.com/browserbase/stagehand/commit/ab5d6ede19aabc059badc4247f1cb2c6c9e71bae) Thanks [@tkattkat](https://github.com/tkattkat)! - Add support for gpt-5 in operator agent + ## 2.4.4 ### Patch Changes diff --git a/evals/CHANGELOG.md b/evals/CHANGELOG.md index 374bfd81a..783f60616 100644 --- a/evals/CHANGELOG.md +++ b/evals/CHANGELOG.md @@ -1,5 +1,12 @@ # @browserbasehq/stagehand-evals +## 1.0.9 + +### Patch Changes + +- Updated dependencies [[`09b5e1e`](https://github.com/browserbase/stagehand/commit/09b5e1e9c23c845903686db6665cc968ac34efbb), [`8244ab2`](https://github.com/browserbase/stagehand/commit/8244ab247cd679962685ae2f7c54e874ce1fa614), [`be85b19`](https://github.com/browserbase/stagehand/commit/be85b19679a826f19702e00f0aae72fce1118ec8), [`88d1565`](https://github.com/browserbase/stagehand/commit/88d1565c65bb65a104fea2d5f5e862bbbda69677), [`ab5d6ed`](https://github.com/browserbase/stagehand/commit/ab5d6ede19aabc059badc4247f1cb2c6c9e71bae)]: + - @browserbasehq/stagehand@2.5.0 + ## 1.0.8 ### Patch Changes diff --git a/evals/package.json b/evals/package.json index fa9242e98..af581ee89 100644 --- a/evals/package.json +++ b/evals/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-evals", - "version": "1.0.8", + "version": "1.0.9", "private": true, "description": "Evaluation suite for Stagehand", "main": "./", diff --git a/examples/CHANGELOG.md b/examples/CHANGELOG.md index c292740b8..2e874171e 100644 --- a/examples/CHANGELOG.md +++ b/examples/CHANGELOG.md @@ -1,5 +1,12 @@ # @browserbasehq/stagehand-examples +## 1.0.9 + +### Patch Changes + +- Updated dependencies [[`09b5e1e`](https://github.com/browserbase/stagehand/commit/09b5e1e9c23c845903686db6665cc968ac34efbb), [`8244ab2`](https://github.com/browserbase/stagehand/commit/8244ab247cd679962685ae2f7c54e874ce1fa614), [`be85b19`](https://github.com/browserbase/stagehand/commit/be85b19679a826f19702e00f0aae72fce1118ec8), [`88d1565`](https://github.com/browserbase/stagehand/commit/88d1565c65bb65a104fea2d5f5e862bbbda69677), [`ab5d6ed`](https://github.com/browserbase/stagehand/commit/ab5d6ede19aabc059badc4247f1cb2c6c9e71bae)]: + - @browserbasehq/stagehand@2.5.0 + ## 1.0.8 ### Patch Changes diff --git a/examples/package.json b/examples/package.json index 7c6dafb60..71053f409 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-examples", - "version": "1.0.8", + "version": "1.0.9", "private": true, "description": "Example scripts for Stagehand", "main": "./", diff --git a/package.json b/package.json index 4dddbe056..e5173b038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "2.4.4", + "version": "2.5.0", "description": "An AI web browsing framework focused on simplicity and extensibility.", "main": "./dist/index.js", "module": "./dist/index.js",