Skip to content

Commit be30bc9

Browse files
authored
chore: add minor changeset for release (#973)
1 parent 1391f00 commit be30bc9

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.changeset/release-mn3erqi1.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
"agent-browser": minor
3+
---
4+
5+
### New Features
6+
7+
- **Cross-origin iframe support** - Added support for snapshots and interactions within cross-origin iframes via `Target.setAutoAttach` (#949)
8+
- **Network request detail and filtering** - Added `network request <requestId>` command to view full request/response detail, and new filtering options for `network requests` including `--type` (e.g. `xhr,fetch`), `--method` (e.g. `POST`), and `--status` (e.g. `2xx`, `400-499`) (#935)
9+
10+
### Improvements
11+
12+
- **Snapshot usability** - Reduced AI cognitive load by filtering semantic noise from snapshot output; cursor-interactive elements are now included by default, making the `-C` flag unnecessary (#968)
13+
- **Upgrade command** - Improved robustness of installation method detection in the upgrade command (#960)
14+
- **Target tracking** - Enhanced target tracking and page information handling for more reliable browser session management (#969)
15+
16+
### Bug Fixes
17+
18+
- Fixed **viewport dimensions** being reported incorrectly in streaming status messages and screencast (#952)
19+
- Fixed **`find` command** flags such as `--exact` and `--name` leaking into fill values when used with fill actions (#955)
20+
- Fixed **state commands** incorrectly starting the daemon when no `session_name` is provided (#677, #964)
21+
- Fixed **auto-connect** triggering when the daemon is already running, preventing duplicate connections (#971)
22+
- Fixed **Enter key press** not working by adding a text field to `keyDown` events (#972)
23+
- Fixed **download command** to properly handle absolute paths and correctly click target elements (#970)
24+
25+
### Breaking Changes
26+
27+
- The `-C` / `--cursor` flag for `snapshot` is deprecated; cursor-interactive elements are now included by default and the flag has no additional effect (#968)
28+
29+
### Documentation
30+
31+
- Updated `README.md` with new `network requests` filtering options and `network request <requestId>` command usage
32+
- Removed references to the deprecated `-C` / `--cursor` snapshot flag from docs and command reference

0 commit comments

Comments
 (0)