falg23043 reroutes Mike's AI through AWS Bedrock
The fork swaps the model where every user brings their own Anthropic key for a single, centralised AWS-hosted setup.
Out of the box, Mike asks each user to supply their own key to talk to the underlying Claude models. falg23043 cuts that out and routes the AI through AWS Bedrock instead - Amazon's managed service for running foundation models inside your own AWS account, billed and governed centrally rather than per person. Stored per-user keys are dropped entirely, and the default models for chat, table work and title generation all shift over to the Bedrock-hosted versions.
Worth knowing before you get excited: this reads as a work-in-progress deployment for one specific setup, not a polished, reusable swap. The branch ships with leftover debugging output, a model identifier that looks unverified, and a handoff note listing untested pieces. The core wiring is sound and could be cleaned up for wider use, but it isn't there yet.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?