anthropics/claude-code v2.1.163
Anthropic Releases Claude Code v2.1.163 with Enhanced Version Control and Plugin Management
TL;DR
- Version governance: New managed settings allow administrators to enforce minimum and maximum Claude Code versions, preventing incompatible deployments
- Improved developer experience: Fresh
/plugin listcommand and clipboard shortcuts streamline workflow management - Infrastructure stability: Bug fixes address hanging processes and session consistency across distributed systems
What happened
Anthropic has rolled out Claude Code v2.1.163, introducing significant improvements to version control, plugin management, and system stability. The release, published on GitHub, reflects the company's focus on enterprise-grade reliability and developer experience for its code execution platform.
The headline feature addresses a critical pain point for organizations managing multiple Claude Code instances: administrators can now set requiredMinimumVersion and requiredMaximumVersion parameters that prevent the system from running outside approved ranges. When version requirements are violated, Claude Code refuses to start and directs users to compliant versions—essential for enforcing security patches and preventing compatibility issues across distributed teams.
On the usability front, developers gain a /plugin list command with filtering options (--enabled and --disabled flags), simplifying plugin inventory management. A new "copy to clipboard" shortcut in the /btw command preserves markdown formatting when pasting results elsewhere, addressing a frequent workflow friction point.
The update also strengthens Claude Code's hook architecture. The Stop and SubagentStop hooks can now return additionalContext through hookSpecificOutput, enabling feedback loops without triggering error states—a nuanced improvement for complex automation scenarios.
Infrastructure improvements include better handling of background shell processes (now forcefully terminated ~5 seconds after completion rather than hanging indefinitely) and consistent session ID propagation for stdio MCP servers during resume operations. A new \$ escape syntax in skill command bodies allows literal dollar signs before digits without variable expansion.
These changes position Claude Code for more reliable enterprise deployment while maintaining the flexibility developers expect.
Learn more
Track ongoing development at github.com/anthropics/claude-code This article does not contain affiliate links.