v0.1.44-beta.13
Pre-release
Pre-release
v0.1.44-beta.13
Added
- Let
tellforward current, selected prior, and explicit local attachments to
another session, then return files produced by that session to the sender.
Fixed
- Restrict TODO target-lock validation to transfer, flash, and verify commands so
ordinary shell commands do not inherit stale device-operation metadata. - Clear the queued state after completed assistant turns with an
unknownfinish
while preserving continuation for real tool-call turns. - Keep peer-message responses correlated through compaction and bound attachment
delivery to the originating session command.
Tests
- Add focused regressions for target-lock scope, queued-state release, peer
lineage, and attachment forwarding and return delivery.
Experimental prerelease from 6716ed4. Concurrency remains opt-in.
Verify
Built from 6716ed48bddafbe3a15c11222614e12423ae54d6.
gh release download v0.1.44-beta.13 --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