Skip to content

Commit 321da0c

Browse files
Version Packages
1 parent a500de1 commit 321da0c

14 files changed

Lines changed: 43 additions & 34 deletions

.changeset/fair-maps-guess.md

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

.changeset/funny-melons-smoke.md

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

.changeset/keys-cache-replay-variables.md

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

.changeset/mean-mammals-nail.md

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

.changeset/twelve-corners-sell.md

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

.changeset/verified-browserbase-sdk.md

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

packages/core/CHANGELOG.md

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

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#1980](https://github.com/browserbase/stagehand/pull/1980) [`e471d2e`](https://github.com/browserbase/stagehand/commit/e471d2e89d41bac4e9b907ee9c0d7adc36828104) Thanks [@shrey150](https://github.com/shrey150)! - Support Browserbase verified session settings and bump the Browserbase SDK.
8+
9+
### Patch Changes
10+
11+
- [#1954](https://github.com/browserbase/stagehand/pull/1954) [`732b384`](https://github.com/browserbase/stagehand/commit/732b3840f1631210dad2c720ec567e15e69ed304) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update Anthropic CUA to use adaptive thinking
12+
13+
- [#2001](https://github.com/browserbase/stagehand/pull/2001) [`20b601d`](https://github.com/browserbase/stagehand/commit/20b601dc8779a1bacf66abb68ebdf276a238e5db) Thanks [@shrey150](https://github.com/shrey150)! - Include `agent.execute()` usage in `stagehand.metrics` for API-backed sessions.
14+
15+
- [#1983](https://github.com/browserbase/stagehand/pull/1983) [`8543c11`](https://github.com/browserbase/stagehand/commit/8543c11f6b4816f5c94fefdc8083f3616b987b22) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add variable substitution to the keys tool in both live execution and cache replay paths. When keys steps with `method="type"` contain `%variableName%` tokens, they are now resolved against the provided variables. This brings the keys tool to parity with the type tool's variable handling.
16+
17+
- [#1973](https://github.com/browserbase/stagehand/pull/1973) [`14b64ec`](https://github.com/browserbase/stagehand/commit/14b64ec7d226a3eb0ce1c19937f14581e61b7a85) Thanks [@monadoid](https://github.com/monadoid)! - Enable strict structured outputs for supported model paths.
18+
19+
- [#2028](https://github.com/browserbase/stagehand/pull/2028) [`a500de1`](https://github.com/browserbase/stagehand/commit/a500de15cc010db3e42a7a05b7bcc92d2a9ad1d8) Thanks [@tkattkat](https://github.com/tkattkat)! - Remove deprecated provider option
20+
321
## 3.2.1
422

523
### Patch 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.1",
3+
"version": "3.3.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+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`732b384`](https://github.com/browserbase/stagehand/commit/732b3840f1631210dad2c720ec567e15e69ed304), [`20b601d`](https://github.com/browserbase/stagehand/commit/20b601dc8779a1bacf66abb68ebdf276a238e5db), [`8543c11`](https://github.com/browserbase/stagehand/commit/8543c11f6b4816f5c94fefdc8083f3616b987b22), [`14b64ec`](https://github.com/browserbase/stagehand/commit/14b64ec7d226a3eb0ce1c19937f14581e61b7a85), [`a500de1`](https://github.com/browserbase/stagehand/commit/a500de15cc010db3e42a7a05b7bcc92d2a9ad1d8), [`e471d2e`](https://github.com/browserbase/stagehand/commit/e471d2e89d41bac4e9b907ee9c0d7adc36828104)]:
8+
- @browserbasehq/stagehand@3.3.0
9+
310
## 1.1.10
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.10",
3+
"version": "1.1.11",
44
"private": true,
55
"description": "Evaluation suite for Stagehand",
66
"type": "module",

0 commit comments

Comments
 (0)