github chenhg5/cc-connect v1.4.0-beta.3

latest releases: v1.4.1, v1.4.0
pre-release6 hours ago

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_user EACCES regression — chmod 0o644 on 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 default 0o600 perms.
    Impact: 100% of run_as_user users blocked at agent startup on beta.1/beta.2.
    Reported by @vuyiv (#1429), fixed by @chenhg5 (#1433).

Features

  • Zhipu GLM provider presets — add z.ai and bigmodel (CN) preset entries
    to embedded provider-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 below

Full changelog: changelogs/v1.4.0-beta.3.md
Diff from beta.2: v1.4.0-beta.2...v1.4.0-beta.3

Don't miss a new cc-connect release

NewReleases is sending notifications on new releases.