Skip to content

Version Packages#2067

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

Version Packages#2067
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 29, 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.4.0

Minor Changes

Patch Changes

  • #2080 21c78b3 Thanks @miguelg719! - Add variables support to v3 agentExecute API schema and remove experimental requirement

  • #2077 f437f73 Thanks @monadoid! - Fix frame registry handling for OOPIF pages

  • #2047 a87c1fc Thanks @tkattkat! - Set default agent mode to hybrid with auto routing to dom for non compatible models

  • #2068 1d176c4 Thanks @filip-michalsky! - Remove the default temperature setting from v3 agent AI SDK calls so reasoning models that do not support temperature run without provider warnings.

  • #2040 1fa9613 Thanks @monadoid! - Prefer STAGEHAND_API_URL for Stagehand API overrides while retaining STAGEHAND_BASE_URL as a deprecated fallback.

  • #2065 9ff70dd Thanks @miguelg719! - Add support for CUA models: openai/gpt-5.4-mini, openai/gpt-5.5, and anthropic/claude-haiku-4-5

  • #2039 7640381 Thanks @monadoid! - Deprecate Browserbase project ID configuration.

@browserbasehq/stagehand-evals@2.0.1

Patch Changes

@browserbasehq/stagehand-server-v3@3.6.4

Patch Changes

@browserbasehq/stagehand-server-v4@3.6.4

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 as User / Client
    participant Server as Stagehand Server (v3/v4)
    participant Core as Stagehand Core (v3.3.1)
    participant LLM as LLM Provider (OpenAI/Anthropic)

    Note over Client, LLM: Request Flow with New Model Support

    Client->>Server: Request browser action (params: model)
    
    alt Model Selection
        Server->>Core: CHANGED: Initialize with v3.3.1
        Note right of Core: NEW: Validates CUA models:<br/>openai/gpt-5.5, openai/gpt-5.4-mini,<br/>anthropic/claude-haiku-4-5
    end

    Core->>Core: Process browsing instructions

    Core->>LLM: NEW: API Request to specific CUA model
    
    alt Successful Inference
        LLM-->>Core: Model reasoning & action steps
        Core->>Core: Execute browser automation
        Core-->>Server: Result / Page State
        Server-->>Client: 200 OK (Response)
    else Model Error / Unsupported
        LLM-->>Core: Error (Rate limit / Invalid model)
        Core-->>Server: Execution Failure
        Server-->>Client: Error Response
    end

    Note over Core: Evals package (v1.1.12) runs against<br/>these models to verify performance.
Loading

@github-actions github-actions Bot force-pushed the changeset-release/main branch 9 times, most recently from c9905d9 to d9670ae Compare May 6, 2026 17:13
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d9670ae to 7849ce8 Compare May 6, 2026 18:53
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