Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: browserbase/stagehand-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: browserbase/stagehand-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 16, 2026

  1. Remove nest-asyncio dependency (#309)

    * Remove nest-asyncio dependency
    
    * make sync request
    miguelg719 authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    64cbc6e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Configuration menu
    Copy the full SHA
    a0f947a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Configuration menu
    Copy the full SHA
    3d0dfa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2026

  1. Wrap ensure_injection in try/catch to handle page navigation errors (#…

    …313)
    
    * Wrap ensure_injection in try/catch to handle page navigation errors
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    
    * Scope ensure_injection catch to execution context destroyed errors
    
    Only swallow the "Execution context was destroyed" error from
    page navigation; re-raise all other exceptions.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    
    * Catch TargetClosedError instead of matching error string
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
    derekmeegan and claude authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    8e7b1d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Fix reasoning_effort error for GPT-5.1/5.2 models in local mode (#317)

    GPT-5.1 and GPT-5.2 reject reasoning_effort: "minimal" with error:
    "Unsupported value: 'reasoning_effort' does not support 'minimal'".
    Set reasoning_effort to "low" for these models to avoid the error.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    shrey150 and claude authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    9488f88 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. Configuration menu
    Copy the full SHA
    32bc2da View commit details
    Browse the repository at this point in the history
Loading