You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# Stagehand Python Changelog
2
2
3
+
## 0.5.9
4
+
5
+
### Patch Changes
6
+
7
+
[#256](https://github.com/browserbase/stagehand-python/pull/256)[`898a2fd`](https://github.com/browserbase/stagehand-python/commit/898a2fd) Thanks @seanmcguire12! - fix: invalid_request_error when using anthropic cua client
8
+
9
+
## 0.5.8
10
+
11
+
### Patch Changes
12
+
13
+
[#241](https://github.com/browserbase/stagehand-python/pull/241)[`69289b9`](https://github.com/browserbase/stagehand-python/commit/69289b9) Thanks @tkattkat! - add support for claude 4.5 opus in cua agent
14
+
[#251](https://github.com/browserbase/stagehand-python/pull/251)[`94304c5`](https://github.com/browserbase/stagehand-python/commit/94304c5) Thanks @shrey150! - Fix active page context
15
+
16
+
## 0.5.7
17
+
18
+
### Patch Changes
19
+
20
+
[#234](https://github.com/browserbase/stagehand-python/pull/234)[`f978db2`](https://github.com/browserbase/stagehand-python/commit/f978db2) Thanks @shrey150! - bump litellm to 1.80.0
21
+
[#234](https://github.com/browserbase/stagehand-python/pull/234)[`f978db2`](https://github.com/browserbase/stagehand-python/commit/f978db2) Thanks @shrey150! - Allow running browser in headless mode
22
+
23
+
## 0.5.6
24
+
25
+
### Patch Changes
26
+
27
+
[#232](https://github.com/browserbase/stagehand-python/pull/232)[`cea5af9`](https://github.com/browserbase/stagehand-python/commit/cea5af9) Thanks @miguelg719! - Properly serialize os on browserbase session create params
28
+
29
+
## 0.5.5
30
+
31
+
### Patch Changes
32
+
33
+
[#215](https://github.com/browserbase/stagehand-python/pull/215)[`cb35254`](https://github.com/browserbase/stagehand-python/commit/cb35254) Thanks @derekmeegan! - Fix ability to pass raw JSON to Extract schema
34
+
[#225](https://github.com/browserbase/stagehand-python/pull/225)[`b23e005`](https://github.com/browserbase/stagehand-python/commit/b23e005) Thanks @derekmeegan! - add local cua example, remove root model from types
35
+
[#218](https://github.com/browserbase/stagehand-python/pull/218)[`1a919ad`](https://github.com/browserbase/stagehand-python/commit/1a919ad) Thanks @derekmeegan! - Pass api_timeout param to Stagehand API correctly
36
+
[#223](https://github.com/browserbase/stagehand-python/pull/223)[`de7d883`](https://github.com/browserbase/stagehand-python/commit/de7d883) Thanks @derekmeegan! - Fix search, navigate, go back, and go forward for gemini cua agent
37
+
[#221](https://github.com/browserbase/stagehand-python/pull/221)[`da570a1`](https://github.com/browserbase/stagehand-python/commit/da570a1) Thanks @miguelg719! - Add support for Haiku 4.5 CUA
console.print("\n▶️ [highlight] Navigating[/] to Google")
53
+
awaitstagehand.page.goto("https://google.com/")
54
+
console.print("✅ [success]Navigated to Google[/]")
55
+
56
+
console.print("\n▶️ [highlight] Using Agent to perform a task[/]: playing a game of 2048")
57
+
agent=stagehand.agent(
58
+
model="gemini-2.5-computer-use-preview-10-2025",
59
+
instructions="You are a helpful web navigation assistant that helps users find information. You are currently on the following page: google.com. Do not ask follow up questions, the user will trust your judgement.",
0 commit comments