Chris-o-O hooks Mike into more brains and gives it real search
One pull request adds five extra AI models and turns the document library into something users can search by meaning.
Until now this fork, like upstream Mike, only spoke to Claude and Gemini. The team wired in OpenRouter - a broker that fans a single API key out across many AI vendors - unlocking GPT-4o, Mistral Large, Llama and Gemma alongside the existing options. Users supply their own key and toggle models from the chat UI.
The same PR adds proper semantic search. Uploaded documents are sliced into chunks, fed to Voyage AI's legal-tuned embedding model (it converts passages into mathematical fingerprints trained on case law), and stored so the system can match by meaning rather than keyword. A widget on the project page surfaces relevant passages, and the chat assistant can run the same search on its own.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?