Skip to content

Version Packages#1754

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#1754
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 25, 2026

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 505e8c6 Thanks @shrey150! - Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec.

  • #1749 7390508 Thanks @pirate! - When connecting to a browser session that has zero open tabs, Stagehand now automatically creates an initial about:blank tab so the connection can continue.

  • #1761 611f43a Thanks @seanmcguire12! - fix issue where handlePossibleNavigation was producing unnecessary error logs on clicks that trigger page close

@browserbasehq/stagehand-evals@1.1.9

Patch Changes

@browserbasehq/stagehand-server@3.6.1

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch from 8db5724 to b8e5b68 Compare February 25, 2026 01:44
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 25, 2026

Greptile Summary

Automated version bump PR from Changesets that releases @browserbasehq/stagehand@3.1.1 along with corresponding dependency updates to @browserbasehq/stagehand-evals@1.1.9 and @browserbasehq/stagehand-server@3.6.1.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Automated version bump PR generated by Changesets with all version numbers, changelog entries, and commit references correctly synchronized across packages
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/real-cameras-grin.md Changeset file correctly deleted after being processed into changelog entries
packages/core/CHANGELOG.md Added 3.1.1 patch release entry with correct PR reference and commit SHA
packages/core/package.json Version bumped from 3.1.0 to 3.1.1 for patch release
packages/evals/package.json Version bumped from 1.1.8 to 1.1.9 for patch release
packages/server/package.json Version bumped from 3.6.0 to 3.6.1 for patch release

Last reviewed commit: b8e5b68

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Loading

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from fbe7384 to 38ca48b Compare February 25, 2026 23:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from 38ca48b to 26f25f7 Compare February 26, 2026 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants