Releases: PackmindHub/packmind
Releases · PackmindHub/packmind
Release list
Release v1.5.0
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.0packmind/frontend:1.5.0packmind/mcp:1.5.0
All images are also available with the latest tag.
CLI 0.7.0
Packmind CLI 0.7.0
Installation
npm/npx
npm install -g @packmind/cli@0.7.0Standalone 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.0Changes
Added
- Add
logincommand to authenticate via browser #31 - Add
logoutcommand to clear stored credentials #31 - Add
whoamicommand to display current authentication status #31 - Add
setup-mcpcommand for AI agent configuration #32
Fixed
CLI 0.6.0
Packmind CLI 0.6.0
Installation
npm/npx
npm install -g @packmind/cli@0.6.0Standalone 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.0Changes
Added
- Add
--continue-on-erroroption to allow skipping error return when violations are found #16 - Add
--continue-on-missing-keyoption to skip linting when API key is not set #17 - Add
packkmind.jsonsupport for linter - Add
--diffoption tolintcommand- Add
--diff=filesoption to lint modified files only - Add
--diff=linesoption to lint modified lines only
- Add
Changed
- Improve layout of the CLI command
install --listto make slugs easier to identify (#12)
1.4.1
Fixed
- Navigation issues on code examples for rules
CLI 0.5.0
Packmind CLI 0.5.0
Installation
npm/npx
npm install -g @packmind/cli@0.5.0Standalone 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.0Changes
Added
- Add
installcommand to install packages and track them inpackmind.json
1.4.0
Added
- Create and deploy packages to bundle standards and recipes together for organized distribution (#7)
CLI 0.4.0
Packmind CLI 0.4.0
Installation
npm/npx
npm install -g @packmind/cli@0.4.0Standalone 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.0Changes
Added
- Add packages:
- Add
pullcommand to get standards and recipes from a package - Add
pull --listcommand to list available packages - Add
pull --show packagecommand to get package details
- Add
- Add possibility to lint a single file.
CLI 0.3.3
Packmind CLI 0.3.3
Installation
npm/npx
npm install -g @packmind/cli@0.3.3Standalone 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.3Changes
Fixed
- Add proper CHANGELOG.MD in the GH release
1.3.1
[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
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