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 updatesMore AI news
- Weekly DigestCursor Composer 2.5 and Claude Code Agent Fixes Lead Weekly Updates
Cursor, Claude Code, and OpenAI Codex each released targeted improvements this period that refine agent behavior, session controls, and integration points for coding workflows across IDEs and terminals.
- App UpdateAdd doctor warnings for hidden MCP server tools
The doctor utility now warns users when sandbox tool policies hide configured Model Context Protocol (MCP) server tools before provider requests are made.
- App UpdateExpose stale-running task maintenance details in CLI
The tasks maintenance CLI command now outputs detailed JSON explanations for retained and reconcile candidates, detailing backing-session, cron, CLI, and wedged-subagent states.