Rolling beta with 3 commits on top of v1.4.0-beta.2. Includes one critical
run_as_user regression fix.
🚨 Critical Fix
- claudecode
run_as_userEACCES regression — chmod0o644on per-spawn
system-prompt temp file so non-root child processes can read it after dropping
privileges. Regression introduced by v1.3.4 (#1376) when Windows cmdline hotfix
switched to file-based prompt with default0o600perms.
Impact: 100% ofrun_as_userusers blocked at agent startup on beta.1/beta.2.
Reported by @vuyiv (#1429), fixed by @chenhg5 (#1433).
Features
- Zhipu GLM provider presets — add
z.aiandbigmodel(CN) preset entries
to embeddedprovider-presets.json. Pure additive (#1412, @clingnet).
Chore
.gitignore: add.worktrees/for local-only multi-agent scratch dirs (#1443).
Install
# npm (beta channel)
npm install -g cc-connect@beta
# Binary: download from assets belowFull changelog: changelogs/v1.4.0-beta.3.md
Diff from beta.2: v1.4.0-beta.2...v1.4.0-beta.3