Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@browserbasehq/stagehand@2.2.0
Minor Changes
#655
8814af9
Thanks @seanmcguire12! - extract links#675
35c55eb
Thanks @tkattkat! - Added Gemini 2.5 Flash to Google supported models#668
5c6d2cf
Thanks @miguelg719! - Added a new class - Stagehand Evaluator - that wraps around a Stagehand object to determine whether a task is successful or not. Currently used for agent evalsPatch Changes
#706
18ac6fb
Thanks @seanmcguire12! - remove unused fillInVariables fn#692
6b95248
Thanks @miguelg719! - Updated the list of OpenAI models (4.1, o3...)#688
7d81b3c
Thanks @seanmcguire12! - wrap page.evaluate to make sure we have injected browser side scripts before calling them#664
b5ca00a
Thanks @miguelg719! - remove unnecessary log#683
8f0f97b
Thanks @seanmcguire12! - use javsacript click instead of playwright#705
346ef5d
Thanks @miguelg719! - Fixed removing a hanging observation map that is no longer used#687
edd6d3f
Thanks @miguelg719! - Fixed the schema input for Gemini's response model#678
5ec43d8
Thanks @seanmcguire12! - allow form filling when form is not top-most element#694
b8cc164
Thanks @seanmcguire12! - add telemetry for cua agents to stagehand.metrics#699
d9f4243
Thanks @seanmcguire12! - rm deprecated primitives from stagehand object#677
bc5a731
Thanks @miguelg719! - Fixes a redundant unnecessary log