Skip to content

Releases: PackmindHub/packmind

Release v1.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Dec 16:40

Release Notes

Upgrade to 1.5.0

Docker Images

The following Docker images have been built and pushed to Docker Hub:

  • packmind/api:1.5.0
  • packmind/frontend:1.5.0
  • packmind/mcp:1.5.0

All images are also available with the latest tag.

CLI 0.7.0

Choose a tag to compare

@github-actions github-actions released this 05 Dec 13:30

Packmind CLI 0.7.0

Installation

npm/npx

npm install -g @packmind/cli@0.7.0

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.7.0
  • Linux arm64: packmind-cli-linux-arm64-0.7.0
  • macOS arm64: packmind-cli-macos-arm64-0.7.0
  • Windows x64: packmind-cli-windows-x64-0.7.0.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.7.0

Changes

Added

  • Add login command to authenticate via browser #31
  • Add logout command to clear stored credentials #31
  • Add whoami command to display current authentication status #31
  • Add setup-mcp command for AI agent configuration #32

Fixed

  • Improve error message when running lint outside a Git repository without a packmind.json config #18
  • Validate protocol in --host option for login command #31
  • Support Git Bash on Windows #31

CLI 0.6.0

Choose a tag to compare

@cteyton cteyton released this 27 Nov 14:29

Packmind CLI 0.6.0

Installation

npm/npx

npm install -g @packmind/cli@0.6.0

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.6.0
  • Linux arm64: packmind-cli-linux-arm64-0.6.0
  • macOS arm64: packmind-cli-macos-arm64-0.6.0
  • Windows x64: packmind-cli-windows-x64-0.6.0.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.6.0

Changes

Added

  • Add --continue-on-error option to allow skipping error return when violations are found #16
  • Add --continue-on-missing-key option to skip linting when API key is not set #17
  • Add packkmind.json support for linter
  • Add --diff option to lint command
    • Add --diff=files option to lint modified files only
    • Add --diff=lines option to lint modified lines only

Changed

  • Improve layout of the CLI command install --list to make slugs easier to identify (#12)

1.4.1

Choose a tag to compare

@cteyton cteyton released this 25 Nov 20:52

Fixed

  • Navigation issues on code examples for rules

CLI 0.5.0

Choose a tag to compare

@cteyton cteyton released this 25 Nov 12:59
8ba962b

Packmind CLI 0.5.0

Installation

npm/npx

npm install -g @packmind/cli@0.5.0

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.5.0
  • Linux arm64: packmind-cli-linux-arm64-0.5.0
  • macOS arm64: packmind-cli-macos-arm64-0.5.0
  • Windows x64: packmind-cli-windows-x64-0.5.0.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.5.0

Changes

Added

  • Add install command to install packages and track them in packmind.json

1.4.0

Choose a tag to compare

@cteyton cteyton released this 21 Nov 15:51

Added

  • Create and deploy packages to bundle standards and recipes together for organized distribution (#7)

CLI 0.4.0

Choose a tag to compare

@cteyton cteyton released this 19 Nov 16:26

Packmind CLI 0.4.0

Installation

npm/npx

npm install -g @packmind/cli@0.4.0

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.4.0
  • Linux arm64: packmind-cli-linux-arm64-0.4.0
  • macOS arm64: packmind-cli-macos-arm64-0.4.0
  • Windows x64: packmind-cli-windows-x64-0.4.0.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.4.0

Changes

Added

  • Add packages:
    • Add pull command to get standards and recipes from a package
    • Add pull --list command to list available packages
    • Add pull --show package command to get package details
  • Add possibility to lint a single file.

CLI 0.3.3

Choose a tag to compare

@cteyton cteyton released this 03 Nov 21:43

Packmind CLI 0.3.3

Installation

npm/npx

npm install -g @packmind/cli@0.3.3

Standalone Executables

Download the appropriate executable for your platform:

  • Linux x64: packmind-cli-linux-x64-0.3.3
  • Linux arm64: packmind-cli-linux-arm64-0.3.3
  • macOS arm64: packmind-cli-macos-arm64-0.3.3
  • Windows x64: packmind-cli-windows-x64-0.3.3.exe

Make the executable runnable (Linux/macOS):

chmod +x packmind-cli-*-0.3.3

Changes

Fixed

  • Add proper CHANGELOG.MD in the GH release

1.3.1

Choose a tag to compare

@cteyton cteyton released this 03 Nov 16:09

[1.3.1]

Changed

  • Improved the capture of Standards & Recipes through MCP, adding feedback loop and validation from the users
  • The navigation is now scoped to the space global, as we're working on the concept of spaces to organize Standards & Recipes
  • UI/UX of overview has been improved

Fixed

  • Ensure emails are not displayed in server logs

1.3.0

Choose a tag to compare

@cteyton cteyton released this 09 Oct 19:22

Added

  • Rendering for AI Agents can be configured for each organization

Changed

  • The Overview layout has improved for better navigation

Fixed

  • Git repositories and target were not available in the web app until refreshed
  • Issue with Webhook URL has been fixed
  • Docker images are now available in Arm64 in addition to Amd64