Skip to content

Commit 7aadf66

Browse files
Update stagehand version (#182)
* Update stagehand version * rm pr workflow --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0031871 commit 7aadf66

File tree

4 files changed

+15
-48
lines changed

4 files changed

+15
-48
lines changed

.changeset/little-weeks-worry.md

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

.github/workflows/pr.yml

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

CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#179](https://github.com/browserbase/stagehand/pull/179) [`0031871`](https://github.com/browserbase/stagehand/commit/0031871d5a6d6180f272a68b88a8634e5a991785) Thanks [@navidkpr](https://github.com/navidkpr)! - Fixes:
8+
9+
The last big change we pushed out, introduced a small regression. As a result, the gray outline showing the elements Stagehand is looking out is missing. This commit fixes that. We now process selectorMap properly now (using the updated type Record<number, string[]
10+
11+
Improved the action prompt:
12+
13+
Improved the structure
14+
Made it more straightforward
15+
Improved working for completed arg and prioritized precision over recall
16+
317
## 1.1.0
418

519
### Minor Changes

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": "1.1.2",
3+
"version": "1.2.0",
44
"description": "An AI web browsing framework focused on simplicity and extensibility.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)