Skip to content

Version Packages#1979

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

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

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 8, 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.3.0

Minor Changes

  • #1980 e471d2e Thanks @shrey150! - Support Browserbase verified session settings and bump the Browserbase SDK.

Patch Changes

  • #1983 8543c11 Thanks @github-actions! - Add variable substitution to the keys tool in both live execution and cache replay paths. When keys steps with method="type" contain %variableName% tokens, they are now resolved against the provided variables. This brings the keys tool to parity with the type tool's variable handling.

  • #1973 14b64ec Thanks @monadoid! - Enable strict structured outputs for supported model paths.

@browserbasehq/stagehand-evals@1.1.11

Patch Changes

@browserbasehq/stagehand-server-v3@3.6.3

Patch Changes

@browserbasehq/stagehand-server-v4@3.6.3

Patch Changes

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 9 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant Client
    participant Server as Stagehand Server (v3/v4)
    participant Core as Stagehand Core
    participant Bedrock as AWS Bedrock API
    
    Note over Client,Bedrock: Request Flow with Bedrock Provider
    
    Client->>Server: Request with Variable Schema
    Server->>Core: Initialize Stagehand
    
    Core->>Core: CHANGED: Align Bedrock config validation
    
    alt Invalid Configuration
        Core-->>Server: Configuration Error
        Server-->>Client: 400 Bad Request
    end

    Core->>Core: NEW: Restore public variable schema support
    
    Core->>Bedrock: Send prompt + extracted schema
    
    alt Success
        Bedrock-->>Core: Model output (JSON)
        Core-->>Server: Parsed response
        Server-->>Client: 200 OK + Data
    else API Error
        Bedrock-->>Core: Error
        Core-->>Server: Provider Error
        Server-->>Client: 500 Internal Server Error
    end
Loading

@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from ecc1054 to df531df Compare April 10, 2026 18:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from df531df to 4905543 Compare April 10, 2026 21:10
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