v0.8.5
Patch release.
- #372: Accept HuggingFace repo ids in model resolution —
/v1/chat/completions(and all OpenAI/Anthropic routes) now acceptorg/repoforms likemlx-community/Qwen3-0.6B-4bitin addition to registry short names.EnginePool._resolve_hf_repo_idmatchessource_repo_idbefore lookup; unmatched ids return 404 with available short names (no more opaque 502). - #390: Fix stale
--lora-pathCLI help — now reflects that per-request adapter hot-swap is supported via the requestadaptersfield.
Tests: 7 new (TestHfRepoIdResolution); full engine_pool 105 pass. Lint clean. Local 1534 pass.