Skip to content

0.7.2 - 2026-05-02

Choose a tag to compare

@github-actions github-actions released this 01 May 16:51

Release Notes

Fixed

  • Windows link command: Fixed "Access denied" (os error 5) when removing an existing junction point in node_modules during kley link. Junction points on Windows are directories, not files — now uses remove_dir as a fallback when remove_file fails.
  • Invisible hint text on Windows: The secondary hint line in kley publish output ("or kley add / kley link for other workflows") was invisible on Windows due to .dimmed() — replaced with .bright_black().

Changed

  • Improved debug logging for link command: Added detailed debug/trace logs throughout the link command flow (path resolution, symlink removal, junction creation) for easier troubleshooting on Windows.

Install kley 0.7.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.7.2/kley-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.7.2/kley-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install kley-cli@0.7.2

Download kley 0.7.2

File Platform Checksum
kley-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kley-x86_64-apple-darwin.tar.xz Intel macOS checksum
kley-x86_64-pc-windows-msvc.zip x64 Windows checksum
kley-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
kley-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum