Claude Code v2.1.143: Plugin Dependency Enforcement and PowerShell Bypass
TL;DR
Enforced plugin dependencies during enable/disable actions. PowerShell now runs with execution policy bypass by default, and background sessions can now edit working copies directly via a new isolation setting.
Claude Code version 2.1.143 brings better control over plugins. Dependencies are now enforced when enabling or disabling them. This reduces errors for users who work with multiple add ons.
PowerShell runs with an execution policy bypass turned on automatically. Scripts execute without needing manual adjustments each time. Business owners can handle automation tasks with fewer interruptions.
A new isolation setting allows background sessions to edit working copies directly. Teams can make changes without affecting main files right away. This update supports smoother daily operations for AI tool users.
Who this matters for
- Vibe Builders: Use the PowerShell bypass to run complex automation scripts without hitting Windows security blocks.
- Developers: Manage plugin dependencies automatically to prevent environment crashes when scaling custom toolsets.
Harsh’s take
Claude Code is maturing into a legitimate terminal powerhouse. The enforcement of plugin dependencies shows Anthropic is preparing for a more complex ecosystem of third party extensions. This prevents the fragile dependency hell that often plagues early stage CLI tools.
Moving to a default PowerShell bypass is a pragmatic win for Windows users, removing a common friction point for local script execution. The isolation setting for background sessions is the real sleeper hit here. Allowing background tasks to edit working copies directly enables more sophisticated agentic workflows.
You can now have Claude refactoring code in the background while you maintain focus on the primary terminal session. This update prioritizes reliability and deep integration over flashy features, which is exactly what a professional CLI needs to survive.
by Harsh Desai
About Claude Code
View the full Claude Code page →All Claude Code updatesGo deeper
More from Claude Code
- FeatureClaude Code adds /rewind command and fixes scroll behavior
Claude Code adds support for the /rewind command to resume conversations from before a clear. The update fixes scroll position jumping during streaming responses and prevents stopped background agents from resurrecting.
- FeatureClaude Code adds organization default models and clickable file attachments
Claude Code now allows admins to set organization default models. The update also adds readable default session names, clickable file attachments in chat, and enhanced security for MCP server spawning.