Skip to content

Commit 6f4e63b

Browse files
committed
chore(release): bump to 0.27.0-fork.9 — upstream sync + CDP consent fix
Upstream cherry-picks (onto v0.27.0 base): - security: same-origin stream command relay (vercel-labs#1355) - feat: hide scrollbars in headless screenshots (vercel-labs#1396) - chore: pnpm minimum release age + node pinning (vercel-labs#1377, fork-adapted) Fork fixes: - fix(connect): stop remote-debugging consent storm — is_connection_alive no longer tears down an externally-attached browser on a transient liveness timeout (was an endless prompt loop / browser freeze) - fix(connect): single consenting WebSocket — drop the throwaway verify probe so the user's one "Allow remote debugging?" click sticks to the real connection
1 parent 98622a7 commit 6f4e63b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-browser-stealth"
3-
version = "0.27.0-fork.8"
3+
version = "0.27.0-fork.9"
44
edition = "2021"
55
description = "Fast browser automation CLI for AI agents"
66
license = "Apache-2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-browser-stealth",
3-
"version": "0.27.0-fork.8",
3+
"version": "0.27.0-fork.9",
44
"description": "Browser automation CLI for AI agents — stealth fork with anti-detection",
55
"type": "module",
66
"packageManager": "pnpm@11.1.3",

0 commit comments

Comments
 (0)