v0.5.44 — Reasoning Visible
v0.5.44 — Reasoning Visible
Makes the auditable reasoning layer — the core of the product — visible in tool responses by default. The X/Z/CS agents already generated per-step reasoning, framework citations, an ethics scoring breakdown, and Socratic questions on every call; the flagship run_full_trinity previously trimmed all of it and returned only scores. This is serialization, not new inference — no added cost or latency.
What changed
detailparameter onrun_full_trinity+ a new additivereasoningblock:standard(new default) — per-agent reasoning steps, Z's 5-dimension ethics scoring breakdown + framework citations + detected jurisdictions, CS threat level + Socratic questions + attack vectors, and per-agent inference quality (incl. the v0.5.43 degraded-inference warning).full— adds per-step evidence and the heaviest structured fields (12-dimension security matrix, 6-stage record, MACP assessment, market competition).summary— omits the block, reproducing the exact prior response shape (opt-out).
- Strictly additive — no existing response field changed at any level;
summaryis byte-compatible with prior releases. consult_agent_x/z/csgain the samedetailladder (they previously dropped per-step evidence + structured fields).- Markdown report now renders the ethics scoring breakdown, jurisdictions, CS threat level, and the degraded-inference warning.
Why
VerifiMind's differentiator is auditable, multi-model verification reasoning — and it was being computed, then discarded before reaching the caller. Returning it by default is the proof surface for the epistemic-verification positioning. 16 new tests; 682 passing.