Skip to content

v4.1.9 — warnings you can act on

Choose a tag to compare

@manufosela manufosela released this 22 Jul 15:58
cbbf3ae

Patch release. The fourth field issue filed by a user's Karajan, fixed and auto-closed within hours.

Fixed

  • Dashboard prompt modals show the FULL spec-review findings (KJC-BUG-0125, issue #1275 — fourth self-healing cycle): each finding renders as a readable severity-colored entry with its message and the concrete suggestion, instead of "4 findings at severity fail" and a collapsed JSON blob. The full findings travel with the prompt in both the interactive and the autonomous paths (capped at 20, real total always visible). #1281
  • kj-run-smoke no longer flakes on Node 24 CI (KJC-BUG-0126): the positional mockResolvedValueOnce chains — misaligned by any order shift in the orchestrator's probes — are replaced by command-keyed mocks that describe the world, not a fragile sequence. #1282