Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| let ext = match platform.os { | ||
| Os::Linux | Os::MacOS => "tar.gz", | ||
| Os::Windows => "zip", | ||
| }; |
There was a problem hiding this comment.
Windows download URLs point to non-existent release assets
Medium Severity
The run_method generates Windows download URLs (pyrefly-windows-arm64.zip, pyrefly-windows-x86_64.zip), but Pyrefly's GitHub releases only include Linux and macOS binaries — no Windows assets exist. This will cause a download failure (404) at runtime for any Windows user attempting to install Pyrefly through this tool. The Windows tests validate these non-existent URLs, giving false confidence.
Additional Locations (1)
There was a problem hiding this comment.
This is not true. There are windows executables available for download.


resolves #610