mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-17 03:38:32 +02:00
* feat(cli): add Windows installation support (MUL-689) Add PowerShell install script and Windows binary builds so Windows users can install the CLI without WSL. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(cli): address PR review for Windows install script - Use GitHub REST API for Get-LatestVersion (PS 5.1 compatible) - Add SHA256 checksum verification after download - Use [System.Version] for proper semantic version comparison - Refactor $arch assignment for readability - Warn before git reset --hard in Install-Server Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>