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.
π Fixes
- Fixed Copilot CLI not being detected as an AI agent.
- Fixed an issue where the shim registry may get out of sync.
βοΈ Internal
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 | sh
Install 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