Skip to content

clawgod

v1.0.6 Feature

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

Published 1mo 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

Affected surfaces

auth breaking_upgrade

Summary

AI summary

Patch verifier now fails hard when regex matches are missing and attachment/message filters support v2.1.110 syntax.

Full changelog

Fixes

  • Patch verifier catches silent failures on new cli.js versions — the patcher previously reported "already applied" whenever a regex had zero matches, which silently masked regressions on v2.1.110 where two filter patches had stopped matching. Each patch now declares a sentinel string; 0 matches with the sentinel still present is reported as a hard failure.
  • Attachment filter bypass — v2.1.110 compatibility — extended regex to match the new fn()!=="ant"&&paY.has(...) form alongside the legacy ){if(...) form. In v2.1.110 paY is an empty Set so the filter is effectively a no-op, but the patch now guards against future repopulation.
  • Message list filter bypass — v2.1.110 compatibility — split into two branches: legacy ternary (fn()!=="ant"?...:...) and the v2.1.92+ s_8 form (if(fn()==="ant")return _;let z=...;return FaY(_,z)). Both shapes now patch cleanly.
  • Unique check no longer masks regex staleness — patches marked unique:true used to fail immediately on 0 matches; they now fall through to sentinel verification.

Infrastructure

  • Installers remove the old ~/.clawgod/extract-natives.mjs scratch file after native-module extraction completes (cleanup).

Install / Upgrade

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

Verified against: v2.1.92 and v2.1.110 (23 patches applied, 0 failed, re-run on patched file correctly reports "already applied" via sentinel).

Closes: #19, #23, #27, #31

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]