ClawGod v1.5.0
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 modeStatic 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 | bashWindows (PowerShell):
irm https://github.com/0Chencc/clawgod/releases/latest/download/install.ps1 | iexFull changelog: v1.4.1...v1.5.0