Skip to content

v0.1.44-beta.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Sep 06:25
40dc837

v0.1.44-beta.6

Fixed

  • Complete terminal loop runs without waiting on the owner session that is
    executing run_once, preventing a circular wait and duplicate notification.
  • Deliver background loop notifications asynchronously while returning direct
    run_once results to the calling session.
  • Keep Send now attached to the first visible queued prompt when synthetic
    runtime notifications are present.
  • Preserve transcript follow mode when a viewport resize or tall Shell output
    reflow moves an already-bottom scroll position.
  • Add native PTY coverage for queued notifications, transcript paging and
    double-Esc cancellation.
  • Retry bounded Windows executable activation when a transient security scan
    briefly holds the freshly verified candidate, while preserving atomic rollback.

Experimental prerelease from 40dc837. Concurrency remains opt-in.

Verify

Built from 40dc83756bbff25aa0756fc6bcdc356a3cb94f3c.

gh release download v0.1.44-beta.6 --repo MendCode/MendCode
shasum -a 256 -c SHA256SUMS
for file in mendcode-*.zip mendcode-*.tar.gz SHA256SUMS RELEASE-MANIFEST.txt release-index.json mendcode.spdx.json; do
  gh attestation verify --repo MendCode/MendCode "$file"
done