Prepare v0.25.4 release (#1228)

This commit is contained in:
Chris Tate
2026-04-12 13:44:15 -05:00
committed by GitHub
parent 7c2ff0a2a6
commit 2114bdf847
6 changed files with 49 additions and 6 deletions
+20
View File
@@ -1,5 +1,25 @@
# 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
<p className="text-[#888] text-sm">April 7, 2026</p>