falg23043 moves Mike onto AWS Bedrock
The fork drops the bring-your-own-API-key model and turns Mike into a firm-hosted deployment running Claude through AWS.
Upstream Mike asks each user to paste in their own Anthropic key. falg23043 has cut that out entirely and routed the AI calls through AWS Bedrock - Amazon's managed service for running models like Claude inside a firm's own cloud account. Credentials live on the server, not on individual desktops, and the user-facing key field is gone from the account screen. A database migration removes the old per-user key column outright.
The default models flip too: main chat runs on Claude Sonnet 4.6, with the faster, cheaper Haiku 4.5 handling background jobs like titles and table work. A companion notes file in the repo reads like a candid deployment diary - useful context, but it also flags that the work isn't fully tested and that one of the model IDs looks unverified.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?