Import installed-browser cookies across all languages - #73
Merged
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: #69
This reverts commit 1e1239e.
# Conflicts: # js/README.md # js/src/exports.js # python/src/browser_commander/__init__.py # python/src/browser_commander/browser/__init__.py # python/src/browser_commander/exports.py # rust/README.md # rust/src/lib.rs
# Conflicts: # docs/feature-parity.md # python/README.md
konard
marked this pull request as ready for review
August 2, 2026 07:51
Member
Author
Working session summaryCompleted and marked ready for review: PR #73 — Import installed-browser cookies across all languages.
💰 Cost estimation:
📊 Context and tokens usage:
Total: (1.2M + 45.6M cached) input tokens, 191.2K output tokens, $66.190426 cost This summary was automatically extracted from the AI working session output. |
Member
Author
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
📊 Context and tokens usage:
Total: (1.2M + 45.6M cached) input tokens, 191.2K output tokens, $66.190426 cost 🤖 Models used:
📎 Log file uploaded as Gist (13782KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
Member
Author
🎉 Auto-mergedThis pull request has been automatically merged by hive-mind.
Auto-merged by hive-mind with --auto-merge flag |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v20cookies, which ordinary external processes cannot decryptReproduction and verification
Before this change, importing
readBrowserCookies/listBrowserProfiles(or their Python/Rust equivalents) failed because no installed-browser cookie API existed, leaving consumers to discover SQLite profiles and implement platform decryption themselves.The regression suites build minimal Chromium and Firefox databases and verify discovery, all supported encryption formats, timestamps, cookie shape, filtering, version-24 host hashes, strict/partial behavior, TTL/refresh behavior, owner-only cache files, and separate-process prompt coordination:
npm ci --ignore-scriptsnode experiments/cookie-cache-parity.mjsverifies JavaScript/Python credential-cache interoperabilityThis is non-UI functionality, so screenshots are not applicable.
Fixes #69