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.