Open
Conversation
8db5724 to
b8e5b68
Compare
Contributor
Greptile SummaryAutomated version bump PR from Changesets that releases
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: b8e5b68 |
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 App as Stagehand Client (Server/Evals)
participant Core as @browserbasehq/stagehand
participant Browser as Browser Session (CDP/Playwright)
Note over App,Browser: Session Initialization Flow
App->>Core: init() / connect()
Core->>Browser: Establish connection to browser session
Core->>Browser: CHANGED: Request list of open tabs/pages
Browser-->>Core: Return list (e.g., [])
alt NEW: No open tabs detected
Core->>Browser: NEW: Create initial page (about:blank)
Browser-->>Core: Page object
Note right of Core: Prevents connection failure in zero-tab environments
else Existing tabs present
Core->>Browser: Select active page context
end
Core-->>App: Initialization complete (Session Ready)
fbe7384 to
38ca48b
Compare
38ca48b to
26f25f7
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.1
Patch Changes
#1759
505e8c6Thanks @shrey150! - Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec.#1749
7390508Thanks @pirate! - When connecting to a browser session that has zero open tabs, Stagehand now automatically creates an initialabout:blanktab so the connection can continue.#1761
611f43aThanks @seanmcguire12! - fix issue where handlePossibleNavigation was producing unnecessary error logs on clicks that trigger page close@browserbasehq/stagehand-evals@1.1.9
Patch Changes
505e8c6,7390508,611f43a]:@browserbasehq/stagehand-server@3.6.1
Patch Changes
#1759
505e8c6Thanks @shrey150! - Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec.Updated dependencies [
505e8c6,7390508,611f43a]: