agents.changelog

official sources · ongoing coverage

Official agent updates · explained

Agent Updates: Official AI Agent Release Notes

Agent Updates is an official AI agent updates tracker for release notes, changelogs, and product changes from AI agents and workspaces. Browse the latest agent updates below, or choose an agent to explore its release history.

Release history

All retained Claude Code updates

New

Claude Code 2.1.207

Auto mode is now available without CLAUDECODEENABLEAUTOMODE opt-in on Bedrock, Vertex AI, and Foundry; disable via disableAutoMode in settings

解读自动模式现在可以在 Bedrock、Vertex AI 和 Foundry 上无需环境变量即可使用,你可以通过设置中的 disableAutoMode 选项来关闭它。这意味着用户无需手动配置即可在这些平台上享受自动模式带来的便利,同时保留关闭的灵活性。

Claude Code 2.1.206

Added directory path suggestions to /cd, matching /add-dir behavior

解读新增/cd命令的目录路径自动补全功能,现在输入/cd时会出现目录建议,类似于/add-dir的体验,让你能更快切换到目标目录。

Claude Code

2 updates

Claude Code 2.1.205

Added an auto mode rule that blocks tampering with session transcript files

解读新增自动模式规则,防止会话记录文件被篡改,增强安全性。

Claude Code 2.1.204

no notable user-facing improvements in this release

解读此版本无值得关注的用户可见改进

Claude Code 2.1.203

Added a warning when your login is about to expire, so you can re-authenticate before background sessions are interrupted

解读新增登录即将过期的警告,方便用户在后台会话中断前重新认证,提升使用体验。

Claude Code 2.1.202

Added a "Dynamic workflow size" setting in /config for controlling how large Claude generally makes dynamic workflows (small/medium/large agent counts) — an advisory guideline, not an enforced cap

解读新增动态工作流大小设置,你可以在 /config 中选择小/中/大来控制工作流使用的代理数量,这是一个参考指南而非强制限制。

Claude Code

2 updates

Claude Code 2.1.200

Changed AskUserQuestion dialogs to no longer auto-continue by default; opt into an idle timeout via /config

解读当 Claude Code 需要向你提问时,默认不再自动继续执行。你可以通过 /config 命令设置空闲超时时间,让对话在指定时间内无操作后自动继续。这让你有更多时间思考问题,而不会被对话自动推进。

Claude Code 2.1.201

no notable user-facing improvements in this release

解读此版本无值得关注的用户可见改进

Claude Code 2.1.199

Stacked slash-skill invocations like /skill-a /skill-b do XYZ now load all leading skills (up to 5), not just the first

解读之前使用堆叠的斜杠技能调用(如 /skill-a /skill-b)时,只会加载第一个技能。现在会加载所有前导技能(最多5个),这意味着你可以一次性调用多个技能,提高效率。

Claude Code 2.1.198

Subagents now run in the background by default, so Claude keeps working while they run and is notified when they finish (previously a gradual rollout)

解读子代理现在默认在后台运行,这样Claude可以在它们运行的同时继续工作,并在完成后收到通知。这意味着你可以让Claude同时处理多个任务而不会阻塞主会话。

Claude Code 2.1.197

Introducing Claude Sonnet 5: now the default model in Claude Code, with a native 1M-token context window and promotional pricing of $2/$10 per Mtok through August 31. Update to version 2.1.197 for access. https://www.anthropic.com/news/claude-sonnet-5

解读Claude Code 现在默认使用新推出的 Claude Sonnet 5 模型,该模型拥有原生 100 万 token 的上下文窗口(可以一次性处理超长文本),并享受促销定价:输入每 100 万 token 2 美元,输出每 100 万 token 10 美元,优惠持续到 8 月 31 日。升级到 2.1.197 版本即可体验。例如,你可以在一个对话中上传整本书或大型代码库,模型仍能准确理解上下文。

Claude Code 2.1.196

Added support for organization default models — admins set it in the org console; it shows as "Org default" (or "Role default") in /model when you haven't picked one yourself

解读新增了组织默认模型功能。管理员可以在组织控制台中设置默认模型,当你没有选择模型时,在 /model 中会显示为“组织默认”(或“角色默认”),简化了团队使用时的模型选择。

Claude Code 2.1.195

Added CLAUDECODEDISABLEMOUSECLICKS to disable mouse click/drag/hover in fullscreen mode while keeping wheel scroll

解读新增环境变量,可禁用全屏模式下的鼠标点击、拖拽、悬停,只保留滚轮。适合需要在全屏模式下防止误触的场景。

Claude Code 2.1.193

Added autoMode.classifyAllShell setting to route all Bash/PowerShell commands through the auto-mode classifier instead of only arbitrary-code-execution patterns

解读新增了一个设置选项,让所有Bash/PowerShell命令都经过自动模式分类器处理,而不仅仅是那些可能执行任意代码的命令。这意味着更全面的命令管控,提高安全性。

