v3.7.2
Patch. HU Board deep-link fix + resilient kj audit provider fallback.
Fixed
kj planprinted a broken HU Board deep-link (KJC-BUG-0093):buildBoardUrlnow emits the canonical hash routehttp://localhost:4000/#board/<slug>used by the SPA router. Fixeskj plan,kj runand auto-HU batch alike.kj audithad no fallback when the configured provider/model was down (KJC-BUG-0094): the LLM phase now walks an ordered candidate chain — configured provider+model → same provider default model → remaining known providers (claude, codex, gemini) — first success wins. Uninstalled CLIs are skipped without throwing; the deterministic analysis context is collected once and reused.