Skip to content

Releases: browserbase/stagehand-python

v0.1.0

23 Dec 20:14
1996efe

Choose a tag to compare

0.1.0 (2025-12-23)

Full Changelog: v0.0.1...v0.1.0

Features

Bug Fixes

  • use async_to_httpx_files in patch method (77eb123)

Chores

  • internal: add --fix argument to lint script (f7eefb4)
  • internal: add missing files argument to base client (5c05e7b)
  • speedup initial import (5aafb83)
  • update SDK settings (b8d1cd3)
  • update SDK settings (4c0b2c8)

Documentation

Refactors

  • internal: switch from rye to uv (0eba9d2)

stagehand v0.5.9

23 Dec 02:13
9823ad3

Choose a tag to compare

Patch Changes

#256 898a2fd Thanks @seanmcguire12! - fix: invalid_request_error when using anthropic cua client


stagehand v0.5.8

19 Dec 02:02
3b27747

Choose a tag to compare

Patch Changes

#241 69289b9 Thanks @tkattkat! - add support for claude 4.5 opus in cua agent
#251 94304c5 Thanks @shrey150! - Fix active page context

stagehand v0.5.7

03 Dec 21:53
f1ae498

Choose a tag to compare

Patch Changes

#234 f978db2 Thanks @shrey150! - bump litellm to 1.80.0
#234 f978db2 Thanks @shrey150! - Allow running browser in headless mode


stagehand v0.5.6

14 Nov 00:27
061c50c

Choose a tag to compare

Patch Changes

#232 cea5af9 Thanks @miguelg719! - Properly serialize os on browserbase session create params

stagehand v0.5.5

24 Oct 17:34
1e7086e

Choose a tag to compare

Patch Changes

#215 cb35254 Thanks @derekmeegan! - Fix ability to pass raw JSON to Extract schema
#225 b23e005 Thanks @derekmeegan! - add local cua example, remove root model from types
#218 1a919ad Thanks @derekmeegan! - Pass api_timeout param to Stagehand API correctly
#223 de7d883 Thanks @derekmeegan! - Fix search, navigate, go back, and go forward for gemini cua agent
#221 da570a1 Thanks @miguelg719! - Add support for Haiku 4.5 CUA

stagehand v0.5.4

08 Oct 00:44
6650346

Choose a tag to compare

Patch Changes

#205 3bcdd05 Thanks @derekmeegan! - Make litellm client async
#213 1d0577d Thanks @miguelg719! - Added support for Gemini Computer Use models

stagehand v0.5.3

16 Sep 21:57
ad95605

Choose a tag to compare

Patch Changes

#196 93f5c97 Thanks @chrisreadsf, @miguelg719 and Derek Meegan! - remove duplicate project id if already passed to Stagehand
#203 82c6fed Thanks @miguelg719! - Bump openai dependency version
#198 057b38b Thanks @Zach10za! - Fix draw_overlay on env:LOCAL

stagehand v0.5.2

28 Aug 20:57
ab31b6e

Choose a tag to compare

Patch Changes

#191 7fb6a6f Thanks @miguelg719! - Add support for custom base_url on api
#185 ec22cb9 Thanks @filip-michalsky! - fix camelCase and snake_case return api extract schema mismatch

v0.5.1

20 Aug 02:06
61ade28

Choose a tag to compare

Releases

[email protected]

Patch Changes

#183 6f72281 Thanks @shubh24! - Fixing downloads behavior for use_api=false
#132 edc57ac Thanks @sanveer-osahan! - Add LLM customization support (eg. api_base)
#179 51ca053 Thanks @miguelg719! - Fix max_steps parsing for agent execute options
#176 d95974a Thanks @miguelg719! - Fix stagehand.metrics on env:BROWSERBASE
#88 021c946 Thanks @filip-michalsky! - added regression tests
#161 f68e86c Thanks @arunpatro! - Multi-tab support
#181 1bef512 Thanks @miguelg719! - Fix openai-litellm dependency bug
#177 36ba981 Thanks @miguelg719! - Fix temperature setting for GPT-5 family of models
#174 2e3eb1a Thanks @miguelg719! - Added frame_id_map to support multi-tab handling on API