This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Affected surfaces
Summary
AI summaryUpdates feat, ci, and PowerShell across a mixed release.
Full changelog
Changes
- feat: lean settings — auto-optimize token usage via ~/.claude/settings.json
- feat: --lean-off / --lean-on toggle for lean mode
- feat: static site updated with all new features (geo-stego, reliability, lean settings)
- ci: lean settings verification added to compat-daily workflow
Lean Settings
ClawGod now auto-merges token-saving defaults into ~/.claude/settings.json on install. Removes unused tool definitions from the API payload and disables features you don't need — saving tens of thousands of tokens per turn.
What's optimized:
permissions.deny: DesignSync, NotebookEdit, PushNotification, RemoteTrigger, CronCreate/Delete/List (removes tool definitions, not just blocks calls)disableWorkflows,disableRemoteControl,disableClaudeAiConnectors,disableArtifact
Non-destructive: only adds keys absent from your existing config. Your permissions and other settings are never overwritten.
Toggle:
claude update --lean-off # disable lean mode, restore settings
claude update --lean-on # re-enable lean mode
Static Site
https://clawgod.0chen.cc updated with geo-steganography neutralization, reliability section (Glob/Grep restore, cache optimizations, lean settings, update notification), and routing improvements.
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.4.1...v1.5.0
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]