Releases: browserbase/stagehand-python
v0.1.0
0.1.0 (2025-12-23)
Full Changelog: v0.0.1...v0.1.0
Features
- [STG-1053] [server] Use fastify-zod-openapi + zod v4 for openapi generation (405c606)
- api: manual updates (dde1e8b)
- api: manual updates (577cea0)
- api: manual updates (0cdb22b)
- api: manual updates (fcf7666)
- api: manual updates (8590a04)
- api: manual updates (8d1c5ae)
- api: manual updates (638e928)
- api: manual updates (13484f8)
- api: manual updates (722abc9)
- api: manual updates (72aa8b8)
- api: manual updates (54f3289)
- api: manual updates (9b9d548)
- api: manual updates (54fb057)
- api: manual updates (5efd001)
- api: manual updates (19a67fd)
- api: manual updates (80413be)
- api: manual updates (585015c)
- api: manual updates (f032352)
- api: manual updates (2dcbe2d)
- api: tweak branding and fix some config fields (8526eb4)
Bug Fixes
- use async_to_httpx_files in patch method (77eb123)
Chores
- internal: add
--fixargument 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
- add more examples (681e90f)
Refactors
- internal: switch from rye to uv (0eba9d2)
stagehand v0.5.9
Patch Changes
#256 898a2fd Thanks @seanmcguire12! - fix: invalid_request_error when using anthropic cua client
stagehand v0.5.8
stagehand v0.5.7
stagehand v0.5.6
Patch Changes
#232 cea5af9 Thanks @miguelg719! - Properly serialize os on browserbase session create params
stagehand v0.5.5
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
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
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
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
Releases
stagehand@0.5.1
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