Claude Code 2.1.183 — safer auto mode, deprecation warnings
Auto mode now blocks destructive git and infrastructure commands unless you explicitly asked for them.
• git reset --hard, git checkout -- ., git clean -fd, git stash drop blocked by default
• git commit --amend blocked unless the agent made the original commit this session
• terraform destroy, pulumi destroy, cdk destroy blocked unless you named the specific stack
Model deprecation warnings now shown on stderr in print mode (-p) and via agent frontmatter. Added /config --help and attribution.sessionUrl to strip claude.ai session links from commits in web and Remote Control sessions.