From 39e54113e6496f13ed858d7f88d731e2593e984b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 09:13:13 -0500 Subject: [PATCH] chore: version packages (#948) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/fix-auth-login-network-idle.md | 7 ------- CHANGELOG.md | 8 ++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/fix-auth-login-network-idle.md diff --git a/.changeset/fix-auth-login-network-idle.md b/.changeset/fix-auth-login-network-idle.md deleted file mode 100644 index 91541e9..0000000 --- a/.changeset/fix-auth-login-network-idle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- **Auth login readiness** - `agent-browser auth login` now navigates with `load`, waits for usable login form selectors, and uses staged username detection (targeted email/username selectors first, then broad text-input fallback). This reduces SPA timing failures, avoids false matches on unrelated text fields, and prevents `networkidle` hangs on pages with continuous background requests. diff --git a/CHANGELOG.md b/CHANGELOG.md index cd751e5..3380ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # agent-browser +## 0.21.4 + +### Patch Changes + +- aed466b: ### Bug Fixes + + - **Auth login readiness** - `agent-browser auth login` now navigates with `load`, waits for usable login form selectors, and uses staged username detection (targeted email/username selectors first, then broad text-input fallback). This reduces SPA timing failures, avoids false matches on unrelated text fields, and prevents `networkidle` hangs on pages with continuous background requests. + ## 0.21.3 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index e2cc078..2b63d0e 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.21.3" +version = "0.21.4" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7e553e9..8d5ec99 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.21.3" +version = "0.21.4" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 8f6b39a..16c5cb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.21.3", + "version": "0.21.4", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [