Added
agentpantry restorecan materialize cookies from a sidecar backup into Netscapecookies.txt, a Chromium profile cookie DB, or a running loopback Chrome DevTools target with--to cdp=http://127.0.0.1:PORT. CDP restore writes throughStorage.setCookies, skips expired cookies with a safe count, and supports--verifyreadback with per-domain expected vs present counts and cookie names only. Cookie values never appear in any output, including CDP protocol errors.- Source configs can set
peer = "none"for local script-driven deployments:doctorskips peer reachability and reports the local topology as OK, while the long-running source loop rejects the sentinel and sink configs still fail validation. agentpantry source --onceruns the startup sync path once over TCP or--stdio, persists source state, then exits 0 on success without starting the watcher or resync timer.- Source-side KeePass secret reader:
keepass_path/keepass_keyfile/keepass_pass_file/keepass_tagread tagged vault entries as named secrets, replacing the need for a plaintextsecrets_dir.agentpantry doctorvalidates the unlock and reports the tagged entry count. make installbuilds a version-stamped binary into$(PREFIX)/bin(default~/.local/bin), andscripts/cut-release.sh vX.Y.Zcuts a release end to end: verify, tag, push, wait for the published release, install the live binary, and confirm the running version matches the tag.
Security
- Bumped the Go toolchain to 1.25.12, resolving GO-2026-5856 in the
crypto/tlsstandard library flagged by govulncheck.