Skip to content

Releases: PackmindHub/packmind

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.

CLI 0.14.1

29 Jan 14:58

Choose a tag to compare

Packmind CLI 0.14.1

Installation

npm/npx

npm install -g @packmind/cli@0.14.1

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

Changes

Fixed

  • Remove forgotten debugging when installing packages.

Release v1.8.0

28 Jan 11:48

Choose a tag to compare

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

All images are also available with the latest tag.

CLI 0.14.0

28 Jan 11:01

Choose a tag to compare

Packmind CLI 0.14.0

Installation

npm/npx

npm install -g @packmind/cli@0.14.0

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

Changes

Added

  • Add standards create command to import standards in Packmind
  • Add blacklist filter to skills add to exclude unwanted files like .DS_Store (#71)
  • Added packmind-cli skills init to install skills to manage the playbook

Fixed

  • Fix double-slash in login URLs when host ends with trailing slash (#100)

CLI 0.13.1

19 Jan 09:36

Choose a tag to compare

Packmind CLI 0.13.1

Installation

npm/npx

npm install -g @packmind/cli@0.13.1

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

Changes

Added

  • Add blacklist filter to skills add to exclude unwanted files like .DS_Store (#71)

Changed

Fixed

  • Fix lint on Windows that was not raising any violations (#97)

Removed

CLI 0.13.0

14 Jan 14:49

Choose a tag to compare

Packmind CLI 0.13.0

Installation

npm/npx

npm install -g @packmind/cli@0.13.0

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

Changes

Added

  • Add skills add command to import skills in Packmind (#71)

CLI 0.12.0

09 Jan 09:34

Choose a tag to compare

Packmind CLI 0.12.0

Installation

npm/npx

npm install -g @packmind/cli@0.12.0

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

Changes

Added

  • Added flags --changed-files and --changed-lines on the linter command to replace the --diff option. #93

Fixed

  • Fix linter output when the rule name contains a / #94