This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryAdded update notification in wrapper, fixed '--version' support in patcher, and updated PowerShell install script.
Full changelog
Changes
- feat(wrapper): add update notification via GitHub API check
- fix(patcher): add
allowUnknownOptionto update command for--versionsupport (Closes #116)
Update notification
ClawGod now checks for new releases on startup (once every 24h, non-blocking). If a newer version is available, a one-line notice appears before Claude starts:
[clawgod] v1.4.0 available (installed: v1.3.1) — run 'claude update' to upgrade
- Cached locally (
~/.clawgod/.update-check), only hits GitHub API once per 24h - Async fire-and-forget — zero startup delay
- Fails silently in offline environments
claude update --version fix (#116)
Fixed error: unknown option '--version' on Windows (and all platforms). Commander rejected unregistered options before reaching the action handler. Added .allowUnknownOption() to the update subcommand so --version and --no-upgrade flags pass through correctly.
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.3.0...v1.3.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]