v0.2.3
Seed-user review round 2: bug fixes, security, snapshot optimization, network config.
Bug Fixes
wait --url/frame focus --url— three-way URL matching (substring/glob/explicit)frame focussnapshot now switches to iframe content (cross-origin + same-origin)batchaccepts JSON array format with friendly errors
Security & DX
cookies export— domain column +--urlfilter- RemoteBridge privacy docs
- humanize/fill behavior documented
Snapshot Optimization
- Indent step 2→1 space (~50% indent token savings)
- Title line token estimate (
~NK tok) - Content mode adjacent line dedup
Network Config
browser.proxy— SOCKS5/HTTP upstream proxybrowser.dns_over_https— defaults to false (respects system DNS)browser.extra_args— arbitrary Chromium launch args
Config CLI Upgrade
- Five-verb declarative config:
set,get,unset,add,remove,keys - Batch set, type-aware schema, write-after-validate with rollback
Full changelog: https://github.com/shayuc137/agentcloak/blob/main/CHANGELOG.md