From e0597304ec7138feae6dcb101d1bbe9106fc34db Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Mon, 26 Jan 2026 11:56:51 -0600 Subject: [PATCH] chore: add minor changeset for release (#280) --- .changeset/release-18a32425.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/release-18a32425.md diff --git a/.changeset/release-18a32425.md b/.changeset/release-18a32425.md new file mode 100644 index 0000000..59f61d1 --- /dev/null +++ b/.changeset/release-18a32425.md @@ -0,0 +1,5 @@ +--- +"agent-browser": minor +--- + +Added Kernel cloud browser provider integration with support for stealth mode and persistent profiles. Added --ignore-https-errors flag for working with self-signed certificates. Enhanced cookies set command with additional options for domain, path, httpOnly, secure, sameSite, and expires parameters.