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