This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryFixed --version flag now correctly installs the specified clawgod version.
Full changelog
Changes
- fix(patcher): pass env explicitly in update spawnSync for Bun compat (Closes #119)
claude update --version fix
v1.3.1 fixed commander rejecting the --version flag (#116), but the specified version was still ignored — always installing latest.
Root cause: Bun's spawnSync does not inherit runtime modifications to process.env by default (unlike Node.js). CLAWGOD_VERSION set inside the action handler was invisible to the child process.
Fix: Add env:process.env to spawnSync options.
Install
macOS / Linux:
curl -fsSL https://github.com/0Chencc/clawgod/releases/latest/download/install.sh | bash
Windows (PowerShell):
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iex
Full changelog: https://github.com/0Chencc/clawgod/compare/v1.4.0...v1.4.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About clawgod
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]