Skip to content

Releases: PackmindHub/packmind

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/cli@0.21.0

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/cli@0.20.0

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/cli@0.19.0

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

CLI 0.18.0

26 Feb 13:57

Choose a tag to compare

Packmind CLI 0.18.0

Installation

npm/npx

npm install -g @packmind/cli@0.18.0

Standalone 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.0

Changes

Added

  • standards create and commands create now 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

25 Feb 09:48

Choose a tag to compare

Packmind CLI 0.17.0

Installation

npm/npx

npm install -g @packmind/cli@0.17.0

Standalone 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.0

Changes

Release v1.10.0

24 Feb 10:50

Choose a tag to compare

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.0
  • packmind/frontend:1.10.0
  • packmind/mcp:1.10.0

All images are also available with the latest tag.

CLI 0.16.1

11 Feb 11:00

Choose a tag to compare

Packmind CLI 0.16.1

Installation

npm/npx

npm install -g @packmind/cli@0.16.1

Standalone 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.1

Changes

Fixed

  • When running packmind-cli init (or packmind-cli config agents): load selected agents for packmind server if not local configuration is available.

Release v1.9.0

06 Feb 15:58

Choose a tag to compare

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.0
  • packmind/frontend:1.9.0
  • packmind/mcp:1.9.0

All images are also available with the latest tag.

CLI 0.16.0

06 Feb 11:50

Choose a tag to compare

Packmind CLI 0.16.0

Installation

npm/npx

npm install -g @packmind/cli@0.16.0

Standalone 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.0

Changes

Added

  • Add init command to initialize Packmind in a project with packmind-cli init (configures AI agents and installs default skills)
  • Add config agents command to configure which AI coding agents to generate artifacts for with packmind-cli config agents
  • Add packages add command to add standards, commands, or skills to an existing package with packmind-cli packages add --to <package-slug> --standard|--command|--skill <slug>
  • Add packages list (equivalent to install --list) to list available packages.

CLI 0.15.0

04 Feb 09:51

Choose a tag to compare

Packmind CLI 0.15.0

Installation

npm/npx

npm install -g @packmind/cli@0.15.0

Standalone 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.0

Changes

Added

  • Add commands create command to create reusable commands from playbook JSON files with packmind-cli commands create <playbook.json>
  • Add standards list command to display all standards in your organization
  • Add commands list command to display all commands in your organization
  • Add skills list command 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.json is absent.