Loki Mode v7.58.1
Immutable
release. Only release title and notes can be modified.
Fix: doctor bash-route crash off a TTY (Bun Parity green)
- The v7.58.0 doctor progress helpers (doctor_probe_note / doctor_probe_clear)
ended in[ -t 2 ], which returns 1 when stderr is not a TTY. Under
set -euo pipefailthat non-zero return aborted the entire bashloki doctor
before the Summary line, on CI / headless / non-TTY runs only (it was masked
on an interactive Mac TTY). The GitHub Bun Parity workflow caught it. Fixed by
returning 0 from both helpers. TTY progress feedback is unchanged.