Releases: PackmindHub/packmind
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.
CLI 0.14.1
Packmind CLI 0.14.1
Installation
npm/npx
npm install -g @packmind/cli@0.14.1Standalone Executables
Download the appropriate executable for your platform:
- Linux x64:
packmind-cli-linux-x64-0.14.1 - Linux arm64:
packmind-cli-linux-arm64-0.14.1 - macOS arm64:
packmind-cli-macos-arm64-0.14.1 - Windows x64:
packmind-cli-windows-x64-0.14.1.exe
Make the executable runnable (Linux/macOS):
chmod +x packmind-cli-*-0.14.1Changes
Fixed
- Remove forgotten debugging when installing packages.
Release v1.8.0
Release Notes
Upgrade to 1.8.0
Docker Images
The following Docker images have been built and pushed to Docker Hub:
packmind/api:1.8.0packmind/frontend:1.8.0packmind/mcp:1.8.0
All images are also available with the latest tag.
CLI 0.14.0
Packmind CLI 0.14.0
Installation
npm/npx
npm install -g @packmind/cli@0.14.0Standalone Executables
Download the appropriate executable for your platform:
- Linux x64:
packmind-cli-linux-x64-0.14.0 - Linux arm64:
packmind-cli-linux-arm64-0.14.0 - macOS arm64:
packmind-cli-macos-arm64-0.14.0 - Windows x64:
packmind-cli-windows-x64-0.14.0.exe
Make the executable runnable (Linux/macOS):
chmod +x packmind-cli-*-0.14.0Changes
Added
- Add
standards createcommand to import standards in Packmind - Add blacklist filter to
skills addto exclude unwanted files like.DS_Store(#71) - Added
packmind-cli skills initto install skills to manage the playbook
Fixed
- Fix double-slash in login URLs when host ends with trailing slash (#100)
CLI 0.13.1
Packmind CLI 0.13.1
Installation
npm/npx
npm install -g @packmind/cli@0.13.1Standalone Executables
Download the appropriate executable for your platform:
- Linux x64:
packmind-cli-linux-x64-0.13.1 - Linux arm64:
packmind-cli-linux-arm64-0.13.1 - macOS arm64:
packmind-cli-macos-arm64-0.13.1 - Windows x64:
packmind-cli-windows-x64-0.13.1.exe
Make the executable runnable (Linux/macOS):
chmod +x packmind-cli-*-0.13.1Changes
Added
- Add blacklist filter to
skills addto exclude unwanted files like.DS_Store(#71)
Changed
Fixed
- Fix
linton Windows that was not raising any violations (#97)
Removed
CLI 0.13.0
Packmind CLI 0.13.0
Installation
npm/npx
npm install -g @packmind/cli@0.13.0Standalone Executables
Download the appropriate executable for your platform:
- Linux x64:
packmind-cli-linux-x64-0.13.0 - Linux arm64:
packmind-cli-linux-arm64-0.13.0 - macOS arm64:
packmind-cli-macos-arm64-0.13.0 - Windows x64:
packmind-cli-windows-x64-0.13.0.exe
Make the executable runnable (Linux/macOS):
chmod +x packmind-cli-*-0.13.0Changes
Added
- Add
skills addcommand to import skills in Packmind (#71)
CLI 0.12.0
Packmind CLI 0.12.0
Installation
npm/npx
npm install -g @packmind/cli@0.12.0Standalone Executables
Download the appropriate executable for your platform:
- Linux x64:
packmind-cli-linux-x64-0.12.0 - Linux arm64:
packmind-cli-linux-arm64-0.12.0 - macOS arm64:
packmind-cli-macos-arm64-0.12.0 - Windows x64:
packmind-cli-windows-x64-0.12.0.exe
Make the executable runnable (Linux/macOS):
chmod +x packmind-cli-*-0.12.0Changes
Added
- Added flags
--changed-filesand--changed-lineson the linter command to replace the--diffoption. #93
Fixed
- Fix linter output when the rule name contains a
/#94