Summary

Anthropic released Claude Code v2.1.152 with a tighter review-to-fix loop for coding agents. The release adds /code-review --fix, makes /simplify call that workflow automatically, and expands live skill and plugin controls for more autonomous sessions.

What changed

Claude Code v2.1.152 introduced auto-applying review findings, live skill reload commands and hooks, broader plugin governance controls, and additional workflow and UI fixes.

Why it matters

This moves Claude Code further from chat-style assistance toward agentic code remediation inside the terminal. The key shift is that review and execution are now closer to a single workflow, which raises the baseline for competing coding agents and CLI copilots.

Evidence excerpt

The release adds /code-review --fix, routes /simplify through that flow, enables live skill reloads, and removes the extra opt-in gate for auto mode.

Sources