gstack/browse
Matt Van Horn 26e9d8be8b
fix(browse): log decrypt failures behind GSTACK_DEBUG in cookie-import
cookie-import-browser silently drops cookies that fail to decrypt,
leaving users unable to tell which cookies failed or why. The Keychain
entry behind Arc's Safe Storage can rotate, invalidating older
encrypted_value blobs while newer ones still decrypt, producing the
partial-import symptom reported.

Keep the existing failed counter, but surface per-row detail when
GSTACK_DEBUG=1 or DEBUG=1 is set. Log host_key and cookie name plus the
error code and message to stderr. Never log cookie values.

Closes #1057
2026-04-20 21:13:21 -07:00
..
bin feat: multi-agent support — gstack works on Codex, Gemini CLI, and Cursor (v0.9.0) (#226) 2026-03-19 18:20:50 -07:00
scripts fix: ngrok Windows build + close CI error-swallowing gap (v0.18.0.1) (#1024) 2026-04-16 13:49:04 -07:00
src fix(browse): log decrypt failures behind GSTACK_DEBUG in cookie-import 2026-04-20 21:13:21 -07:00
test feat(security): ML prompt injection defense for sidebar (v1.4.0.0) (#1089) 2026-04-20 22:18:37 +08:00
PLAN-snapshot-dropdown-interactive.md fix: snapshot -i auto-detects dropdown/popover interactive elements (#845) 2026-04-05 22:57:45 -07:00
SKILL.md feat(v1.4.0.0): /make-pdf — markdown to publication-quality PDFs (#1086) 2026-04-20 13:20:30 +08:00
SKILL.md.tmpl feat(browse): Puppeteer parity — load-html, screenshot --selector, viewport --scale, file:// (v1.1.0.0) (#1062) 2026-04-18 23:25:33 +08:00