Skip to content

ClawGod v1.4.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 09:40

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: v1.4.0...v1.4.1