ClawGod v1.4.1
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 | bashWindows (PowerShell):
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iexFull changelog: v1.4.0...v1.4.1