Skip to content

v1.6.3

Choose a tag to compare

@airiclenz airiclenz released this 05 Aug 11:20
· 14 commits to main since this release

Fixed

  • The running Model is shown as a file name instead of a full filesystem path. llama-launcher status printed the absolute --model path in its Model column and on the Active: line, and the interactive menu did the same in its Model: header, the "Active model" pop-up and the unload picker. llama-server reports as its /v1/models id exactly the path it was launched with, and every display site printed it verbatim. A render-time helper, modelDisplayName, now collapses a path-shaped id to its base name at all eight human-facing reads, so the row reads qwen3.6-35B-A3B-Q4_K_M.gguf. Ids that are names rather than paths — LM Studio's qwen/qwen3-8b, Ollama's llama3:8b — are deliberately left alone. Nothing changed at ingest: status --json still emits the raw path in active_model (a documented machine contract, now with its own regression test), and Profile matching plus the ADR-0007 idempotency check keep comparing what the server actually said.

  • The unload picker's no-profile fallback prints with a single pair of parentheses. A loaded model matching no configured Profile rendered as <model> ((no matching profile)); the fallback text is now bare, so the row reads <model> (no matching profile).

Full details in CHANGELOG.md.