GLM Coding Helper v2026.06.12-2239
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.cmdcould 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 withCPU backend environment is missing or incomplete.
Changes:
scripts\one_click_start.ps1now runs import checks with the PowerShell call operator instead ofStart-Process -ArgumentList;scripts\start_backend.ps1uses the same safe check path;- successful import checks no longer trigger unnecessary repair/reinstall.
Assets:
glm-coding-helper-online-installer-20260612_223244.zipglm-coding-helper-portable-cpu-20260612_223251.zip