Version Packages - #1367
Merged
Merged
Conversation
Contributor
Greptile OverviewGreptile SummaryAutomated changeset release PR that bumps
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub
participant CS as Changesets Action
participant NPM as npm Registry
Dev->>GH: Merge PRs with changesets
GH->>CS: Trigger on v2 branch
CS->>CS: Consume changeset files
CS->>CS: Bump package versions
CS->>CS: Update CHANGELOGs
CS->>GH: Create "Version Packages" PR
Dev->>GH: Review & merge PR
GH->>NPM: Publish packages
|
seanmcguire12
approved these changes
Dec 5, 2025
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 v2, this PR will be updated.
Releases
@browserbasehq/stagehand@2.5.3
Patch Changes
#1275
a372b3cThanks @miguelg719! - Remove process exit on signal handler#1143
fc06d40Thanks @seanmcguire12! - add logger param to external aisdk client#1137
2dbac99Thanks @miguelg719! - Add haiku 4.5 computer use support#1116
b419fc3Thanks @tkattkat! - patch stagehand agent api support#1362
f26333eThanks @seanmcguire12! - use CDP to find scrollable nodes instead of injected JS#1125
cbff109Thanks @tkattkat! - update cua agents key & system prompt handling#1363
223e158Thanks @seanmcguire12! - add causedBy to StagehandDefaultError#1123
f426ba5Thanks @tkattkat! - Add pageUrl & timestamp to agent actions#1365
2f71b02Thanks @seanmcguire12! - export getAccessibilityTree()#1366
e098b0dThanks @miguelg719! - Update finding scrollable nodes using CDP@browserbasehq/stagehand-evals@1.1.3
Patch Changes
a372b3c,fc06d40,2dbac99,b419fc3,f26333e,cbff109,223e158,f426ba5,2f71b02,e098b0d]:@browserbasehq/stagehand-examples@1.0.12
Patch Changes
a372b3c,fc06d40,2dbac99,b419fc3,f26333e,cbff109,223e158,f426ba5,2f71b02,e098b0d]:Summary by cubic
Publish Stagehand 2.5.3 and bump evals (1.1.3) and examples (1.0.12). Improves stability, CDP-based scrolling, and adds better logging and error context.
New Features
Bug Fixes
Written for commit 6b62062. Summary will update automatically on new commits.