AICodePrep GUI v1.5.1
This release focuses on speed. Rust code for the slow parts. No more locking up, waiting. You can process GIANT repos now, in a fraction of a second.
Highlights:
- Bundled Rust worker binaries are now included in the release package for Windows, Linux, and macOS, including Apple Silicon.
- Fixed stale worker-cache behavior so updated installs use the packaged worker instead of an older cached binary.
- Updated the one-time first-run/update popup to v1.5.1 so users no longer see the old v1.2.0-era message.
- Reduced repeated “Pro features temporarily enabled...” log spam.
- Skips the retired
extra.wuu73.org/aimodels/v1startup endpoint instead of hitting a dead 503 path. - Release workflow now builds the package with workers and verifies the binaries are included in the wheel and sdist.
If you are upgrading from an older install, this release should be a cleaner and faster startup path, especially on larger folders and Apple Silicon Macs.
To upgrade, open a terminal and type:
pipx upgrade aicodeprep-gui
You can use uv instead but if you already used pipx you should first uninstall it, then just reinstall with whichever method you prefer.