agents.changelog

official sources · ongoing coverage

Release history

All retained Claude Code updates

Claude Code update feed

New

Claude Code

2 updates

Claude Code 2.1.245

no notable user-facing improvements in this release

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

Claude Code 2.1.246

Added an Auto mode tab to /permissions for viewing and editing auto mode classifier rules

解读这次更新在权限设置界面新增了一个“Auto mode”标签页,让你可以直接查看和修改自动模式分类器的规则。简单说,就是你现在可以更方便地管理AI在自动模式下的行为规则了。

Claude Code 2.1.243

Added a Loops breakdown to /usage: per-loop run count, total tokens, tokens per run, and last run, so runaway or chatty /loop tasks are easy to spot

解读新增 /usage 中的 Loops 细分统计,可以查看每个循环任务的运行次数、总 token 消耗、每次运行的 token 数和最后运行时间,方便快速识别失控或过于频繁的 /loop 任务。比如,如果某个循环任务在后台空转消耗大量 token,你可以通过这个功能立刻发现并停止它。

Claude Code 2.1.241

no notable user-facing improvements in this release

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

Claude Code 2.1.240

no notable user-facing improvements in this release

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

Claude Code 2.1.239

Added the one-time fullscreen renderer offer on Bedrock, Vertex, Foundry and other previously excluded setups; new installs there now start in fullscreen

解读这次更新让之前不支持全屏界面的平台(如 Bedrock、Vertex、Foundry 等)在全新安装后默认使用全屏渲染器;对老用户会提供一次性切换机会。这意味着在这些云端或第三方环境下使用 Claude Code 时,界面会和本地终端一样完整全屏,体验更统一。

Claude Code

2 updates

Claude Code 2.1.238

Added a keybindingFlavor setting: set it to "readline" to make Ctrl+W in the prompt delete back to the previous whitespace, as in Bash; the default ("classic") is unchanged

解读新增 keybindingFlavor 设置,可设为 readline,让 Ctrl+W 像 Bash 一样删除到前一个空白位置;默认 classic 行为不变。

Claude Code 2.1.237

Added a built-in "Concise" output style: Claude leads with results and skips preamble and narration, while doing the work just as thoroughly. Select it under Output style in /config.

解读新增了一个内置的“简洁”输出风格。开启后,Claude 会直接给出核心结果,不再先说一堆铺垫或旁白,但实际工作还是会一样认真完成。你可以在 /config 里的“输出风格”选项中选中它。适合想要快速看到结论、不喜欢啰嗦的用户。

Claude Code 2.1.236

Added ANTHROPICDEFAULTMODEL environment variable: sets the model new sessions start on, while a /model pick still overrides it and persists across restarts (unlike ANTHROPIC_MODEL)

解读新增环境变量 ANTHROPICDEFAULTMODEL,用来设置新会话默认使用的模型。你可以通过它预先指定默认模型,而 /model 选择器依然可以临时切换并记住选择,即使重启后也有效。比如在启动 Claude Code 前设置 export ANTHROPICDEFAULTMODEL=claude-sonnet-4-5,新会话就会默认使用该模型。

Claude Code 2.1.235

Added an optional spellcheck setting that underlines misspelled words in the prompt input as you type, using your installed aspell, hunspell, or ispell

解读新增了可选的拼写检查功能,在提示输入框中会为拼写错误的单词添加下划线,帮助你及时发现拼写错误。它使用系统中安装的 aspell、hunspell 或 ispell 工具。实际使用中,你可以在设置里开启这个选项,然后打字时就能看到错误提示。例如,输入“recieve”时,它会标出下划线提示应为“receive”。

Claude Code 2.1.234

Added the optional CLAUDECODEPROJECTDIRNAME environment variable: hosts that give each session its own config directory can choose a short name for the per-project transcript directory

解读新增可选的 CLAUDECODEPROJECTDIRNAME 环境变量:对于为每个会话提供独立配置目录的主机,可以用它给每个项目的会话记录目录设置一个简短名称。这能让配置目录的命名更灵活、更短。

Claude Code 2.1.233

Added GitLab merge request URL support to the --worktree flag and the claude agents view (where MRs display as !N)

解读为 --worktree 参数和 claude agents 视图新增了 GitLab 合并请求 URL 支持,合并请求会显示为 !N,方便用户直接引用和跳转到对应的 MR。

Claude Code

2 updates

Claude Code 2.1.232

Subagent forking is now on by default: a subagent_type: "fork" subagent inherits the full conversation and prompt cache, and non-teammate agent spawns in interactive sessions now run in the background by default

解读子代理分叉功能现在默认开启:当你把子代理类型设为 fork 时,它会继承完整的对话历史和提示缓存,不用重新上传上下文;在交互式会话中,非队友的代理也会默认在后台运行,不会阻塞你继续操作。

Claude Code 2.1.231

no notable user-facing improvements in this release

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

Claude Code 2.1.229

Added server-supplied Claude Code hook support for self-hosted runner sessions, matching managed-environment behavior

解读服务器支持的Claude Code钩子(hook)现已适用于自托管runner会话,与托管环境行为一致。这意味着自托管环境也能使用服务器端配置的钩子,便于实现自动化操作。

Claude Code 2.1.228

Improved cross-session messages: the sender and body now display inline instead of a collapsed line, and messages to Remote Control sessions on other machines show your Remote Control session name as the sender

解读跨会话消息现在会在界面中直接显示发送者和内容,而不是折叠成一行。以前需要展开才能看到,现在更直观。另外,当你向其他机器上的远程控制会话发消息时,发件人会显示为你的远程控制会话名称,方便区分。

Claude Code 2.1.227

Improved slash-command menu: blue now marks only the selected row, matched characters are bolded instead of recolored, and emoji or accented names keep their glyphs

解读改进了斜杠命令菜单的显示效果:现在只有选中的那一行会显示蓝色,匹配的字符用加粗来突出而不是改变颜色,并且包含表情符号或带重音符号的名称会保持原样显示。这让菜单看起来更清楚,选择时不容易看错。

Claude Code

2 updates

Claude Code 2.1.225

Added gateway spend-limit support to Claude Code's usage warning; the limit-reached message now names the cap, its reset time, and the operator's message (requires the gateway on 2.1.225)

解读这次更新为 Claude Code 的用量警告增加了网关(gateway)消费上限支持。当达到限额时,提示信息会明确告诉你上限是多少、什么时候重置,以及操作者留下的说明。这样你就能知道为什么被限制以及何时恢复。需要网关端也升级到 2.1.225 才能生效。

Claude Code 2.1.226

no notable user-facing improvements in this release

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

Claude Code 2.1.224

Added self-hosted environments: claude self-hosted-runner turns your own machines or containers into a place Claude Code web, mobile, and desktop sessions can run, on Team and Enterprise plans

解读新增自托管运行器功能:你可以把自己的机器或容器变成 Claude Code 的会话运行环境,网页、移动端和桌面端会话都能在上面运行。对团队/企业版用户,这意味着数据可以留在自己的基础设施内,更安全可控。例如,你可以用一台内部服务器作为 runner,所有 Claude Code 任务都在该机器上执行。

Claude Code 2.1.223

Added owner wildcard entries ("owner/*") to the strictKnownMarketplaces and blockedMarketplaces managed settings for allowing or blocking all marketplace repos under a GitHub org

解读这次更新为「严格已知市场」和「阻止市场」的管理设置增加了「owner/*」通配符支持。以前你需要逐个列出仓库,现在可以一次允许或阻止某个 GitHub 组织下的所有市场仓库。例如,设置「my-org/*」就能统一管理该组织的所有插件或扩展,大大简化了批量管理。

Claude Code

2 updates

Claude Code 2.1.222

no notable user-facing improvements in this release

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

Claude Code 2.1.221

[VSCode] Added Focus view: a chat-menu toggle that hides tool activity behind an expandable per-turn summary with a live running-tool indicator, toggled with Ctrl+Alt+F or the "Claude Code: Toggle Focus view" command

解读在 VSCode 中新增了一个“焦点视图”功能。你可以通过聊天菜单切换它,它会将工具运行时的详细活动隐藏起来,只显示一个可展开的每轮摘要,并带有一个实时运行工具的指示器。你可以用快捷键 Ctrl+Alt+F 或命令“Claude Code: Toggle Focus view”来切换。这个功能让你在关注对话内容时不被工具执行细节打扰,同时又能随时展开查看发生了什么。