Patch release with two bug fixes reported by the community.
Fixes
- Low Power Mode detection (#36):
pmset -gno longer exposes the legacylowpowermodekey on Macs that support High Power Mode (for example, MacBook Pro M4 Pro/M5 Pro). mlx-Chronos now falls back topowermodewhen needed. - TTFT for reasoning models (#37): Gemma 4 on Ollama can consume the only available token (
max_tokens=1) in hidden reasoning. Ollama’s OpenAI-compatible endpoint does not expose that text (known upstream issue: ollama/ollama#15288).measure_ttftnow also treats a token-limit stop signal as a valid measurement.
Thanks to @umigliore for both reports, a working workaround already included in #36 and a precise diagnosis in #37.