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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Stagehand Python Changelog
2
2
3
+
## 0.5.5
4
+
5
+
### Patch Changes
6
+
7
+
[#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
8
+
[#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
9
+
[#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
10
+
[#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
11
+
[#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