mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-27 20:47:41 +08:00
* refactor(loop-host): split system inference tests * fix(llm): bound finalization streaming stalls * Address PR review feedback (#7789) Bound stalled error-body reads and preserve reasoning fallback semantics. Cover post-accounting panics, structured-finalization progress transport, and the full default retry budget. Stabilize streaming timing coverage and teach the panic checker about nested test modules. * Remove stale system inference coverage exemption (#7789) The referenced lines moved with the inline test module into the out-of-line test file, which is excluded from production changed coverage. * Address follow-up PR review feedback (#7789) Treat whitespace-only reasoning as absent and harden cfg(test) path detection for ancestor declarations and intervening attributes. --------- Co-authored-by: Henry Park <16583448+henrypark133@users.noreply.github.com>