chore: add minor changeset for release (#451)

This commit is contained in:
Chris Tate
2026-02-13 13:58:54 -06:00
committed by GitHub
parent 697b788af0
commit 1112a160bd
+5
View File
@@ -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.