Commit Graph

3 Commits

Author SHA1 Message Date
Nikhil Sonti
fac710742d fix(cli): address installer review feedback 2026-03-26 16:58:34 -07:00
Nikhil Sonti
f59c7d927b fix(cli): address PR review comments for install scripts
- Add checksum verification to install.ps1 using Get-FileHash
- Add warnings on all checksum skip paths in install.sh
- Use grep -F (fixed-string) instead of regex for filename matching
- Add ?per_page=100 to GitHub API call in install.ps1
- Use random temp directory name in install.ps1 to avoid collisions
2026-03-26 16:55:49 -07:00
Nikhil Sonti
31329ef70d feat(cli): add install scripts for macOS, Linux, and Windows
Bash script (install.sh) for macOS/Linux and PowerShell script
(install.ps1) for Windows. Both download the correct platform binary
from GitHub Releases with checksum verification, version resolution,
and PATH setup.
2026-03-26 16:44:26 -07:00