Latest official AI agent updates and release notes.

Latest updates

Claude Code

May 15, 2026

Showing 1 of 18 updates

Claude Code 2.1.143

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 正在使用它”。

OpenClaw

May 14, 2026

Showing 1 of 14 updates

OpenClaw 2026.5.12

Highlights: Leaner installs: WhatsApp, Slack, Amazon Bedrock, Anthropic Vertex, and related provider/plugin dependency cones moved out of the core runtime so installs only pull what you use.

安装包“瘦身”了:以前安装 OpenClaw 时,不管你用不用 WhatsApp 或 Slack,都会把它们的依赖包全装上,导致安装包很大。现在这些变成了可选插件,核心安装包变小了,你需要什么才装什么。这意味着安装速度更快,占用的磁盘空间更少。

OpenAI Codex

May 8, 2026

Showing 1 of 4 updates

Codex CLI 0.130.0

New Features: Plugin details now show bundled hooks, and plugin sharing exposes link metadata plus discoverability controls.

插件详情页现在会显示捆绑的“钩子”脚本,这意味着你能清楚看到插件在后台自动运行了哪些操作,增加了透明度和安全性。同时,分享插件时增加了链接元数据和可发现性控制,让你能更好地管理谁能看到或搜索到你分享的插件。例如,安装一个自动保存插件时,详情页会明确列出它包含的“保存时自动格式化”钩子。