Skip to content

v0.5.0

Choose a tag to compare

@shankha98 shankha98 released this 01 Jul 11:38
8e22e0d

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 authminima auth / /auth: browser login to the Mubit console (loopback + PKCE), auto-provisions a managed project per repo, stores a scoped key, reconnects routing. No manual MUBIT_API_KEY paste.
  • 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     # new

Also in this release

  • Python minima-cli 0.5.0 publishes to PyPI (the minima_client SDK + server tooling) — unchanged distribution, version aligned with the tag.
  • minima-prod service + docs redeployed.

The Homebrew formula updates via an automated tap PR once the binaries finish building.