Publish: 2026-05 hackathon snapshot#9
Merged
Conversation
Squashed publication of 40 commits accumulated on the fork since the last upstream sync. Diff: 278 files, +23504 / -1086. Highlights: - Privacy core: chunker-backed ToolPrivacyDetector with cross-modal visual recall; type-driven detector prompts (one EntitySpec per type, examples in spec); cross-turn dedupe_hint for PERSON/ORG; hardened math snippet contract with intra-response CALC chains; local persistence of math calculations. - Tool / document boundary: documents and images flow through the chunker; image paste/drag/upload with redacted preview round-trip; user document upload via chunker-backed redaction. - Backends: Ollama as a first-class backend + one-command demo quickstart; GEMMA_* env naming. - WebUI: Local vs Remote diff view, demo launcher, word-boundary-safe entity substitution; PrivacyStateContext + BlockedCounter + audit export; PromptLog refactor. - Eval: A2 lite visual leak harness; A3 long-document leak harness (60 sessions × 1,790 pairs across 3 domains); end-to-end leak harness across 4 multi-turn domains. Several privacy fixes were surfaced by these harnesses. - Docs: README v2 aligned with shipped features; hackathon writeup; demo onboarding memo. - Housekeeping: repo metadata, dead-module / dead-doc cleanup, Node 24, ruff lint cleanup, history.jsonl reader hardened against non-int cursors. Verification on origin/main HEAD (ef68f6e): - ruff check cloakbot/ tests/ → clean - pytest tests/agent/test_memory_store.py → 27 passed - pytest tests/privacy/ tests/channels/ → 464 passed, 2 skipped - npx tsc -b (webui) → exit 0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Squashed publication of 40 commits accumulated on the fork since the last upstream sync. Diff: 278 files, +23,504 / −1,086.
Highlights
ToolPrivacyDetectorwith cross-modal visual recall; type-driven detector prompts (oneEntitySpecper type, examples in spec); cross-turndedupe_hintforPERSON/ORG; hardened math snippet contract with intra-responseCALCchains; local persistence of math calculations.GEMMA_*env naming.PrivacyStateContext+BlockedCounter+ audit export;PromptLogrefactor.history.jsonlreader hardened against non-int cursors.Test plan
🤖 Generated with Claude Code