v0.1.44-beta.6
Pre-release
Pre-release
v0.1.44-beta.6
Fixed
- Complete terminal loop runs without waiting on the owner session that is
executingrun_once, preventing a circular wait and duplicate notification. - Deliver background loop notifications asynchronously while returning direct
run_onceresults to the calling session. - Keep
Send nowattached 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-Esccancellation. - 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