Summary

Anthropic's May 6 Claude Code patch line bundled several developer-facing fixes and controls across v2.1.129 through v2.1.132. The releases added remote plugin ZIP loading, an opt-out for the alternate-screen renderer, and fixes for Windows VS Code activation and Mantle endpoint authentication.

What changed

Claude Code's v2.1.129-v2.1.132 releases added plugin URL loading and environment controls while fixing Windows extension activation and Mantle auth regressions.

Why it matters

This is a good example of terminal coding tools maturing through infrastructure and reliability work instead of headline model changes. Plugin distribution, terminal control, and Windows stability all directly affect whether a coding agent feels deployable across real teams.

Evidence excerpt

Anthropic's May 6 release cluster added --plugin-url support, alternate-screen controls, and fixes for Windows VS Code activation and Mantle auth handling.

Sources