Loki Mode v7.18.1
Immutable
release. Only release title and notes can be modified.
Fixed
loki doctornow emits byte-identical output on the bash route and the Bun
route whenANTHROPIC_BASE_URLis set. Phase I (v7.5.25) added the
alt-provider routing detection block (OpenRouter, Ollama, LiteLLM,
self-hosted) to the Bun doctor only; the bash route lagged and printed two
fewer lines (PASS ANTHROPIC_BASE_URL: <endpoint>and the
WARN LOKI_MODEL_OVERRIDE not setadvisory). The bash doctor
(autonomy/lokicmd_doctor) now carries the same detection block, so the
bun-parity matrix inscripts/local-ci.shstays green when
ANTHROPIC_BASE_URLis present in the environment. The divergence only
surfaced locally (CI has noANTHROPIC_BASE_URL), but it was a real
cross-route parity bug. Added doctor-output regression tests to
tests/test-anthropic-base-url.sh.