Skip to content

Releases: browserbase/stagehand-rust

v0.4.0

03 Mar 20:43
b8ca9df

Choose a tag to compare

What's Changed

  • Remove deprecated headers and standardize README by @pirate in #1
  • Fix media URLs to use absolute GitHub paths by @pirate in #2
  • Refactor model API key documentation by @pirate in #3
  • Fix media URLs to use absolute GitHub paths by @pirate in #4
  • Update README.md by @pirate in #5
  • Add page helper by @monadoid in #6
  • docs: update navigation examples to use navigate instead of act by @danieldaquino in #9

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

15 Dec 23:59
eb1f535

Choose a tag to compare

Fix publish workflow with rust-lang/crates-io-auth-action for trusted publishing.

v0.3.1

15 Dec 23:55
e74e50a

Choose a tag to compare

Patch release to test auto-publishing workflow.

v0.3.0

15 Dec 23:51
b4e8643

Choose a tag to compare

Initial Release 🎉

First public release of the Stagehand Rust SDK.

Features

  • Browserbase Cloud Support: Drive Browserbase cloud browser sessions
  • AI-Driven Actions: Use natural language instructions via act()
  • Structured Data Extraction: Extract typed data with extract()
  • Element Observation: Identify interactive elements with observe()
  • Agent Execution: Run multi-step AI agents with execute()
  • Streaming Responses: Real-time progress updates via SSE
  • CDP Access: Get CDP WebSocket URL to connect chromiumoxide or other CDP clients

Installation

[dependencies]
stagehand_sdk = "0.3"

See the README for full documentation.