Skip to content

Loki Mode v7.58.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 16:34
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 pipefail that non-zero return aborted the entire bash loki 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.