Prepare v0.25.4 release (#1228)
This commit is contained in:
+25
-2
@@ -1,8 +1,32 @@
|
|||||||
# agent-browser
|
# agent-browser
|
||||||
|
|
||||||
|
## 0.25.4
|
||||||
|
|
||||||
|
<!-- release:start -->
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
- **`skills` command** - Added `agent-browser skills` command for discovering and installing agent skills, with built-in evaluation support for testing skills against live browser sessions (#1225, #1227)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fixed **custom viewport dimensions** not being used in streaming frame metadata and image resolution (#1033)
|
||||||
|
- Fixed **`--ignore-https-errors`** not being re-applied to recording contexts, causing TLS errors during screen recordings (#1178)
|
||||||
|
- Fixed **duplicate option numbering** in the auth skill documentation (#1161)
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- The docs site header now **dynamically fetches** the GitHub star count (#1202)
|
||||||
|
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
- @ctate
|
||||||
|
- @jin-2-kakaoent
|
||||||
|
- @juniper929
|
||||||
|
- @Marshall-Sun
|
||||||
|
<!-- release:end -->
|
||||||
|
|
||||||
## 0.25.3
|
## 0.25.3
|
||||||
|
|
||||||
<!-- release:start -->
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- Fixed **hidden radio/checkbox inputs missing from snapshot refs** when a `<label>` wraps a `display:none` `<input type="radio">` or `<input type="checkbox">`. Chrome excludes these inputs from the accessibility tree entirely, making it impossible for AI agents to identify radio buttons and checkboxes via refs. Hidden inputs inside elements are now detected during cursor-interactive scanning and their parent nodes are promoted to the correct role with proper name and checked state (#1085)
|
- Fixed **hidden radio/checkbox inputs missing from snapshot refs** when a `<label>` wraps a `display:none` `<input type="radio">` or `<input type="checkbox">`. Chrome excludes these inputs from the accessibility tree entirely, making it impossible for AI agents to identify radio buttons and checkboxes via refs. Hidden inputs inside elements are now detected during cursor-interactive scanning and their parent nodes are promoted to the correct role with proper name and checked state (#1085)
|
||||||
@@ -16,7 +40,6 @@
|
|||||||
- @ctate
|
- @ctate
|
||||||
- @jin-2-kakaoent
|
- @jin-2-kakaoent
|
||||||
- @hyunjinee
|
- @hyunjinee
|
||||||
<!-- release:end -->
|
|
||||||
|
|
||||||
## 0.25.2
|
## 0.25.2
|
||||||
|
|
||||||
|
|||||||
Generated
+1
-1
@@ -45,7 +45,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "agent-browser"
|
name = "agent-browser"
|
||||||
version = "0.25.3"
|
version = "0.25.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes-gcm",
|
"aes-gcm",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "agent-browser"
|
name = "agent-browser"
|
||||||
version = "0.25.3"
|
version = "0.25.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Fast browser automation CLI for AI agents"
|
description = "Fast browser automation CLI for AI agents"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|||||||
@@ -1,5 +1,25 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.25.4
|
||||||
|
|
||||||
|
<p className="text-[#888] text-sm">April 12, 2026</p>
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
- **`skills` command** - Added `agent-browser skills` command for discovering and installing agent skills, with built-in evaluation support for testing skills against live browser sessions (#1225, #1227)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Fixed **custom viewport dimensions** not being used in streaming frame metadata and image resolution (#1033)
|
||||||
|
- Fixed **`--ignore-https-errors`** not being re-applied to recording contexts, causing TLS errors during screen recordings (#1178)
|
||||||
|
- Fixed **duplicate option numbering** in the auth skill documentation (#1161)
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- The docs site header now **dynamically fetches** the GitHub star count (#1202)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## v0.25.3
|
## v0.25.3
|
||||||
|
|
||||||
<p className="text-[#888] text-sm">April 7, 2026</p>
|
<p className="text-[#888] text-sm">April 7, 2026</p>
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "agent-browser",
|
"name": "agent-browser",
|
||||||
"version": "0.25.3",
|
"version": "0.25.4",
|
||||||
"description": "Browser automation CLI for AI agents",
|
"description": "Browser automation CLI for AI agents",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dashboard",
|
"name": "dashboard",
|
||||||
"version": "0.25.3",
|
"version": "0.25.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user