Skip to content

1.3.0 - 2026-09-06

Choose a tag to compare

@github-actions github-actions released this 06 Sep 14:12

Release Notes

Added

  • An approved parallel-task route coordinates isolated worktrees, serial
    integration, independent verification, and one durable commit per task. The
    route is available in Codex, Claude Code, Pi, OpenCode, and Oh My Pi, with
    harness-specific fallbacks where native orchestration is unavailable.
  • Named execution profiles configure planner, implementer, and verifier model
    settings. Profiles can be selected globally, per harness, or for one command,
    and zdev plan exposes the same scoped routing for plan-only work.

Changed

  • Workflow and Git transitions that change the shape of the work now require
    explicit approval, while directly necessary technical adjustments can remain
    within an accepted task's scope.
  • Task-writing and worker guidance use plainer, agent-focused language and keep
    actionable blocker context available for recovery.

Fixed

  • zdev commit --root commits the selected repository even when inherited
    GIT_DIR or GIT_WORK_TREE variables point elsewhere.
  • Work-context snapshots detect content changes in existing untracked files,
    so validation cannot silently change a new implementation file while its
    snapshot still compares equal.

Compatibility

  • Existing records, tasks, and worker configuration remain valid. Reinstall
    integrations with zdev skill install <harness> --force to receive the new
    parallel, planning, profile-routing, and recovery workflows.

Download zdev 1.3.0

File Platform Checksum
zdev-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
zdev-x86_64-apple-darwin.tar.xz Intel macOS checksum
zdev-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
zdev-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum