Skip to content

v0.2.3

Choose a tag to compare

@shayuc137 shayuc137 released this 17 May 17:46
· 57 commits to main since this release

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 focus snapshot now switches to iframe content (cross-origin + same-origin)
  • batch accepts JSON array format with friendly errors

Security & DX

  • cookies export — domain column + --url filter
  • 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 proxy
  • browser.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