vadi25 renames Mike to Patronus and locks down who can see what
A rebrand on the surface, but underneath it adds OpenAI as an engine option and tightens data isolation across the whole system.
This fork, renamed from Mike to Patronus, does two things worth a look past the cosmetic name change. First, it wires in OpenAI - the maker of ChatGPT - as a third engine behind the chat and document tools, alongside the Claude and Gemini models the codebase already supported, and flips it to the default. If your team has standardized on OpenAI, this is a working version of that.
The more consequential move is on data security. The original Mike only locked down user-profile records and trusted the application layer to keep one user's matters out of another's view everywhere else. vadi25 turns on per-user access rules at the database itself, across projects, documents, chats, and review tables - so each person sees only their own work, enforced at the data layer rather than assumed.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?