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, default, and Non-destructive across a mixed release.
Full changelog
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(/loopfunctionality)AskUserQuestion,ReportFindingsdisableBundledSkills: 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: https://github.com/0Chencc/clawgod/compare/v1.5.1...v1.6.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]