GLM Coding Helper v2026.06.06-1749
·
31 commits
to main
since this release
Release assets:
- Online installer package: small package, installs CPU/GPU environment on first run.
- Portable CPU package: includes CPU backend environment and now routes start-backend.cmd through the environment repair path.
Fixes:
- Repair Win11 backend startup failures such as
ModuleNotFoundError: No module named 'PIL'. - Route
start-backend.cmdthrough the one-click environment check before starting the backend. - Recreate an existing
.venv_paddle/.venv_paddle_gpuwhen core import checks fail, covering incomplete or non-portable virtualenvs from older packages. - Expand backend Python checks from
ultralyticsonly toultralytics, PIL, cv2, numpyso a half-broken environment is not selected.
Related: