Skip to content

Claude2DSH 0.1.0

Latest

Choose a tag to compare

@kirkchinese kirkchinese released this 16 Aug 11:13
· 70 commits to main since this release

Released

  • Published to npm: @claude2dsh/core@0.1.0,
    @claude2dsh/adapter-claude-code@0.1.0, @claude2dsh/plugin@0.1.0;
    verified with a clean dsh plugin add + one-session import.

Added

  • Bidirectional conflict baseline: when both Claude and DSH sides grew after the last sync watermark, import/sync reports conflict and auto-mirror pauses with a persisted record; neither side is overwritten.
  • Auto-mirror hardening: live-session skip, persisted pending queue, boot-time queue drain, conflict pause/status/resume tool, and watcher failure-injection tests.
  • DSH runtime compatibility gate (@deepseek-ai/dsh-session peer + session format version) with CI check against the newest published DSH rc.
  • Generic tool cards for import/sync/autosync calls and results.
  • Fail-loud hook bridge config validation before bridge activation.
  • Plugin asset-name sanitization, project-specific AGENTS.md, GitHub Actions CI and CHANGELOG.

Changed

  • Auto-mirror and hook bridge docs no longer carry the beta label: the integration layer is stable within the documented upstream subset (7/30 command-only hooks).