Changelog

Changelog

What’s new, what’s fixed, and what it changes in daily use. These builds are currently private.

0.1.2 · 2026-09-04

Claude setup now recognizes valid API keys correctly.

Fixed

  • The setup wizard retries Claude key validation with the required API headers. This removes a misleading “could not validate” warning; saving a key past the warning already worked.

0.1.1 · 2026-09-04

Guided provider setup and quieter everyday use.

Added

  • mm wizard walks through API key setup for OpenAI, Claude, and Gemini. It links to each provider’s signup page, masks key entry, and checks the key before saving. You can skip providers or revisit setup later without replacing their other settings.
  • A default provider setting lets you choose which configured provider Myellm uses.
  • The wizard saves credentials atomically with owner-only permissions.

Changed

  • Normal runs now log only errors unless you increase the log level.
  • Myellm starts when at least one configured provider has a usable key. A missing key for another provider no longer blocks startup.

0.1.0 · 2026-08-29

The first installable build for private daily use, running in a terminal.

Added

  • mm --version and mmd --version report the release version.
  • A built-in provider configuration lets a fresh install start with an API key in the environment.
  • An Arch Linux package for system-wide installation on the author’s machines. It isn’t published to the AUR.
  • install.sh installs for your user without sudo, with verified paths for Arch, Debian/Ubuntu, and Fedora.

Earlier history lives with the source. Version numbers identify these pre-1.0 builds; they don’t promise API compatibility.