From 1112a160bd04760d485cdaf22c48c2c6d78fe5d3 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Fri, 13 Feb 2026 13:58:54 -0600 Subject: [PATCH] chore: add minor changeset for release (#451) --- .changeset/release-7642fe84.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/release-7642fe84.md diff --git a/.changeset/release-7642fe84.md b/.changeset/release-7642fe84.md new file mode 100644 index 0000000..116a47e --- /dev/null +++ b/.changeset/release-7642fe84.md @@ -0,0 +1,5 @@ +--- +"agent-browser": minor +--- + +Added session persistence with automatic save/restore of cookies and localStorage across browser restarts using --session-name flag, with optional AES-256-GCM encryption for saved state data. New state management commands allow listing, showing, renaming, clearing, and cleaning up old session files. Also added --new-tab option for click commands to open links in new tabs.