v0.10.0
vercel-labs/agent-browserv0.10.0Feb 13, 2026by github-actions[bot]
AI Summary
v0.10.0 focuses on session persistence with automatic save/restore and encryption, alongside new state management commands and the ability to open links in new tabs.
Key Highlights
- Session persistence with AES-256-GCM encryption
- State management commands (list, show, rename, clear)
- Automatic save/restore of cookies and localStorage
New Features
- Session persistence using --session-name flag
- AES-256-GCM encryption for saved state
- State management commands
- --new-tab option for click commands
Full Release Notes
### Minor Changes - 1112a16: 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.