You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.1.0 — quality & robustness pass from systematic testing
Conversion: OCR via tesseract stdin/stdout (fixes silent vision fallthrough under
sparse/sandboxed PATH), scanned-PDF OCR via pypdfium2, PATH self-heal for Desktop.
Digest: accumulative digestion + working reset; hard-split oversize chunks (no
silent loss); dedupe + low-value-chunk skip + reported chunk cap (fixes hang on
pathological corpora); memory-aware extraction concurrency. Quality: fixed
entity-resolution over-merge (embeddings now only confirm token-sharing merges),
nomic search_document/search_query prefixes for sharper recall. Lifecycle: idle
floor lowered to 5s so MTA_IDLE is honest. 11 regression tests, all green.
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@
6
6
},
7
7
"metadata": {
8
8
"description": "Local, token-free file digestion → knowledge-graph memory for Claude.",
9
-
"version": "1.0.1",
9
+
"version": "1.1.0",
10
10
"pluginRoot": "."
11
11
},
12
12
"plugins": [
13
13
{
14
14
"name": "memorised-them-all",
15
15
"source": "./",
16
16
"description": "Convert any attachment to Markdown locally, then digest it into a token-free knowledge graph + exportable memory + offline mind map. 100% local & open-source; auto-installing; Apple-silicon first.",
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "memorised-them-all",
3
-
"version": "1.0.1",
3
+
"version": "1.1.0",
4
4
"description": "Locally convert any attachment to Markdown and digest it into a token-free knowledge-graph memory for Claude — global synopsis, per-theme summaries, exportable Markdown notes, and an offline interactive mind map. 100% local, free & open-source, auto-installing, Apple-silicon first.",
Copy file name to clipboardExpand all lines: manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"manifest_version": "0.3",
3
3
"name": "memorised-them-all",
4
4
"display_name": "Memorised them All (local, token-free)",
5
-
"version": "1.0.1",
5
+
"version": "1.1.0",
6
6
"description": "Convert any attachment to Markdown and digest it into a token-free knowledge-graph memory — locally.",
7
7
"long_description": "Memorised them All turns a folder of documents into durable, **token-free** memory for Claude, entirely on your machine. It converts every attachment (PDF, Word, Excel, PowerPoint, HTML, EPub, images, audio, and more) to Markdown locally using Microsoft's MarkItDown (kept up to date from upstream automatically), Tesseract OCR, on-device Whisper, and a local Ollama vision model. It then runs an original local pipeline — semantic chunking, local embeddings, local-LLM (with a classical fallback) extraction of entities/relations/facts, embedding+fuzzy entity resolution, and community detection — to build a layered knowledge graph: a global synopsis, per-theme summaries, per-document Markdown notes, an exportable memory bundle, and an offline interactive mind map. Every tool returns only compact metadata or a tiny relevant slice, never document contents, so digesting and recalling whole folders costs ~0 Claude context tokens. Everything is free and open-source and runs locally; the Ollama model server starts on demand and stops after 5 minutes idle. Tuned for Apple M-series silicon (performance-core parallelism, GPU Whisper via MLX, unified-memory-aware concurrency).\n\nTools: digest, recall, memory_overview, export_memory, list_digestible, memory_status, open_mindmap.",
0 commit comments