Skip to content

0.1.2 - 2026-06-11

Choose a tag to compare

@github-actions github-actions released this 10 Jun 19:01

Release Notes

Changed

  • --dry-run now renders the pending result version as (dry-run) instead of (none) — nothing was executed, so the version is pending, not gone (first real-user feedback).
  • Updates that end on the same version are now marked already current, making idempotent update runs explicit.
  • --json output is unchanged: it keeps raw values (after stays null under --dry-run).

Install sync-ai-clis 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hyeonbungi/sync-ai-clis/releases/download/v0.1.2/sync-ai-clis-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hyeonbungi/sync-ai-clis/releases/download/v0.1.2/sync-ai-clis-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hyeonbungi/tap/sync-ai-clis

Install prebuilt binaries into your npm project

npm install sync-ai-clis@0.1.2

Download sync-ai-clis 0.1.2

File Platform Checksum
sync-ai-clis-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
sync-ai-clis-x86_64-apple-darwin.tar.gz Intel macOS checksum
sync-ai-clis-x86_64-pc-windows-msvc.zip x64 Windows checksum
sync-ai-clis-x86_64-pc-windows-msvc.msi x64 Windows checksum
sync-ai-clis-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
sync-ai-clis-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum