v1.6.3
Fixed
-
The running Model is shown as a file name instead of a full filesystem path.
llama-launcher statusprinted the absolute--modelpath in its Model column and on theActive:line, and the interactive menu did the same in itsModel:header, the "Active model" pop-up and the unload picker. llama-server reports as its/v1/modelsid 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 readsqwen3.6-35B-A3B-Q4_K_M.gguf. Ids that are names rather than paths — LM Studio'sqwen/qwen3-8b, Ollama'sllama3:8b— are deliberately left alone. Nothing changed at ingest:status --jsonstill emits the raw path inactive_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.