Jeroen1991z hardens key storage and teaches Mike to read redlines
Two upgrades land together: encrypted API keys at rest, and the AI can finally see tracked changes in Word and PDF documents.
The mikeNL fork closes a quiet but real gap: API keys used to sit in the database as raw text, and now they're encrypted before they're written and decrypted only when the backend needs them. It's the kind of fix every fork of Mike will eventually need.
The second piece is more interesting for legal work. When a reviewer marks up a contract - insertions, deletions, margin comments - most AI tools see a flattened document and miss the negotiation entirely. Jeroen1991z's fork extracts those tracked changes from both Word and PDF files and feeds them to the assistant with markers so it knows what was added, cut, or commented on. The PDF path leans on PyMuPDF, a Python library for reading PDF internals, which adds a small deployment wrinkle.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?