Claude Code 2.1.143
Official changelog
What It Means
Added plugin dependency enforcement: `claude plugin disable` now refuses when another enabled plugin depends on the target (with a copy-pasteable disable-chain hint), and `claude plugin enable` force-enables transitive dependencies
增加了插件依赖保护机制。以前禁用插件时可能会误伤其他依赖它的插件,现在系统会阻止这种操作并给出提示;启用插件时也会自动开启它所依赖的其他插件,防止出错。比如插件 A 依赖插件 B,以前禁用 B 会导致 A 坏掉,现在禁用 B 时会提示“无法禁用,因为 A 正在使用它”。