v0.5.0
Minima v0.5.0 — the TypeScript harness is now the CLI
The Homebrew-installed minima is now the TypeScript/Bun binary (Ink TUI), replacing the Python virtualenv build. brew upgrade swaps it in place; install is a download + extract (seconds) with no Python or runtime deps.
Highlights
- One-click auth —
minima auth//auth: browser login to the Mubit console (loopback + PKCE), auto-provisions a managed project per repo, stores a scoped key, reconnects routing. No manualMUBIT_API_KEYpaste. - Cost-aware routing TUI with per-repo memory isolation,
/goals, model picker, IDE-style tool rendering, and more. - Prebuilt binaries for macOS (arm64 + x64, ad-hoc signed) and Linux (x64 + arm64), attached below.
Install / upgrade
brew upgrade mubit-ai/minima/minima # existing users
brew install mubit-ai/minima/minima # newAlso in this release
- Python
minima-cli0.5.0 publishes to PyPI (theminima_clientSDK + server tooling) — unchanged distribution, version aligned with the tag. minima-prodservice + docs redeployed.
The Homebrew formula updates via an automated tap PR once the binaries finish building.