Claude Code

2 updates

Claude Code 2.1.190

no notable user-facing improvements in this release

解读此版本无值得关注的用户可见改进

Claude Code 2.1.191

Added /rewind support for resuming a conversation from before /clear was run

解读新增了/rewind命令,允许你在执行/clear清除对话后,仍然能回到之前的对话状态。这意味着如果你不小心使用了/clear,可以用/rewind找回之前的聊天内容,避免信息丢失。

Claude Code 2.1.187

Added sandbox.credentials setting to block sandboxed commands from reading credential files and secret environment variables

解读新增了 sandbox.credentials 设置,可以阻止沙箱命令读取凭据文件和秘密环境变量,提升安全性,避免敏感信息泄露。

Claude Code 2.1.186

Added claude mcp login and claude mcp logout to authenticate MCP servers from the CLI without opening the interactive /mcp menu, with --no-browser stdin redirect support for completing over SSH

解读新增 `claude mcp login` 和 `claude mcp logout` 命令,让你可以直接在命令行中登录或登出 MCP 服务器,不再需要打开交互式的 /mcp 菜单。此外,还支持 `--no-browser` 和标准输入重定向,方便在 SSH 会话中完成身份验证。这意味着在远程服务器或无图形界面的环境中操作更简单了。

Claude Code 2.1.185

The stream-stall hint now reads "Waiting for API response · will retry in …" instead of "No response from API · Retrying in …", and triggers after 20s of silence instead of 10s

解读这条更新改进了API请求超时时的提示信息:现在显示“正在等待API响应·将在...后重试”而不是“无API响应·正在重试...”,并且将等待时间从10秒增加到20秒。这意味着当API响应较慢时,用户会看到更准确的提示,并且有更长的等待时间,避免过早重试,提升使用体验。

Claude Code 2.1.183

Improved auto mode safety: destructive git commands (git reset --hard, git checkout -- ., git clean -fd, git stash drop) are now blocked when you didn't ask to discard local work, git commit --amend is blocked when the commit wasn't made by the agent this session, and terraform destroy/pulumi destroy/cdk destroy are blocked unless you asked for the specific stack

解读自动模式现在会阻止您未要求丢弃本地更改时执行危险的git命令(如git reset --hard、git checkout -- .等),以及阻止修改不是由当前会话代理创建的提交,并且阻止执行未明确指定的基础设施销毁命令(terraform/pulumi/cdk destroy)。这提高了自动模式的安全性,防止意外损坏代码。

Claude Code 2.1.181

Added /config key=value syntax to set any setting from the prompt (e.g. /config thinking=false) — works in interactive, -p, and Remote Control

解读新增了在提示中使用 `/config key=value` 语法直接修改设置的功能,例如 `/config thinking=false`,适用于交互式、-p 和远程控制模式,让用户无需离开对话即可调整配置。

Claude Code 2.1.179

no notable user-facing improvements in this release

解读此版本无值得关注的用户可见改进

Claude Code 2.1.178

Added Tool(param:value) syntax for permission rules to match a tool's input parameters (with * wildcard), e.g. Agent(model:opus) to block Opus subagents

解读新增了在权限规则中使用 Tool(param:value) 语法来匹配工具的输入参数,支持通配符 *,例如可以用 Agent(model:opus) 来阻止 Opus 子代理,让权限控制更精细。

Claude Code 2.1.177

no notable user-facing improvements in this release

解读此版本无值得关注的用户可见改进

Claude Code

3 updates

Claude Code 2.1.174

Added wheelScrollAccelerationEnabled setting to disable mouse-wheel scroll acceleration in fullscreen mode

解读新增了一个设置 wheelScrollAccelerationEnabled,可以禁用全屏模式下的鼠标滚轮加速,让用户在全屏时滚动更符合自己的习惯。

Claude Code 2.1.176

Session titles are now generated in the language of your conversation (set the language setting to pin a specific language)

解读现在会话标题会根据对话使用的语言自动生成,你可以通过设置 `language` 来固定使用某种语言。这意味着标题更贴合对话内容,方便识别。

Claude Code 2.1.175

Added enforceAvailableModels managed setting — when enabled, the availableModels allowlist also constrains the Default model (a Default that would resolve to a disallowed model now falls back to the first allowed model), and user or project settings can no longer widen a managed availableModels list

解读新增了 `enforceAvailableModels` 管理设置。开启后,`availableModels` 白名单也会限制默认模型(如果默认模型不在白名单中,会自动切换为第一个允许的模型),同时用户或项目设置无法再扩大管理员设置的 `availableModels` 列表。这意味着管理员可以更严格地控制可用的模型,防止用户绕过限制。例如,管理员只允许 GPT-4 和 Claude-3,用户就无法通过项目设置添加 Llama。