Skip to content

clawgod

v1.3.1 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 24d AI Coding Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai assistant claude-ai claude-code claw clawcode
+8 more
limit linux macos patch skill vibe-coded vibe-coding windows

Summary

AI summary

Added 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 allowUnknownOption to update command for --version support (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

Track clawgod

Get notified when new releases ship.

Sign up free

About clawgod

All releases →

Beta — feedback welcome: [email protected]