Skip to content

Commit a33b38e

Browse files
Version Packages
1 parent bd2a9cf commit a33b38e

13 files changed

Lines changed: 41 additions & 30 deletions

.changeset/crazy-nights-prove.md

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

.changeset/odd-grapes-glow.md

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

.changeset/tough-buttons-return.md

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

.changeset/typed-sse-events.md

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

.changeset/warm-cats-play.md

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

packages/core/CHANGELOG.md

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

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- [#1843](https://github.com/browserbase/stagehand/pull/1843) [`144e18e`](https://github.com/browserbase/stagehand/commit/144e18e9e0334ad3bc23aea6f4f7e181e0e6b9f0) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - apply user defined toolTimeout to all agent tools (other than wait & think tools)
8+
9+
- [#1874](https://github.com/browserbase/stagehand/pull/1874) [`f3fe7ce`](https://github.com/browserbase/stagehand/commit/f3fe7ce59743be8b5bdd070f749af7a9c6e84f19) Thanks [@miguelg719](https://github.com/miguelg719)! - Add headers (LLM) to ModelConfig
10+
11+
- [#1858](https://github.com/browserbase/stagehand/pull/1858) [`8bf5db8`](https://github.com/browserbase/stagehand/commit/8bf5db8eb8c69ce46fb8467d4216befe3a247f5b) Thanks [@monadoid](https://github.com/monadoid)! - Add explicit SSE event names for local v3 streaming and update the generated SDK contract to match.
12+
13+
- [#1899](https://github.com/browserbase/stagehand/pull/1899) [`6dc2276`](https://github.com/browserbase/stagehand/commit/6dc2276144ed48456a2b3e6525c5be47fa4eda18) Thanks [@tkattkat](https://github.com/tkattkat)! - fix: include screenshot in openai cua agents first message
14+
315
## 3.2.0
416

517
### 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.2.0",
3+
"version": "3.2.1",
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+
## 1.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`144e18e`](https://github.com/browserbase/stagehand/commit/144e18e9e0334ad3bc23aea6f4f7e181e0e6b9f0), [`f3fe7ce`](https://github.com/browserbase/stagehand/commit/f3fe7ce59743be8b5bdd070f749af7a9c6e84f19), [`8bf5db8`](https://github.com/browserbase/stagehand/commit/8bf5db8eb8c69ce46fb8467d4216befe3a247f5b), [`6dc2276`](https://github.com/browserbase/stagehand/commit/6dc2276144ed48456a2b3e6525c5be47fa4eda18)]:
8+
- @browserbasehq/stagehand@3.2.1
9+
310
## 1.1.9
411

512
### Patch Changes

packages/evals/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-evals",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"private": true,
55
"description": "Evaluation suite for Stagehand",
66
"type": "module",

packages/server-v3/CHANGELOG.md

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

3+
## 3.6.2
4+
5+
### Patch Changes
6+
7+
- [#1873](https://github.com/browserbase/stagehand/pull/1873) [`a98801a`](https://github.com/browserbase/stagehand/commit/a98801a17f8ab34580e819babb35b14bc814fce0) Thanks [@miguelg719](https://github.com/miguelg719)! - Fix schema parsing bug for Pydantic `.model_json_schema()` on missing nested references
8+
9+
- [#1858](https://github.com/browserbase/stagehand/pull/1858) [`8bf5db8`](https://github.com/browserbase/stagehand/commit/8bf5db8eb8c69ce46fb8467d4216befe3a247f5b) Thanks [@monadoid](https://github.com/monadoid)! - Add explicit SSE event names for local v3 streaming and update the generated SDK contract to match.
10+
11+
- Updated dependencies [[`144e18e`](https://github.com/browserbase/stagehand/commit/144e18e9e0334ad3bc23aea6f4f7e181e0e6b9f0), [`f3fe7ce`](https://github.com/browserbase/stagehand/commit/f3fe7ce59743be8b5bdd070f749af7a9c6e84f19), [`8bf5db8`](https://github.com/browserbase/stagehand/commit/8bf5db8eb8c69ce46fb8467d4216befe3a247f5b), [`6dc2276`](https://github.com/browserbase/stagehand/commit/6dc2276144ed48456a2b3e6525c5be47fa4eda18)]:
12+
- @browserbasehq/stagehand@3.2.1
13+
314
## 3.6.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)