Skip to content

GLM Coding Helper v2026.06.06-1749

Choose a tag to compare

@OLmatter OLmatter released this 06 Jun 10:28
· 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.cmd through the one-click environment check before starting the backend.
  • Recreate an existing .venv_paddle / .venv_paddle_gpu when core import checks fail, covering incomplete or non-portable virtualenvs from older packages.
  • Expand backend Python checks from ultralytics only to ultralytics, PIL, cv2, numpy so a half-broken environment is not selected.

Related:

  • GitHub issue #7: Win11 users missing PIL/Pillow in CPU/GPU startup.
  • GitHub issue #6: portable virtualenvs copied from another machine can be invalid.