Skip to content

Commit 0865851

Browse files
chore: version packages (#1009)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a098197 commit 0865851

5 files changed

Lines changed: 24 additions & 23 deletions

File tree

.changeset/release-mn5096mz.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# agent-browser
22

3+
## 0.22.2
4+
5+
### Patch Changes
6+
7+
- a098197: ### New Features
8+
9+
- **Dialog status command** - Added `dialog status` command to check whether a JavaScript dialog is currently open (#999)
10+
- **Dialog warning field** - Command responses now include a `warning` field when a JavaScript dialog is pending, indicating the dialog type and message (#999)
11+
12+
### Improvements
13+
14+
- **Standard proxy environment variables** - The proxy setting now automatically falls back to standard environment variables (`HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`, and their lowercase variants), with `NO_PROXY`/`no_proxy` respected for bypass rules (#1000)
15+
- **Font packages for `--with-deps`** - Installing with `--with-deps` now includes CJK and emoji font packages on Linux (Debian, RPM, and yum-based distros) to prevent missing glyphs when rendering international content (#1002)
16+
17+
### Bug Fixes
18+
19+
- Fixed `state show` always failing with "Missing 'path' parameter" due to a mismatched JSON field name (`filename``path`) (#994)
20+
- Fixed `console` command returning only `Done` due to a JSON field name mismatch in the response (#986)
21+
- Fixed browser-domain CDP events being dropped during downloads due to a `sessionId` mismatch (#998)
22+
- Fixed proxy authentication by handling credentials via the CDP `Fetch.authRequired` event rather than passing them inline (#1000)
23+
324
## 0.22.1
425

526
### Patch Changes

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"
3-
version = "0.22.1"
3+
version = "0.22.2"
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",
3-
"version": "0.22.1",
3+
"version": "0.22.2",
44
"description": "Headless browser automation CLI for AI agents",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)