Open
Conversation
8f3c100 to
801d533
Compare
Contributor
Greptile SummaryAutomated version release PR generated by Changesets for publishing version 3.0.9 of Changes:
Underlying Fix: Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant GHA as GitHub Actions
participant CS as Changesets
participant Core as @browserbasehq/stagehand
participant Evals as @browserbasehq/stagehand-evals
participant Server as @browserbasehq/stagehand-server
Note over GHA,CS: PR #1596 merged with changeset
GHA->>CS: Trigger changesets/action
CS->>Core: Read .changeset/five-frogs-cry.md
CS->>Core: Bump version 3.0.8 → 3.0.9
CS->>Core: Update CHANGELOG.md
CS->>Core: Delete changeset file
Note over CS,Evals: Handle dependent packages
CS->>Evals: Detect workspace dependency
CS->>Evals: Bump version 1.1.7 → 1.1.8
CS->>Evals: Update CHANGELOG.md
CS->>Server: Detect workspace dependency
CS->>Server: Bump version 3.5.0 → 3.5.1
CS->>Server: Update CHANGELOG.md
CS->>GHA: Create Version Packages PR
Note over GHA: Ready to publish to npm
|
Contributor
There was a problem hiding this comment.
No issues found across 7 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant Dev as "Maintainer"
participant GH as "GitHub"
participant CI as "CI/CD (Changesets)"
participant NPM as "NPM Registry"
Note over Dev,NPM: Release Automation (Triggered by merging this PR)
Dev->>GH: Merge "Version Packages" PR
GH->>CI: Trigger Release Workflow
Note over CI: Detected version bumps in package.json
CI->>NPM: NEW: publish @browserbasehq/stagehand@3.0.9
NPM-->>CI: 200 OK
par Update Dependent Packages
CI->>NPM: NEW: publish @browserbasehq/stagehand-evals@1.1.8
CI->>NPM: NEW: publish @browserbasehq/stagehand-server@3.5.1
end
NPM-->>CI: 200 OK
CI-->>GH: Create Git Tags & Release Notes
Note over CI,GH: Artifacts available for consumers
b779e88 to
eddfd5f
Compare
db8ea4e to
198c2ab
Compare
987c00c to
8987fda
Compare
8987fda to
a7eca8a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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@3.1.0
Minor Changes
8a3c066Thanks @monadoid! - Usingmodeenum instead of oldcuaboolean in openapi specPatch Changes
#1644
1e1c9c1Thanks @monadoid! - Fix unhandled CDP detaches by returning the original sendCDP promise#1647
ffd4b33Thanks @tkattkat! - Fix [Agent] - Address bug causing issues with continuing a conversation from past messages in dom mode#1614
677bff5Thanks @miguelg719! - Enforce - regex validation on act/observe for elementId#1664
b27c04dThanks @seanmcguire12! - fixes issue with context.addInitScript() where scripts were not being applied to out of process iframes (OOPIFs), and popup pages with same process iframes (SPIFs)#1624
0e8d569Thanks @seanmcguire12! - fix issue where screenshot masks were not being applied to dialog elements#1596
ff0f979Thanks @tkattkat! - Update usage/metrics handling in agent#1631
2d89d2bThanks @miguelg719! - Add right and middle click support to act and observe#1613
aa4d981Thanks @miguelg719! - SupportedUnderstudyAction Enum validation for 'method' on act/observe inference#1652
18b1e3bThanks @miguelg719! - Add support for gemini 3 flash and pro in hybrid/cua agent#1633
22e371aThanks @tkattkat! - Add warning when incorrect models are used with agents hybrid mode#1609
3f9ca4dThanks @miguelg719! - Add SupportedUnderstudyActions to observe system prompt#1642
3673369Thanks @seanmcguire12! - fix issue where scripts added via context.addInitScripts() were not being injected into new pages that were opened via popups (eg, clicking a link that opens a new page) and/or calling context.newPage(url)#1636
ea33052Thanks @miguelg719! - Include executionModel on the AgentConfigSchema#1646
f09b184Thanks @miguelg719! - Add user-agent to CDP connections#1637
a7d29deThanks @miguelg719! - Improve error and warning message for legacy model format#1662
44416daThanks @seanmcguire12! - fix issue where locator.fill() was not working on elements that require direct value setting#1612
bdd8b4eThanks @seanmcguire12! - fix issue where screenshot mask was only being applied to the first element that the locator resolved to. masks now apply to all matching elements.@browserbasehq/stagehand-server@3.6.0
Minor Changes
8a3c066Thanks @monadoid! - Usingmodeenum instead of oldcuaboolean in openapi specPatch Changes
#1604
4753078Thanks @miguelg719! - Enable bedrock#1636
ea33052Thanks @miguelg719! - Include executionModel on the AgentConfigSchema#1602
22a0502Thanks @miguelg719! - Include vertex as a supported providerUpdated dependencies [
1e1c9c1,ffd4b33,677bff5,b27c04d,0e8d569,ff0f979,2d89d2b,aa4d981,18b1e3b,22e371a,3f9ca4d,8a3c066,3673369,ea33052,f09b184,a7d29de,44416da,bdd8b4e]:@browserbasehq/stagehand-evals@1.1.8
Patch Changes
1e1c9c1,ffd4b33,677bff5,b27c04d,0e8d569,ff0f979,2d89d2b,aa4d981,18b1e3b,22e371a,3f9ca4d,8a3c066,3673369,ea33052,f09b184,a7d29de,44416da,bdd8b4e]: