v0.15.0
agentcookie v0.15.0: the first stable-line release. Headlines since v0.12: the secrets bus, universal cookie delivery with the one-password keychain partition, the cmux local loop (on by default), agent-sync live-CDP injection for Chromium agent browsers, and agentcookie export as the JSON handoff for consumers like orca.
What's Changed
- docs: marketing-shaped README rewrite + fix quickstart corruption in #59
- docs: trim runtime list in README; switch to MIT license in #60
- feat: secrets bus (v0.13.0-beta.1) in #61
- feat: secrets bus adoption standard (v0.14.0-beta.1) in #62
- docs: README scope refresh for v0.13/v0.14 secrets-bus era in #63
- docs: reframe five-adapter bullet as zero-config drop-in, not a limit in #64
- docs(readme): drop Linux/Windows roadmap line in #66
- feat(web): launch agentcookie.dev marketing site in #65
- docs: reframe PP CLI coverage as broad, not five-CLI-bound in #67
- feat: DBSC resilience (honest framing + runtime safeguard) in #68
- feat: keychain-free consumption bridge for synced cookies and secrets in #69
- feat: one-password SSH-safe keychain onboarding for universal cookie delivery in #70
- fix: make universal cookie delivery actually land (race + doctor + verified) in #71
- docs: refresh README + agentcookie.dev for universal cookie delivery in #72
- feat(secretsbus): manifest-declared env aliases auto-wire consumer CLIs in #73
- feat(secretsbus): sealed file-carriage over the bus ([[files]] manifest) in #74
- feat(secretsbus): [[files]] env field points a CLI at the carried file in #75
- feat(cli): add accounts domain toggles by @tayoun in #77
- fix(cli): load blocklist fresh and fail closed at sync boundaries in #81
- ci: port PP/last30days automations (Greptile config, govulncheck, golangci-lint, PR hygiene) in #82
- fix(secretsbus): a [[files]]-only manifest's files actually carry on push in #76
- refactor(watcher): remove dead exponential-backoff scaffolding in #83
- feat(chrome): pluggable Chromium source-browser adapter (Chrome/Brave/Edge/Arc) in #84
- chore: require go 1.26.4 for stdlib security fixes in #87
- feat: cmux cookie delivery + local loop (Chrome -> cmux) in #86
- feat(cmux): batched, resilient cookie injection for full-set sync in #88
- feat(cmux): local loop on by default when cmux is installed in #89
- fix(cmux): keep the sync loop invisible (background workspace + delta pushes) in #91
- fix(cmux): serialize sync cycles so the startup push can't double-fire in #93
- feat: agent-sync - log Chromium agent browsers into your real sites via live CDP injection in #92
- feat(cli): add
agentcookie exportto emit your session as JSON for consumers in #95
New Contributors
Full Changelog: v0.12.0-beta.6...v0.15.0