Releases: PackmindHub/packmind
CLI 0.21.0
Packmind CLI 0.21.0
Installation
npm/npx
npm install -g @packmind/cli@0.21.0Standalone 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/cli@0.20.0Standalone 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/cli@0.19.0Standalone 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
CLI 0.18.0
Packmind CLI 0.18.0
Installation
npm/npx
npm install -g @packmind/cli@0.18.0Standalone Executables
Download the appropriate executable for your platform:
- Linux x64:
packmind-cli-linux-x64-0.18.0 - Linux arm64:
packmind-cli-linux-arm64-0.18.0 - macOS arm64:
packmind-cli-macos-arm64-0.18.0 - Windows x64:
packmind-cli-windows-x64-0.18.0.exe
Make the executable runnable (Linux/macOS):
chmod +x packmind-cli-*-0.18.0Changes
Added
standards createandcommands createnow accept JSON via stdin (e.g.,echo '{"name":"..."}' | packmind-cli standards create), in addition to the existing file path argument- A user can provide a message when submitting change proposals (#142)
CLI 0.17.0
Packmind CLI 0.17.0
Installation
npm/npx
npm install -g @packmind/cli@0.17.0Standalone Executables
Download the appropriate executable for your platform:
- Linux x64:
packmind-cli-linux-x64-0.17.0 - Linux arm64:
packmind-cli-linux-arm64-0.17.0 - macOS arm64:
packmind-cli-macos-arm64-0.17.0 - Windows x64:
packmind-cli-windows-x64-0.17.0.exe
Make the executable runnable (Linux/macOS):
chmod +x packmind-cli-*-0.17.0Changes
Release v1.10.0
Release Notes
Upgrade to 1.10.0
Docker Images
The following Docker images have been built and pushed to Docker Hub:
packmind/api:1.10.0packmind/frontend:1.10.0packmind/mcp:1.10.0
All images are also available with the latest tag.
CLI 0.16.1
Packmind CLI 0.16.1
Installation
npm/npx
npm install -g @packmind/cli@0.16.1Standalone Executables
Download the appropriate executable for your platform:
- Linux x64:
packmind-cli-linux-x64-0.16.1 - Linux arm64:
packmind-cli-linux-arm64-0.16.1 - macOS arm64:
packmind-cli-macos-arm64-0.16.1 - Windows x64:
packmind-cli-windows-x64-0.16.1.exe
Make the executable runnable (Linux/macOS):
chmod +x packmind-cli-*-0.16.1Changes
Fixed
- When running
packmind-cli init(orpackmind-cli config agents): load selected agents for packmind server if not local configuration is available.
Release v1.9.0
Release Notes
Upgrade to 1.9.0
Docker Images
The following Docker images have been built and pushed to Docker Hub:
packmind/api:1.9.0packmind/frontend:1.9.0packmind/mcp:1.9.0
All images are also available with the latest tag.
CLI 0.16.0
Packmind CLI 0.16.0
Installation
npm/npx
npm install -g @packmind/cli@0.16.0Standalone Executables
Download the appropriate executable for your platform:
- Linux x64:
packmind-cli-linux-x64-0.16.0 - Linux arm64:
packmind-cli-linux-arm64-0.16.0 - macOS arm64:
packmind-cli-macos-arm64-0.16.0 - Windows x64:
packmind-cli-windows-x64-0.16.0.exe
Make the executable runnable (Linux/macOS):
chmod +x packmind-cli-*-0.16.0Changes
Added
- Add
initcommand to initialize Packmind in a project withpackmind-cli init(configures AI agents and installs default skills) - Add
config agentscommand to configure which AI coding agents to generate artifacts for withpackmind-cli config agents - Add
packages addcommand to add standards, commands, or skills to an existing package withpackmind-cli packages add --to <package-slug> --standard|--command|--skill <slug> - Add
packages list(equivalent toinstall --list) to list available packages.
CLI 0.15.0
Packmind CLI 0.15.0
Installation
npm/npx
npm install -g @packmind/cli@0.15.0Standalone Executables
Download the appropriate executable for your platform:
- Linux x64:
packmind-cli-linux-x64-0.15.0 - Linux arm64:
packmind-cli-linux-arm64-0.15.0 - macOS arm64:
packmind-cli-macos-arm64-0.15.0 - Windows x64:
packmind-cli-windows-x64-0.15.0.exe
Make the executable runnable (Linux/macOS):
chmod +x packmind-cli-*-0.15.0Changes
Added
- Add
commands createcommand to create reusable commands from playbook JSON files withpackmind-cli commands create <playbook.json> - Add
standards listcommand to display all standards in your organization - Add
commands listcommand to display all commands in your organization - Add
skills listcommand to display all skills in your organization - Add
packages create <name>command to create a new package
Fixed
- Properly apply multiple scopes when linting.
- Only render skills compatible with the current cli version in
packmind-cli skills init
Removed
- linter based on git remote URL when
packmind.jsonis absent.