Skip to content

ClawGod v1.5.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 17:21

Changes

  • feat(wrapper): claude --lean-off / claude --lean-on — instant lean mode toggle

Instant Lean Toggle

Lean mode can now be toggled directly from the command line without running the full installer:

claude --lean-off    # disable lean mode, restore all tools
claude --lean-on     # re-enable lean mode, save tokens

Handled in the wrapper before Claude starts — instant, no download, no re-patch.

Previously required claude update --lean-off which triggered a full installer run. The claude update path still works as a fallback.

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: v1.5.0...v1.5.1