Skip to content

ClawGod v1.6.0

Choose a tag to compare

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

Changes

  • feat: three-level lean mode (on / max / off)
  • feat: instant wrapper toggle via claude --lean-on / claude --lean-max / claude --lean-off

Three-Level Lean Mode

Token optimization now has three levels, with state persisted across updates:

Level Command What it does
on (default) claude --lean-on Deny unused tools (DesignSync, NotebookEdit, Cron*, etc.) + disable Workflows/RemoteControl/Artifact
max claude --lean-max All of "on" + deny Plan mode, Agent Teams, bundled skills. Maximum token savings
off claude --lean-off Restore all tools and features
  • Default is on — applied automatically on install
  • State persists across claude update — your choice is never overwritten
  • Toggle is instant (claude --lean-max), no reinstall needed
  • Non-destructive: only adds keys absent from your existing settings

Max Level Details

In addition to the base lean settings, --lean-max also removes:

  • EnterPlanMode / ExitPlanMode (plan mode still available via /plan)
  • SendMessage (Agent Teams subagent communication)
  • ScheduleWakeup (/loop functionality)
  • AskUserQuestion, ReportFindings
  • disableBundledSkills: true (removes all built-in skill catalog)

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.1...v1.6.0