diff --git a/.changeset/gemini-3-5-flash-cua.md b/.changeset/gemini-3-5-flash-cua.md deleted file mode 100644 index 69c8b6aab..000000000 --- a/.changeset/gemini-3-5-flash-cua.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Add support for the new `google/gemini-3.5-flash` computer-use tools model diff --git a/.changeset/mcp-integrations-circular-json.md b/.changeset/mcp-integrations-circular-json.md deleted file mode 100644 index 37f293fd8..000000000 --- a/.changeset/mcp-integrations-circular-json.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": patch ---- - -Fix `TypeError: Converting circular structure to JSON` when creating an agent with MCP `integrations` that include a `Client` instance (e.g. a local/stdio server from `connectToMCPServer`). The agent-creation log serialized the raw `integrations` array, and a live MCP `Client` is circular. It now logs a safe descriptor (URL strings kept, client instances summarized) so `agent({ integrations: [client] })` works. diff --git a/.changeset/sweet-cameras-act.md b/.changeset/sweet-cameras-act.md deleted file mode 100644 index fa945249f..000000000 --- a/.changeset/sweet-cameras-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@browserbasehq/stagehand": minor ---- - -add `context.setDomainPolicy({blockedDomains: ["some.domain"]})` which allows users to define a list of domains that will be blocked by stagehand diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index bfc738120..e521b7f7e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @browserbasehq/stagehand +## 3.7.0 + +### Minor Changes + +- [#2274](https://github.com/browserbase/stagehand/pull/2274) [`f31980f`](https://github.com/browserbase/stagehand/commit/f31980f37a8f01cdb7758c91eea9e5f57911af44) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add `context.setDomainPolicy({blockedDomains: ["some.domain"]})` which allows users to define a list of domains that will be blocked by stagehand + +### Patch Changes + +- [#2273](https://github.com/browserbase/stagehand/pull/2273) [`93a23d3`](https://github.com/browserbase/stagehand/commit/93a23d3adf04de91d95b2463f6edfde3d1cb7114) Thanks [@miguelg719](https://github.com/miguelg719)! - Add support for the new `google/gemini-3.5-flash` computer-use tools model + +- [#2278](https://github.com/browserbase/stagehand/pull/2278) [`022d68f`](https://github.com/browserbase/stagehand/commit/022d68fc81ffe96e16008c3c751ea005eeb0b929) Thanks [@shrey150](https://github.com/shrey150)! - Fix `TypeError: Converting circular structure to JSON` when creating an agent with MCP `integrations` that include a `Client` instance (e.g. a local/stdio server from `connectToMCPServer`). The agent-creation log serialized the raw `integrations` array, and a live MCP `Client` is circular. It now logs a safe descriptor (URL strings kept, client instances summarized) so `agent({ integrations: [client] })` works. + ## 3.6.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9e55fe0df..b519e0529 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand", - "version": "3.6.0", + "version": "3.7.0", "description": "An AI web browsing framework focused on simplicity and extensibility.", "type": "module", "main": "./dist/cjs/index.js", diff --git a/packages/evals/CHANGELOG.md b/packages/evals/CHANGELOG.md index e7f3ef3e5..f002ed358 100644 --- a/packages/evals/CHANGELOG.md +++ b/packages/evals/CHANGELOG.md @@ -1,5 +1,12 @@ # @browserbasehq/stagehand-evals +## 2.0.4 + +### Patch Changes + +- Updated dependencies [[`93a23d3`](https://github.com/browserbase/stagehand/commit/93a23d3adf04de91d95b2463f6edfde3d1cb7114), [`022d68f`](https://github.com/browserbase/stagehand/commit/022d68fc81ffe96e16008c3c751ea005eeb0b929), [`f31980f`](https://github.com/browserbase/stagehand/commit/f31980f37a8f01cdb7758c91eea9e5f57911af44)]: + - @browserbasehq/stagehand@3.7.0 + ## 2.0.3 ### Patch Changes diff --git a/packages/evals/package.json b/packages/evals/package.json index f0cbce8fc..3656be325 100644 --- a/packages/evals/package.json +++ b/packages/evals/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-evals", - "version": "2.0.3", + "version": "2.0.4", "private": true, "description": "Evaluation suite for Stagehand", "type": "module", diff --git a/packages/server-v3/CHANGELOG.md b/packages/server-v3/CHANGELOG.md index 8f95c9d8e..79cb7af4e 100644 --- a/packages/server-v3/CHANGELOG.md +++ b/packages/server-v3/CHANGELOG.md @@ -1,5 +1,12 @@ # @browserbasehq/stagehand-server-v3 +## 3.7.2 + +### Patch Changes + +- Updated dependencies [[`93a23d3`](https://github.com/browserbase/stagehand/commit/93a23d3adf04de91d95b2463f6edfde3d1cb7114), [`022d68f`](https://github.com/browserbase/stagehand/commit/022d68fc81ffe96e16008c3c751ea005eeb0b929), [`f31980f`](https://github.com/browserbase/stagehand/commit/f31980f37a8f01cdb7758c91eea9e5f57911af44)]: + - @browserbasehq/stagehand@3.7.0 + ## 3.7.1 ### Patch Changes diff --git a/packages/server-v3/package.json b/packages/server-v3/package.json index 177f678f7..e8e97b88d 100644 --- a/packages/server-v3/package.json +++ b/packages/server-v3/package.json @@ -1,6 +1,6 @@ { "name": "@browserbasehq/stagehand-server-v3", - "version": "3.7.1", + "version": "3.7.2", "description": "Stagehand API server v3", "type": "module", "private": true,