simkjels/mike

Adds Azure OpenAI as a third provider and hardens the frontend install flow

Two active topics. Azure provider support spans three commits: initial adapter (`6de8751c`), a rework from the Azure SDK to the plain OpenAI SDK against the `/openai/v1/` endpoint (`832920a9`), and a frontend fix for the `NEXT_PUBLIC_*` env read pattern that broke the model picker (`ffad9905`). The second track covers frontend install hardening on fresh clones.

View on GitHub →

simkjels/mike extends the base mike codebase in two directions. The main work wires Azure OpenAI / Foundry in as a full peer to Claude and Gemini - backend streaming adapter, per-tier deployment slots via env vars, and a conditional Azure group in the frontend model picker. A follow-up fixes a Next.js build-time env read that caused the picker to silently show no Azure models. A smaller track addresses install reliability on fresh clones.

What's in it

Direction

infrastructureintegration

Activity

Themed changes and pull requests touching this fork, newest first. Themed changes that haven't been turned into a public post yet still appear — they're real work even without a published writeup.

📝 simkjels gives Mike a Microsoft Azure option 3 commits 3mo ago infrastructureintegration draft
A third AI provider lands in this fork: alongside Anthropic and Google, you can now run Mike on Azure, Microsoft's enterprise cloud.
📝 Frontend install hardening on fresh clones 1 commit 3mo ago minor change

Threads of work (detailed view)

2 threads have been distilled into posts.

simkjels gives Mike a Microsoft Azure option

A third AI provider lands in this fork: alongside Anthropic and Google, you can now run Mike on Azure, Microsoft's enterprise cloud.