Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/eval-frame-snapshot-maps.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eval-session-ownership.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wild-loops-lay.md

This file was deleted.

42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
This changelog covers the public Stagehand TypeScript and Python SDKs. Entries before 4.0.0
describe the TypeScript SDK.

## TypeScript SDK 4.2.0

### Minor Changes

- [#2916](https://github.com/browserbase/stagehand/pull/2916) [`476658b`](https://github.com/browserbase/stagehand/commit/476658b595b51f8bfbf5d31dc91f4a65c10ddad6) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add page level hooks for webmcp tools added and webmcp tools removed events.

### Patch Changes

- [#2892](https://github.com/browserbase/stagehand/pull/2892) [`0210688`](https://github.com/browserbase/stagehand/commit/02106888668925aedbbf354f22b3ddaceb9c1027) Thanks [@miguelg719](https://github.com/miguelg719)! - Release a newly created Browserbase session when initial attachment fails, and support upload retries

## Python SDK 4.2.0

### Minor Changes

- [#2916](https://github.com/browserbase/stagehand/pull/2916) [`476658b`](https://github.com/browserbase/stagehand/commit/476658b595b51f8bfbf5d31dc91f4a65c10ddad6) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add page level hooks for webmcp tools added and webmcp tools removed events.

## Extension Runtime 1.1.0

### Minor Changes

- [#2916](https://github.com/browserbase/stagehand/pull/2916) [`476658b`](https://github.com/browserbase/stagehand/commit/476658b595b51f8bfbf5d31dc91f4a65c10ddad6) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add page level hooks for webmcp tools added and webmcp tools removed events.

### Patch Changes

- [#2896](https://github.com/browserbase/stagehand/pull/2896) [`7919934`](https://github.com/browserbase/stagehand/commit/7919934c24170482dcfab19b882b557c65d8eb61) Thanks [@miguelg719](https://github.com/miguelg719)! - Snapshot references remain valid across same-origin and out-of-process frame captures

## Go SDK 4.2.0

### Minor Changes

- [#2916](https://github.com/browserbase/stagehand/pull/2916) [`476658b`](https://github.com/browserbase/stagehand/commit/476658b595b51f8bfbf5d31dc91f4a65c10ddad6) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add page level hooks for webmcp tools added and webmcp tools removed events.

### Patch Changes

- [#2896](https://github.com/browserbase/stagehand/pull/2896) [`7919934`](https://github.com/browserbase/stagehand/commit/7919934c24170482dcfab19b882b557c65d8eb61) Thanks [@miguelg719](https://github.com/miguelg719)! - Snapshot references remain valid across same-origin and out-of-process frame captures

## Protocol 2.1.0

### Minor Changes

- [#2916](https://github.com/browserbase/stagehand/pull/2916) [`476658b`](https://github.com/browserbase/stagehand/commit/476658b595b51f8bfbf5d31dc91f4a65c10ddad6) Thanks [@seanmcguire12](https://github.com/seanmcguire12)! - add page level hooks for webmcp tools added and webmcp tools removed events.

## TypeScript SDK 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-extension",
"version": "1.0.2",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/claude-agent-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-claude-agent-sdk",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Claude Agent SDK harness adapter for Stagehand integrations",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/claude-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-example-claude-code-facade",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/codex-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-codex-sdk",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Codex SDK harness adapter for Stagehand integrations",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/codex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-example-codex-facade",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"description": "Shared integration surfaces for Stagehand V4",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/cursor-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-cursor-sdk",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Cursor agent CLI harness adapter for Stagehand integrations",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/deepagents-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-deepagents-sdk",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Deep Agents (LangChain) harness adapter for Stagehand integrations",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/eve-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-eve-sdk",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Eve (Vercel) harness adapter for Stagehand integrations",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/eve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-example-eve-facade",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/fx-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-fx-sdk",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "fx CLI harness adapter for Stagehand integrations",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/mastra-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-mastra-sdk",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "Mastra harness adapter for Stagehand integrations",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/mastra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-example-mastra-facade",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/pi-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-pi-sdk",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "pi (pi-coding-agent) SDK harness adapter for Stagehand integrations",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/pi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-example-pi-facade",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"keywords": [
"pi-package"
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vercel-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-integrations-example-vercel-ai-facade",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-protocol",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"type": "module",
"exports": {
Expand Down
Binary file modified packages/sdk-go/internal/extensionassets/stagehand-extension.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/sdk-go/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-go",
"version": "4.1.0",
"version": "4.2.0",
"private": true,
"description": "Changesets version proxy for the Stagehand Go SDK"
}
2 changes: 1 addition & 1 deletion packages/sdk-go/protocol_version.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sdk-go/sdk_version.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sdk-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand-python",
"version": "4.1.0",
"version": "4.2.0",
"private": true,
"description": "Changesets version proxy for the Stagehand Python SDK"
}
2 changes: 1 addition & 1 deletion packages/sdk-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "stagehand"
version = "4.1.0"
version = "4.2.0"
description = "Browserbase's SDK for building browser agents"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Generated from packages/protocol/package.json. Do not edit."""

PROTOCOL_SEMVER_PATTERN = '^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[A-Za-z-][0-9A-Za-z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[A-Za-z-][0-9A-Za-z-]*))*))?(?:\\+([0-9A-Za-z-]+(?:\\.[0-9A-Za-z-]+)*))?$'
STAGEHAND_PROTOCOL_VERSION = '2.0.0'
STAGEHAND_PROTOCOL_VERSION = '2.1.0'
2 changes: 1 addition & 1 deletion packages/sdk-python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sdk-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@browserbasehq/stagehand",
"version": "4.1.0",
"version": "4.2.0",
"description": "Browserbase's SDK for building browser agents",
"keywords": [
"ai",
Expand Down