Skip to content

Version Packages#2110

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

Version Packages#2110
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 12, 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.5.0

Minor Changes

  • #2127 78bcde8 Thanks @seanmcguire12! - Add ignoreDefaultArgs option to selectively remove chrome-launcher's built-in default flags (e.g. --disable-extensions) when running locally

Patch Changes

@browserbasehq/stagehand-evals@2.0.2

Patch Changes

@browserbasehq/stagehand-server-v3@3.6.5

Patch Changes

@browserbasehq/stagehand-server-v4@3.6.5

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 / Eval Script
    participant Server as Stagehand Server (v3/v4)
    participant Core as @browserbasehq/stagehand
    participant LLM as Anthropic API (CUA)
    participant Browser as Playwright / Browserbase

    Note over Client,Browser: Runtime flow for Anthropic Computer Use Actions (CUA)

    Client->>Server: POST /act (Instruction: "Triple click title")
    Server->>Core: stagehand.act()
    
    Core->>Core: Capture Screenshot & DOM
    Core->>LLM: Send state + Computer Use prompt
    
    LLM-->>Core: Response: tool_use (triple_click)
    
    Note right of Core: Logic fixed in this release
    Core->>Core: CHANGED: Map "triple_click" to browser-specific action
    
    Core->>Browser: mouse.click(x, y, { clickCount: 3 })
    Browser-->>Core: Click performed
    
    Core-->>Server: Action successful
    Server-->>Client: 200 OK (Task complete)

    alt Action Validation (Evals)
        Client->>Core: Run @browserbasehq/stagehand-evals
        Core->>LLM: Verify triple_click behavior
        LLM-->>Client: Pass/Fail
    end
Loading

@github-actions github-actions Bot force-pushed the changeset-release/main branch 11 times, most recently from 013eb9c to fe8e235 Compare May 15, 2026 20:16
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fe8e235 to f6215dc Compare May 15, 2026 21:37
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