Skip to content

Releases: xiaohj233/dsh-resume

dsh-resume v0.2.1

Choose a tag to compare

@xiaohj233 xiaohj233 released this 14 Aug 17:58

Restore consumes resume-state.json per session: each successfully resumed session is removed from the persisted set immediately (atomic write). A crash or kill during restoration can no longer lose the remaining sessions; the next boot continues with what is left. Failed resumes stay recorded and are retried on the next boot.

dsh-resume v0.2.0

Choose a tag to compare

@xiaohj233 xiaohj233 released this 14 Aug 14:40

Adaptive version policy: untested versions patch when anchors match, skip with a reason otherwise; strict option restores exact-version-only apply.
Patch application never throws during module loading; one drifted copy never blocks the others.
Restore remains strictly version-guarded; atomic temp-rename writes.
Chinese README (README.zh.md) added.

dsh-resume v0.1.0

Choose a tag to compare

@xiaohj233 xiaohj233 released this 14 Aug 13:28

Guarded rc.6 compatibility patches with exact-version and unique-anchor enforcement.
Explicit dsh-resume-restore command; no unpatch on ordinary shutdown.
Graceful teardown tracking matches the rc.6 aborted/disposed event shape.
Failed subagent restores stay pending for retry.