Releases: PackmindHub/packmind
CLI 0.24.0
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.0Changes
Added
- CLI can now also be invoked as
packmind(alias forpackmind-cli) packmindsymlink automatically created on install and self-updatewhoamicommand now displays an update notice when a newer CLI version is available on GitHublintcommand now supports negative globs in standard scopes, starting with!playbook submitnow 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 initdue to an old version of the cli.
Release v1.12.0
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.0packmind/frontend:1.12.0packmind/mcp:1.12.0
All images are also available with the latest tag.
CLI 0.23.0
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.0Changes
Added
- CLI
installcommand is now recursive by default (no-rflag needed); the-r/--recursiveflag is deprecated with a warning - CLI
installcommand now supports--path <dir>to scope recursive install to a specific directory - The
diffcommand now detects changes to skill additional properties (e.g. Claude Code fields likeargument-hint,model,hooks) and submits per-keyupdateSkillAdditionalPropertychange proposals (#206) - Added
playbookcommand to centralize change proposals
Changed
- Packages are now prefixed with the space slug (eg:
@global/my-packageinstead ofmy-package) to support multi-spaces in organizations.
Removed
- Dropped
diff add,diff removeanddiff --submitin favor ofplaybookcommands. - Deprecated
diffcommand, replaced byplaybook diff
Release v1.11.1
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.1packmind/frontend:1.11.1packmind/mcp:1.11.1
All images are also available with the latest tag.
Release v1.11.0
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.0packmind/frontend:1.11.0packmind/mcp:1.11.0
All images are also available with the latest tag.
CLI 0.22.0
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.0Changes
Added
- The
lintcommand now accepts a single file path in addition to a directory - Add
.packmindignorefile support to exclude files/folders from linting without modifying CLI source code - Generate
packmind-lockfile to track installed package versions and artifact checksums
Fixed
- Fixed
diffbehavior that did not work properly with sub-directories
CLI 0.21.1
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.1Changes
Fixed
- Fix incorrect
packageIdspayload when removing an artifact with `diff remove - Fix wrong lookup when trying to remove an artefact with
diff removeinside a repository. - Track information related to the repo and target when submitting new change proposals.
CLI 0.21.0
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.0Changes
Added
- Homebrew installation support:
packmind-clican now be installed viabrew tap PackmindHub/cli && brew install packmind-cli(#191) - thanks@davidaparicio - added
diff removecommand to propose artefact removal.
CLI 0.20.0
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.0Changes
Added
- New command
updateallows to updatepackmind-clito the newest version (#154)
Fixed
- Claude Code scope paths are now correctly rendered as YAML block sequences (#282)
CLI 0.19.0
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.0Changes
Added
- The
diffcommand now detects updated rules using similarity matching: when a rule is modified rather than deleted and re-added, it is submitted as anupdateRulechange proposal