Skip to content

Releases: Adilmunawar/ZD-claude-plugin

v7.3.2

Choose a tag to compare

@github-actions github-actions released this 05 Sep 14:17

7.3.2 — 2026-09-06

Fixed

  • Installers and the upgrade script no longer pass --yes to claude plugin; the flag does not exist in Claude Code 2.1.226 and earlier and is not needed for this marketplace. A test guards it.

Assets: marketplace archive for offline install, @adilmunawar/zd-tools tarball, SHA256SUMS.

v7.3.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 14:09

7.3.1 — 2026-09-06

Fixed

  • install.ps1 no longer calls exit, which closed the PowerShell window when run via irm … | iex and hid the error; each step now reports [ok]/[x].
  • Installers, README, templates and the bundle README use the HTTPS repository URL; owner/repo shorthand resolved to SSH on machines where gh had chosen SSH, and failed without keys.
  • Installers warn when Claude Code is older than 2.1.110 (dependency auto-install).
  • usage-report shows readable project names for Windows-encoded transcript directories.

Added

  • CI now runs the Node tests, the package build and the PowerShell syntax check on Windows and macOS as well as Linux.
  • Structure tests that fail if shorthand marketplace sources, exit in the PowerShell installer, or unquoted ${CLAUDE_PLUGIN_ROOT} paths ever return.

Assets: marketplace archive for offline install, @adilmunawar/zd-tools tarball, SHA256SUMS.

v7.3

Choose a tag to compare

@github-actions github-actions released this 05 Sep 12:00

7.3.0 — 2026-09-06

Added

  • npm package @adilmunawar/zd-tools (packages/zd-tools): secrets-audit, usage, budget-check, upgrade, guard-bash, guard-write runnable with npx in terminals and CI without Claude Code. Zero dependencies; built from the plugin scripts at publish time so it cannot drift.
  • Release workflow now validates, publishes the package to GitHub Packages (and npmjs when NPM_TOKEN is set), and attaches the marketplace archive, package tarball and SHA-256 sums to the GitHub Release for offline installs.
  • README: Zaraat Dost logo (theme-aware), Claude Code badge, six use-case walkthroughs, dependency map, FAQ.

Assets: marketplace archive for offline install, @adilmunawar/zd-tools tarball, SHA256SUMS.

v7.2

Choose a tag to compare

@github-actions github-actions released this 05 Sep 10:09

7.2.0 — 2026-09-06

Changed

  • Version scheme moves to 7.x (tag v7.2 or v7.2.0); no functional change from 0.7.0 other than the fixes below.

Fixed

  • secrets-audit --history now honours --ignore, so test fixtures in git history no longer fail CI.
  • Release workflow accepts two-part tags (v7.2 → 7.2.0); validate workflow checks out full history for the audit.