-
fix: extract minified vars dynamically in cowork patch 9 (#345)
发布于
2026-03-25 10:25:13 +00:00 - fix: extract minified vars dynamically in cowork patch 9 (#344)
Patch 9 (smol-bin VHDX copy) hardcoded minified variable names
(Qe, ft, vg, tt, uX) which change between upstream releases,
causing "Qe is not defined" crashes at runtime.Extract all 6 variables dynamically from the nearby win32 block
using regex patterns that handle both minified and beautified code.
Add diagnostic logging of extracted variable names.Also document the repo versioning system (REPO_VERSION,
CLAUDE_DESKTOP_VERSION variables and tag format) in CLAUDE.md.Fixes #344
Co-Authored-By: Claude claude@anthropic.com
- style: simplify console.log calls in cowork patch 9
Remove redundant comment restating the regex pattern, and replace
unnecessarily split string concatenations in console.log calls
with template literals (consistent with the existing pattern on
the final patchCount summary line).Co-Authored-By: Claude claude@anthropic.com
Co-authored-by: Claude claude@anthropic.com
下载附件