Skip to content

Releases: OLmatter/glm-coding-helper

GLM Coding Helper v2026.06.13-2102

13 Jun 13:20

Choose a tag to compare

修复内容

  • 修复 auto 模式在 GPU OCR 模型缓存损坏或缺少 safetensors 时仍强行走 GPU 的问题。
  • auto 启动现在会实际检查 GPU OCR 初始化是否可用;如果 GPU OCR 初始化失败,会自动回退到 CPU 并继续启动。
  • one-click-start.cmd 保留后端 auto 选择逻辑,不再在脚本层提前固化为 GPU。
  • GPU 环境安装后的 smoke test 增加 OCR 初始化检查,能更早发现模型缓存问题。
  • 包含油猴脚本 8.17,以及 README 中的多窗口并发风控提醒。
  • Release 包继续包含中文入口:
    • 启动后端.cmd
    • 首次安装环境.cmd

下载建议

  • 首次使用或网络环境较好:下载 glm-coding-helper-online-installer-20260613_210242.zip
  • 只想用 CPU 且不想重新安装依赖:下载 glm-coding-helper-portable-cpu-20260613_210249.zip

校验

  • glm-coding-helper-online-installer-20260613_210242.zip
    • SHA256: 4FD5221F61BD8E7E65BBDEF72027802DBBEBF545CD22BCB172284D3DE47D1C00
  • glm-coding-helper-portable-cpu-20260613_210249.zip
    • SHA256: E958515D06560E482EFB894934A8AB77D09D57F05A52CCBE3A03163189119679

验证

  • 油猴脚本语法检查通过。
  • 后端关键 Python 文件语法检查通过。
  • PowerShell 脚本解析检查通过。
  • online installer 和 portable CPU 包均确认包含中文入口 .cmd

GLM Coding Helper v2026.06.13-1136

13 Jun 04:12

Choose a tag to compare

修复内容

  • 修复油猴脚本多窗口提示里的可见乱码,并将脚本版本更新到 8.16
  • Release 包现在会包含中文入口:
    • 启动后端.cmd
    • 首次安装环境.cmd
  • 修复 Windows PowerShell 5 下打包脚本读取中文文件名可能失败的问题,online installer 和 portable CPU 包都会自动收集根目录额外 .cmd 入口。
  • README / portable README 不再公开展示完整邀请码;用户打开 GLM Coding 页面后,由脚本自动补上内置优惠入口。

下载建议

  • 首次使用或网络环境较好:下载 glm-coding-helper-online-installer-20260613_113645.zip
  • 不想每台机器重新安装 CPU 依赖:下载 glm-coding-helper-portable-cpu-20260613_113651.zip

校验

  • glm-coding-helper-online-installer-20260613_113645.zip
    • SHA256: 1C4F6819DC6AC865267078AB29AEB400D5D1B9FC4E86D4460E5BEAB47BC1B9A2
  • glm-coding-helper-portable-cpu-20260613_113651.zip
    • SHA256: 6B3C3EC2D0EE0E1BA208BC95DADD18C0B3F27AB7A9EE4213520939D8CEEAB2F1

验证

  • 根目录和 scripts/userscripts/ 下的油猴脚本语法检查通过。
  • 后端关键 Python 文件语法检查通过。
  • PowerShell 脚本解析检查通过。
  • online installer 和 portable CPU 包均确认包含中文入口 .cmd
  • 包内 README 未发现完整邀请码或乱码标记。

GLM Coding Helper v2026.06.12-2239

12 Jun 14:45

Choose a tag to compare

Fix repeated backend environment reinstall on Windows.

This release fixes a Windows PowerShell 5 argument-passing issue in the startup checks.

Symptoms fixed:

  • every double-click of one-click-start.cmd could incorrectly think the backend environment was incomplete;
  • the launcher could reinstall dependencies repeatedly even when imports were already OK;
  • portable CPU package could show imports ok, then fail with CPU backend environment is missing or incomplete.

Changes:

  • scripts\one_click_start.ps1 now runs import checks with the PowerShell call operator instead of Start-Process -ArgumentList;
  • scripts\start_backend.ps1 uses the same safe check path;
  • successful import checks no longer trigger unnecessary repair/reinstall.

Assets:

  • glm-coding-helper-online-installer-20260612_223244.zip
  • glm-coding-helper-portable-cpu-20260612_223251.zip

GLM Coding Helper v2026.06.11-2208

11 Jun 14:12

Choose a tag to compare

Fix backend Python environment alignment.

This release fixes the issue where installation checks could pass in .venv_paddle_gpu, but captcha_worker.py later failed with:

ModuleNotFoundError: No module named 'PIL'

Root cause:

  • the backend launcher could start the main backend with a Python environment different from the selected CPU/GPU venv;
  • this made worker subprocesses import packages from the wrong environment.

Changes:

  • gpu mode now uses .venv_paddle_gpu\Scripts\python.exe;
  • cpu / cpu_parallel mode now uses .venv_paddle\Scripts\python.exe;
  • auto mode selects a usable backend environment explicitly;
  • startup prints Using backend Python: ...;
  • incomplete selected environments now fail clearly and tell users to rebuild, instead of silently falling back to another venv.

Assets:

  • glm-coding-helper-online-installer-20260611_215952.zip
  • glm-coding-helper-portable-cpu-20260611_220005.zip

GLM Coding Helper v2026.06.06-1749

06 Jun 10:28

Choose a tag to compare

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.

GLM Coding Helper v2026.05.27-2015

27 May 12:15

Choose a tag to compare

Release assets:

  • Online installer package: small package, installs CPU/GPU environment on first run.
  • Portable CPU package: includes CPU backend environment, unzip and start directly.