Skip to content

GLM Coding Helper v2026.06.12-2239

Choose a tag to compare

@OLmatter OLmatter released this 12 Jun 14:45

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