Skip to content

Releases: PackmindHub/packmind

CLI 0.24.0

30 Mar 13:36

Choose a tag to compare

Packmind CLI 0.24.0

Installation

npm/npx

npm install -g @packmind/[email protected]

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.24.0
  • Linux arm64: packmind-cli-linux-arm64-0.24.0
  • macOS arm64: packmind-cli-macos-arm64-0.24.0
  • Windows x64: packmind-cli-windows-x64-0.24.0.exe
  • Windows arm64: packmind-cli-windows-arm64-0.24.0.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.24.0

Changes

Added

  • CLI can now also be invoked as packmind (alias for packmind-cli)
  • packmind symlink automatically created on install and self-update
  • whoami command now displays an update notice when a newer CLI version is available on GitHub
  • lint command now supports negative globs in standard scopes, starting with !
  • playbook submit now checks for duplicate artifact names before submitting creation proposals. If an artifact with the same name (case-insensitive) already exists in the target space, the submission is rejected with a clear error message.

Fixed

  • Notify the user when default skills are skipped when running packmind skills init due to an old version of the cli.

Release v1.12.0

25 Mar 09:28

Choose a tag to compare

Release Notes

Upgrade to 1.12.0

Docker Images

The following Docker images have been built and pushed to Docker Hub:

  • packmind/api:1.12.0
  • packmind/frontend:1.12.0
  • packmind/mcp:1.12.0

All images are also available with the latest tag.

CLI 0.23.0

25 Mar 10:37

Choose a tag to compare

Packmind CLI 0.23.0

Installation

npm/npx

npm install -g @packmind/[email protected]

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.23.0
  • Linux arm64: packmind-cli-linux-arm64-0.23.0
  • macOS arm64: packmind-cli-macos-arm64-0.23.0
  • Windows x64: packmind-cli-windows-x64-0.23.0.exe
  • Windows arm64: packmind-cli-windows-arm64-0.23.0.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.23.0

Changes

Added

  • CLI install command is now recursive by default (no -r flag needed); the -r/--recursive flag is deprecated with a warning
  • CLI install command now supports --path <dir> to scope recursive install to a specific directory
  • The diff command now detects changes to skill additional properties (e.g. Claude Code fields like argument-hint, model, hooks) and submits per-key updateSkillAdditionalProperty change proposals (#206)
  • Added playbook command to centralize change proposals

Changed

  • Packages are now prefixed with the space slug (eg: @global/my-package instead of my-package) to support multi-spaces in organizations.

Removed

  • Dropped diff add, diff remove and diff --submit in favor of playbook commands.
  • Deprecated diff command, replaced by playbook diff

Release v1.11.1

23 Mar 10:28

Choose a tag to compare

Release Notes

Upgrade to 1.11.1

Docker Images

The following Docker images have been built and pushed to Docker Hub:

  • packmind/api:1.11.1
  • packmind/frontend:1.11.1
  • packmind/mcp:1.11.1

All images are also available with the latest tag.

Release v1.11.0

20 Mar 10:29

Choose a tag to compare

Release Notes

Upgrade to 1.11.0

Docker Images

The following Docker images have been built and pushed to Docker Hub:

  • packmind/api:1.11.0
  • packmind/frontend:1.11.0
  • packmind/mcp:1.11.0

All images are also available with the latest tag.

CLI 0.22.0

13 Mar 14:34

Choose a tag to compare

Packmind CLI 0.22.0

Installation

npm/npx

npm install -g @packmind/[email protected]

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.22.0
  • Linux arm64: packmind-cli-linux-arm64-0.22.0
  • macOS arm64: packmind-cli-macos-arm64-0.22.0
  • Windows x64: packmind-cli-windows-x64-0.22.0.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.22.0

Changes

Added

  • The lint command now accepts a single file path in addition to a directory
  • Add .packmindignore file support to exclude files/folders from linting without modifying CLI source code
  • Generate packmind-lock file to track installed package versions and artifact checksums

Fixed

  • Fixed diff behavior that did not work properly with sub-directories

CLI 0.21.1

11 Mar 10:34

Choose a tag to compare

Packmind CLI 0.21.1

Installation

npm/npx

npm install -g @packmind/[email protected]

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.21.1
  • Linux arm64: packmind-cli-linux-arm64-0.21.1
  • macOS arm64: packmind-cli-macos-arm64-0.21.1
  • Windows x64: packmind-cli-windows-x64-0.21.1.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.21.1

Changes

Fixed

  • Fix incorrect packageIds payload when removing an artifact with `diff remove
  • Fix wrong lookup when trying to remove an artefact with diff remove inside a repository.
  • Track information related to the repo and target when submitting new change proposals.

CLI 0.21.0

10 Mar 09:46

Choose a tag to compare

Packmind CLI 0.21.0

Installation

npm/npx

npm install -g @packmind/[email protected]

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.21.0
  • Linux arm64: packmind-cli-linux-arm64-0.21.0
  • macOS arm64: packmind-cli-macos-arm64-0.21.0
  • Windows x64: packmind-cli-windows-x64-0.21.0.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.21.0

Changes

Added

  • Homebrew installation support: packmind-cli can now be installed via brew tap PackmindHub/cli && brew install packmind-cli (#191) - thanks @davidaparicio
  • added diff remove command to propose artefact removal.

CLI 0.20.0

04 Mar 16:04

Choose a tag to compare

Packmind CLI 0.20.0

Installation

npm/npx

npm install -g @packmind/[email protected]

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.20.0
  • Linux arm64: packmind-cli-linux-arm64-0.20.0
  • macOS arm64: packmind-cli-macos-arm64-0.20.0
  • Windows x64: packmind-cli-windows-x64-0.20.0.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.20.0

Changes

Added

  • New command update allows to update packmind-cli to the newest version (#154)

Fixed

  • Claude Code scope paths are now correctly rendered as YAML block sequences (#282)

CLI 0.19.0

27 Feb 12:19

Choose a tag to compare

Packmind CLI 0.19.0

Installation

npm/npx

npm install -g @packmind/[email protected]

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.19.0
  • Linux arm64: packmind-cli-linux-arm64-0.19.0
  • macOS arm64: packmind-cli-macos-arm64-0.19.0
  • Windows x64: packmind-cli-windows-x64-0.19.0.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.19.0

Changes

Added

  • The diff command now detects updated rules using similarity matching: when a rule is modified rather than deleted and re-added, it is submitted as an updateRule change proposal