Skip to content

v0.1.3

Choose a tag to compare

@HSPK HSPK released this 10 May 06:34
· 29 commits to main since this release

Highlights

  • Refactored CLI output around a unified Rich-based UI layer.
  • Packaged the built Web UI into wheels and sdists so installed mm server can serve the frontend.
  • Fixed release validation issues so Ruff and tests pass.

Validation

  • uv run --with ruff ruff check src tests
  • uv run --with pytest python -m pytest -q
  • uv build