Skip to content

Commit 3011088

Browse files
Version Packages
1 parent 007e0f6 commit 3011088

13 files changed

Lines changed: 37 additions & 38 deletions

.changeset/cozy-yaks-pull.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curvy-pillows-attack.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-cua-keypress-chord.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gemini-3-5-flash-cua.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/itchy-actors-kneel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mcp-integrations-circular-json.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-cameras-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @browserbasehq/stagehand
22

3+
## 3.7.0
4+
5+
### Minor Changes
6+
7+
- [#2283](https://github.com/browserbase/stagehand/pull/2283) [`871ca7e`](https://github.com/browserbase/stagehand/commit/871ca7e305f4dc36a6936620735f189647a6de17) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add `context.setDomainPolicy({ allowedDomains: ["allowed.domain"] })` which allows users to define a set of domains that are accessible to stagehand
8+
9+
- [#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
10+
11+
### Patch Changes
12+
13+
- [#2294](https://github.com/browserbase/stagehand/pull/2294) [`3938590`](https://github.com/browserbase/stagehand/commit/39385906b3bc9d419fee27afbee14c3a5fd4020f) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - automatically close popups that violate user defined domain policy
14+
15+
- [#2269](https://github.com/browserbase/stagehand/pull/2269) [`c803eef`](https://github.com/browserbase/stagehand/commit/c803eef085ac55d2f953e8b5c85bb0ea53f382b8) Thanks [@akeimach](https://github.com/akeimach)! - Fix `agent.execute()` occasionally reporting a completed run as failed (most often with reasoning models such as `openai/gpt-5.x`).
16+
17+
- [#2298](https://github.com/browserbase/stagehand/pull/2298) [`892701a`](https://github.com/browserbase/stagehand/commit/892701a30f8d4bd6e5cccb721eeee1fee7f6e675) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - Fix CUA `keypress` actions to press key combinations as a single chord.
18+
19+
- [#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
20+
21+
- [#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.
22+
323
## 3.6.0
424

525
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserbasehq/stagehand",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "An AI web browsing framework focused on simplicity and extensibility.",
55
"type": "module",
66
"main": "./dist/cjs/index.js",

packages/evals/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @browserbasehq/stagehand-evals
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3938590`](https://github.com/browserbase/stagehand/commit/39385906b3bc9d419fee27afbee14c3a5fd4020f), [`c803eef`](https://github.com/browserbase/stagehand/commit/c803eef085ac55d2f953e8b5c85bb0ea53f382b8), [`892701a`](https://github.com/browserbase/stagehand/commit/892701a30f8d4bd6e5cccb721eeee1fee7f6e675), [`93a23d3`](https://github.com/browserbase/stagehand/commit/93a23d3adf04de91d95b2463f6edfde3d1cb7114), [`871ca7e`](https://github.com/browserbase/stagehand/commit/871ca7e305f4dc36a6936620735f189647a6de17), [`022d68f`](https://github.com/browserbase/stagehand/commit/022d68fc81ffe96e16008c3c751ea005eeb0b929), [`f31980f`](https://github.com/browserbase/stagehand/commit/f31980f37a8f01cdb7758c91eea9e5f57911af44)]:
8+
- @browserbasehq/stagehand@3.7.0
9+
310
## 2.0.3
411

512
### Patch Changes

0 commit comments

Comments
 (0)