Skip to content

Version Packages#1754

Merged
miguelg719 merged 1 commit intomainfrom
changeset-release/main
Mar 18, 2026
Merged

Version Packages#1754
miguelg719 merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
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/browse-cli@0.2.0

Minor Changes

  • #1816 687d54a Thanks @shrey150! - Add --context-id and --persist flags to browse open for loading and persisting Browserbase Contexts across sessions

  • #1793 e38c13b Thanks @shrey150! - Initial release of browse CLI - browser automation for AI agents

Patch Changes

@browserbasehq/stagehand@3.2.0

Minor Changes

Patch Changes

  • #1759 505e8c6 Thanks @shrey150! - Add bedrock to the provider enum in model configuration schemas and regenerate OpenAPI spec.

  • #1814 7dc35f5 Thanks @tkattkat! - Change usage of openai provider in agent to default to store:false

  • #1846 335cf47 Thanks @aq17! - Fix streaming finished event being silently dropped. The final SSE event containing the result payload (success status, message, actions, usage, and messages) was previously discarded instead of being yielded to the caller.

  • #1764 6ba0a1d Thanks @shrey150! - Expose headers in GoogleVertexProviderSettings so model configs can pass custom provider headers (for example X-Goog-Priority) without TypeScript errors.

  • #1847 4ff3bb8 Thanks @miguelg719! - Enable FlowLogger on BROWSERBASE_FLOW_LOGS=1

  • #1752 c27054b Thanks @derekmeegan! - fix: pause Browserbase agents while captcha solving is active and improve CUA recovery after the solve completes

  • #1800 2abf5b9 Thanks @shrey150! - Make projectId optional for Browserbase sessions — only BROWSERBASE_API_KEY is required

  • #1766 7817fcc Thanks @tkattkat! - Add configurable timeout to tools in agent

  • #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

  • #1817 2402a3c Thanks @tkattkat! - Add support for passing custom headers in clientOptions

@browserbasehq/stagehand-evals@1.1.9

Patch Changes

@browserbasehq/stagehand-server-v3@3.6.1

Patch Changes

@browserbasehq/stagehand-server-v4@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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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 13 times, most recently from 01663ea to 9c59545 Compare March 4, 2026 18:44
@github-actions github-actions Bot force-pushed the changeset-release/main branch 13 times, most recently from dd109db to 7c91e0a Compare March 12, 2026 00:20
@github-actions github-actions Bot force-pushed the changeset-release/main branch 14 times, most recently from 467ef23 to bed6218 Compare March 18, 2026 21:00
@github-actions github-actions Bot force-pushed the changeset-release/main branch from bed6218 to e1d4b79 Compare March 18, 2026 21:05
@miguelg719 miguelg719 merged commit 3c904cb into main Mar 18, 2026
3 checks passed
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.

1 participant