Release Notes
🚀 Updates
- Added a post-install check that ensures an executable or directory exists after a tool is installed. If not, an error will be thrown.
🧩 Plugins
- Schema (config based)
- Added
[platform.*.arch]and[platform.*.libc]tables for platform-scoped{arch}/{libc}token overrides.
- Added
🐞 Fixes
- Fixed Copilot CLI not being detected as an AI agent.
- Fixed an issue where the shim registry may get out of sync.
⚙️ Internal
- Updated dependencies.
Install proto_cli 0.58.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/proto/releases/download/v0.58.1/proto_cli-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/moonrepo/proto/releases/download/v0.58.1/proto_cli-installer.ps1 | iex"Download proto_cli 0.58.1
| File | Platform | Checksum |
|---|---|---|
| proto_cli-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| proto_cli-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| proto_cli-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| proto_cli-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| proto_cli-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| proto_cli-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| proto_cli-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |