Claude Code v2.1.178–v2.1.185: auto-mode guardrails, /config syntax
Claude Code shipped eight releases this week (v2.1.178–v2.1.185). v2.1.183 hardened auto mode: destructive git commands (reset --hard, checkout -- ., clean -fd, stash drop) are blocked when you didn't ask to discard work, commit --amend is blocked on commits the agent didn't make this session, and terraform/pulumi/cdk destroy require an explicit request. v2.1.181 added /config key=value to set any setting from the prompt and a CLAUDE_CLIENT_PRESENCE_FILE env var to suppress mobile push notifications. v2.1.178 added Tool(param:value) permission rules (e.g. Agent(model:opus) to block Opus subagents) and now loads skills from nested .claude/skills directories. v2.1.179 preserved partial responses on mid-stream connection drops.
Source