Skip to content

Releases: DocumentDrivenDX/ddx

DDx v0.6.2-alpha99

17 May 21:10

Choose a tag to compare

DDx v0.6.2-alpha99 Pre-release
Pre-release

Changelog

🐛 Bug Fixes

  • ignore stale worker liveness sidecars (ddx-checkpoint)

Full Changelog: v0.6.2-alpha98...v0.6.2-alpha99

DDx v0.6.2-alpha98

17 May 20:00

Choose a tag to compare

DDx v0.6.2-alpha98 Pre-release
Pre-release

Changelog

🐛 Bug Fixes

  • use solid graph edge contrast tokens (ddx-checkpoint)

Full Changelog: v0.6.2-alpha97...v0.6.2-alpha98

DDx v0.6.2-alpha97

17 May 19:37

Choose a tag to compare

DDx v0.6.2-alpha97 Pre-release
Pre-release

Changelog

🔧 Other Changes

  • test: isolate workerprobe heartbeat state (ddx-checkpoint)

Full Changelog: v0.6.2-alpha96...v0.6.2-alpha97

DDx v0.6.2-alpha96

17 May 19:22

Choose a tag to compare

DDx v0.6.2-alpha96 Pre-release
Pre-release

Changelog

🔧 Other Changes

  • test: isolate workerprobe server state (ddx-checkpoint)

Full Changelog: v0.6.2-alpha95...v0.6.2-alpha96

DDx v0.6.2-alpha95

17 May 19:03

Choose a tag to compare

DDx v0.6.2-alpha95 Pre-release
Pre-release

Changelog

🔧 Other Changes

  • test: disable update checks in command fixtures (ddx-checkpoint)

Full Changelog: v0.6.2-alpha94...v0.6.2-alpha95

DDx v0.6.2-alpha94

17 May 18:44

Choose a tag to compare

DDx v0.6.2-alpha94 Pre-release
Pre-release

Changelog

🐛 Bug Fixes

  • override vulnerable devalue dependency (ddx-checkpoint)

Full Changelog: https://github.com/DocumentDrivenDX/ddx/commits/v0.6.2-alpha94

DDx v0.6.2-alpha102

17 May 22:30

Choose a tag to compare

DDx v0.6.2-alpha102 Pre-release
Pre-release

Changelog

🔧 Other Changes

  • test: harden persona contract cleanup (ddx-checkpoint)

Full Changelog: v0.6.2-alpha100...v0.6.2-alpha102

DDx v0.6.2-alpha100

17 May 21:38

Choose a tag to compare

DDx v0.6.2-alpha100 Pre-release
Pre-release

Changelog

🔧 Other Changes

  • test: harden federation e2e timeout (ddx-checkpoint)
  • chore(beads): create ddx-9cbb886f [ddx: doc-stamp] (ddx-checkpoint)

Full Changelog: v0.6.2-alpha99...v0.6.2-alpha100

DDx v0.6.1

23 Apr 23:42

Choose a tag to compare

Changelog

🔧 Other Changes

  • test(install): defensive cleanup for CI tempdir flake (Test User)

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Apr 21:59

Choose a tag to compare

Library + CLI release promoting alpha30 to stable.

New

  • ddx-refine-plan skill — multi-reviewer adversarial plan refinement loop (fresh-eyes + codex in parallel, folds between rounds, converges or stops on user questions)
  • Library package v0.4.7 with skills install mappings (project-local + global)
  • BuiltinRegistry ddx entry gains Skills install mapping

Fixed

  • Untracked 69 machine-local skill symlinks under .agents/skills/, .claude/skills/, cli/.agents/skills/, cli/.claude/skills/ — these were install artifacts pointing at per-machine paths that broke ddx install ddx tarball validation on other machines
  • Gitignore broadened to prevent these from being re-tracked

Deps

  • ddx-agent v0.9.8

Notes

  • Binary assets are not attached to this release (CI release workflow has a pre-existing flaky install manifest test on Linux; out of scope to fix here). Users wanting the binary can build from source: cd cli && make build
  • The source tarball at archive/refs/tags/v0.6.0.tar.gz is available and is what ddx install ddx pulls