Release MLX Knife 1.0-rc3 Resolves GitHub Issues #1, #2, #3:

- Fix #1: Partial name filtering for `mlxk list` command
  - Fix #2: Fuzzy matching for single-model commands
  - Fix #3: Default behavior for `mlxk health` (no --all flag required)
  - Expanded test suite to 104/104 tests passing
This commit is contained in:
mzfive
2025-08-14 14:06:26 +02:00
parent 01229cb6ef
commit 47af2c7096
9 changed files with 317 additions and 70 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
A lightweight, ollama-like CLI for managing and running MLX models on Apple Silicon. **Designed for personal, local use** - perfect for individual developers and researchers working with MLX models.
**Current Version**: 1.0-rc2 (August 2025)
**Current Version**: 1.0-rc3 (August 2025)
[![GitHub Release](https://img.shields.io/github/v/release/mzau/mlx-knife)](https://github.com/mzau/mlx-knife/releases)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -416,5 +416,5 @@ Copyright (c) 2025 The BROKE team 🦫
<p align="center">
<b>Made with ❤️ by The BROKE team <img src="broke-logo.png" alt="BROKE Logo" width="30" style="vertical-align: middle;"></b><br>
<i>Version 1.0-rc2 | August 2025</i>
<i>Version 1.0-rc3 | August 2025</i>
</p>