Skip to content

Commit 56895bb

Browse files
Version Packages
1 parent 86975e7 commit 56895bb

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/four-knives-ask.md

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

.changeset/free-dancers-rescue.md

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

packages/core/CHANGELOG.md

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

3+
## 3.0.6
4+
5+
### Patch Changes
6+
7+
- [#1315](https://github.com/browserbase/stagehand/pull/1315) [`86975e7`](https://github.com/browserbase/stagehand/commit/86975e795db7505804949a267b20509bd16b5256) Thanks [@tkattkat](https://github.com/tkattkat)! - Add streaming support to agent through stream:true in the agent config
8+
9+
- [#1304](https://github.com/browserbase/stagehand/pull/1304) [`d5e119b`](https://github.com/browserbase/stagehand/commit/d5e119be5eec84915a79f8d611b6ba0546f48c99) Thanks [@miguelg719](https://github.com/miguelg719)! - Add support for Microsoft's Fara-7B
10+
311
## 3.0.4
412

513
### 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.0.5",
3+
"version": "3.0.6",
44
"description": "An AI web browsing framework focused on simplicity and extensibility.",
55
"main": "./dist/index.js",
66
"module": "./dist/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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`86975e7`](https://github.com/browserbase/stagehand/commit/86975e795db7505804949a267b20509bd16b5256), [`d5e119b`](https://github.com/browserbase/stagehand/commit/d5e119be5eec84915a79f8d611b6ba0546f48c99)]:
8+
- @browserbasehq/stagehand@3.0.6
9+
310
## 1.1.4
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.4",
3+
"version": "1.1.5",
44
"private": true,
55
"description": "Evaluation suite for Stagehand",
66
"main": "./",

0 commit comments

Comments
 (0)