Skip to content

v3.7.2

Choose a tag to compare

@manufosela manufosela released this 24 Jun 03:41
22ed088

Patch. HU Board deep-link fix + resilient kj audit provider fallback.

Fixed

  • kj plan printed a broken HU Board deep-link (KJC-BUG-0093): buildBoardUrl now emits the canonical hash route http://localhost:4000/#board/<slug> used by the SPA router. Fixes kj plan, kj run and auto-HU batch alike.
  • kj audit had 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.