Anthropic / Claude / Claude Code / リリースノート / 2026/05/15 / 重要
Anthropic 2026年5月15日のリリースノート解説: Claude Code 2.1.143
公式リリースノート
Anthropic は Claude Code changelog で、2026年5月15日付の 2.1.143 を公開しました。plugin dependency enforcement、plugin marketplace の context cost 表示、worktree.bgIsolation 設定、Windows / PowerShell / background sessions まわりの修正を含む、運用寄りの更新です。
要点
claude plugin disableが依存されている plugin の無効化を拒否し、disable-chain hint を出すようになったclaude plugin enableは transitive dependencies を force-enable する/pluginmarketplace browse pane に projected context cost が追加されたworktree.bgIsolation: "none"により、background sessions が working copy を直接編集できる設定が追加された- Windows / PowerShell / background sessions /
/goal/ agent view など、実運用で効く修正が多い
今回のリリースノートで語られていること
Claude Code 2.1.143 は、目立つ単一機能というより、plugin、background sessions、Windows support、agent view の運用品質をまとめて改善する version entry です。plugin dependency enforcement では、ある enabled plugin が対象 plugin に依存している場合、claude plugin disable が拒否され、無効化する順序を copy-paste しやすい hint として示すようになりました。逆に、claude plugin enable は transitive dependencies を force-enable します。
これは plugin ecosystem が複雑になったときに効く変更です。skills、hooks、MCP configs、agents を plugin として配布する環境では、依存関係を無視して一部だけ無効化すると、チーム全体の developer workflow が壊れる可能性があります。dependency enforcement は、Claude Code の plugin 管理を個人設定から組織的な配布・運用に近づけるものです。
/plugin marketplace browse pane に projected context cost が出る点も、地味ですが重要です。plugin や skill を増やすほど、Claude Code の context に何が載り、どれだけ token cost を増やすかが運用課題になります。per-turn と per-invocation の token estimates を見られれば、便利な plugin を入れすぎて毎回の context が重くなる問題を検知しやすくなります。
worktree.bgIsolation: "none" は、background sessions が EnterWorktree を使わず working copy を直接編集できる設定です。worktrees が現実的でない repository では便利ですが、同じ working copy を複数 session が触るリスクもあるため、チームの運用ルールが必要です。PowerShell tool が Windows の Bedrock / Vertex / Foundry users で default enabled になった点、execution policy の扱い、background sessions の model / effort preservation、agent sessions の auto mode cycle、各種 Windows Terminal / WSL 修正も、Claude Code を日常利用するチームには効きます。
対象になりそうなチーム
- Claude Code plugins / skills / hooks をチーム配布している engineering enablement team
- Windows、Bedrock、Vertex、Foundry 環境で Claude Code を使う開発チーム
- background agents、agent view、worktree isolation を使って並行開発するチーム
実務で確認したいポイント
plugin dependency enforcement により、既存 plugin の enable / disable 手順が変わる可能性があります。plugin を組織配布している場合は、依存関係と disable 手順を README や runbook に反映します。worktree.bgIsolation: "none" は便利ですが、同一 working copy の競合を起こしやすいため、適用対象 repo を慎重に選ぶべきです。
結局、この更新をどう見るべきか
Claude Code 2.1.143 は、Claude Code を個人の CLI からチーム運用の agentic development 環境へ近づける更新です。plugin dependency、context cost、background session、Windows support は、導入規模が大きいほど早めに確認すべき領域です。