Skip to content

AitherShell v1.9.3 — grounded follow-up answer fix + TUI crash hardening

Choose a tag to compare

@wizzense wizzense released this 08 Jun 02:48
· 20 commits to main since this release

AitherShell (the aither interactive terminal) v1.9.3.

Fixes

  • The TUI now shows the grounded follow-up answer (the one that runs tools + gathers context) instead of discarding it and leaving only the eager fast-pass preview. Verified live: a web-search prompt went from a 23-char stub to the full 768-char grounded answer.
  • Session no longer dies mid-turn: stray unhandled rejections (incl. orphaned AbortSignal.timeout) no longer force process.exit(1), benign aborts are ignored, and deferred blessed repaints are fault-isolated so a transient render error can't kill the screen.
  • Cleared a leaked per-chunk SSE timeout timer (hundreds of live 120s timers per streamed turn).

Binaries

  • aither-shell-linux-x64
  • aither-shell-macos-arm64
  • aither-shell-win64.exe

SHA256SUMS.txt included.