Voices
Claude Code's June 19 Release Hardens Auto Mode — Destructive git, terraform, and pulumi/cdk Commands Now Blocked Unless You Ask
Claude Code's June 19 release notes add real guardrails to Auto Mode: it now blocks destructive git commands (reset --hard, checkout -- ., clean -fd, stash drop) when you didn't ask to discard work, blocks git commit --amend on commits the agent didn't make this session, and blocks terraform/pulumi/cdk destroy unless you named the specific stack. For anyone running agents unattended overnight, these directly target the classic 'the agent nuked my uncommitted changes' failure mode. The same release also clears startup clutter and fixes subagent, WebSearch, and background-task bugs.
↳ Follow the thread