Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f56ea31
[integrations] Chrome capture extension for Claude/ChatGPT/Gemini
alanshurafa Apr 18, 2026
400f5c1
[integrations] Fix REVIEW-CODEX-P1-1: failed ingests no longer persis…
alanshurafa Apr 18, 2026
c6e754f
[integrations] Fix REVIEW-CODEX-P1-2: https + loopback-only endpoint …
alanshurafa Apr 18, 2026
cfd1798
[integrations] Fix BLOCKER: API key/endpoint moved to local storage (…
alanshurafa Apr 18, 2026
4bcf3ab
[integrations] Fix REVIEW-CODEX-P2: remove dead Capture Mode toggle
alanshurafa Apr 18, 2026
9de1b96
[integrations] Fix REVIEW-CODEX-P3: sensitivity log consistency, prun…
alanshurafa Apr 18, 2026
5d4f2f9
[integrations] Fix WARNING: onInstalled auto-open on install only
alanshurafa Apr 18, 2026
841e28d
[integrations] Fix WARNING: processingFingerprints Set leak
alanshurafa Apr 18, 2026
8fe78fe
[integrations] Document extractor fragility and known limitations
alanshurafa Apr 18, 2026
5ae9925
[integrations] Fix REVIEW-CODEX-2-P2: local-storage fallback uses exp…
alanshurafa Apr 18, 2026
125b846
[integrations] Fix REVIEW-CODEX-2-P2: remove dead minResponseLength s…
alanshurafa Apr 18, 2026
60e0159
[integrations] Fix REVIEW-CODEX-2-P3: README matches current host per…
alanshurafa Apr 18, 2026
fa80269
[integrations] Fix CI Rule 13: convert broken relative links to exter…
alanshurafa Apr 18, 2026
addc1cd
[integrations] Chrome ext — Phase B Gemini history capture via chrome…
alanshurafa Apr 21, 2026
0d51d48
[integrations] Chrome ext — Phase C Gemini Sync All orchestrator + tests
alanshurafa Apr 21, 2026
58c33e9
[integrations] Chrome ext — wire Gemini sync into service worker
alanshurafa Apr 21, 2026
cf5a8fb
[integrations] Chrome ext — Gemini Sync All UI (Sync/Resume/Cancel)
alanshurafa Apr 21, 2026
770594f
[integrations] Chrome ext — document Gemini bulk sync + bump to 1.1.0
alanshurafa Apr 21, 2026
d079dc6
[integrations] Fix REVIEW-CODEX-P1-2: sync tab health check no longer…
alanshurafa Apr 21, 2026
81e6ec8
[integrations] Fix REVIEW-CODEX-P1-4: close syncInFlight race in resu…
alanshurafa Apr 21, 2026
8271e81
[integrations] Fix REVIEW-CODEX-P2: waiter replace leak + recordCompl…
alanshurafa Apr 21, 2026
e8dc449
[integrations] Fix REVIEW-CODEX-P2+P3: harden debugger body handling,…
alanshurafa Apr 21, 2026
5a95c9f
[integrations] Fix REVIEW-CODEX-P2: extractor fixture tests for batch…
alanshurafa Apr 21, 2026
7819fab
[integrations] Fix REVIEW-CODEX-R2-P1: empty-payload notify poisoning…
alanshurafa Apr 21, 2026
02cd24e
[docs] Fix pre-existing markdownlint errors across 8 files
alanshurafa Apr 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions integrations/chrome-capture-extension/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Runtime captures and local dev artifacts
data/captures/
data/logs/

# Chrome Web Store build artifacts
*.zip
*.crx
*.pem
dist/
build/

# Editor and OS noise
.DS_Store
Thumbs.db
.vscode/
.idea/

# Secrets — never commit
.env
.env.local
225 changes: 225 additions & 0 deletions integrations/chrome-capture-extension/README.md

Large diffs are not rendered by default.

Loading
Loading