AI Devtools Radar

Claude Code

代码助手claude.com11 条已发布变化

2 个来源在监控

变化时间线

api

添加 CLAUDE_CODE_SUBAGENT_MODEL_FORCE 环境变量用于子代理模型控制

用户现在可以通过 CLAUDE_CODE_SUBAGENT_MODEL_FORCE 强制所有子代理使用特定模型,覆盖每个生成和代理定义的模型覆写。

证据
+Added <code>CLAUDE_CODE_SUBAGENT_MODEL_FORCE</code> to apply <code>CLAUDE_CODE_SUBAGENT_MODEL</code> (or the main model) to every subagent, ignoring per-spawn and agent-definition model overrides

github.com

featurehigh

添加了 Claude Fable 5.1 模型(具有 1M context),作为新的默认 Fable 模型

用户现在可以访问 Claude Fable 5.1 (claude-fable-5-1) 作为默认 Fable 模型,拥有 1M context window,定价为 $10/$50 per Mtok,cache 读取为 $0.25/Mtok,性能更优。

证据
+Added Claude Fable 5.1 (<code>claude-fable-5-1</code>), now the default Fable model — 1M context, $10/$50 per Mtok with $0.25/Mtok cache reads

github.com

other

修复在某些 Mac 上 Bash 命令因任务交换错误而失败的问题

Mac 用户运行 Bash 命令时,当任务目录被移动或链接时,将不再遇到 'task output swap refused' 错误。

证据
+Fixed Bash commands failing with "task output swap refused (tasks dir moved or linked)" on some Macs

github.com

other

使用限制消息现在包括 session 和周限制的重置时间信息

用户在达到月度限制时,将看到 session 或周支出限制的重置时间。

证据
+The usage-limit message shown when your monthly spend limit is already used up now also says when your session or weekly limit resets

github.com

feature

添加了 ANTHROPIC_DEFAULT_MODEL 环境变量用于持久化模型选择

用户现在可以通过环境变量为新会话设置默认模型,/model 选择器仍允许覆盖且在重启后保持。

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

github.com

other

修复了预注册 OAuth 客户端的 MCP OAuth 登录重定向 URI 不匹配问题

使用预注册 OAuth 客户端(如 Slack)进行 MCP 身份验证的开发者现在可以成功认证,无需重定向 URI 不匹配。

证据
+Fixed MCP OAuth sign-in failing with a redirect URI mismatch for servers that use a pre-registered OAuth client, such as Slack

github.com

positioning

移除了过时的说明,该说明曾声称 Pro、Max 和 Team 计划中的自动模式会话成本更高

Pro、Max 和 Team 计划上的用户将不再在首次使用通知中看到关于自动模式定价的误导性说明。

证据
+Removed the outdated note about auto mode sessions costing slightly more from the first-use notice for Pro, Max, and Team plans

github.com

otherhigh

修复通过精心构造的命令进行的 Bash 权限绕过漏洞

解决了精心构造的 Bash 命令可能绕过权限检查的安全漏洞

证据
+Fixed a Bash permission bypass where a crafted command could hide parts of itself from permission checks

github.com

feature

Claude 不再自动运行 /verify 和 /code-review skill,需显式调用

用户现在必须显式调用 /verify 和 /code-review 命令,而不是让 Claude 自动运行它们,用户对这些技能的执行时机有了更多控制权。

证据
+Claude no longer runs the `/verify` and `/code-review` skills on its own; invoke them with `/verify` or `/code-review` when you want them

github.com

api

为 OpenTelemetry 日志事件属性添加了消息关联和工具来源追踪功能

开发者现在可以在 OpenTelemetry 日志中使用 message.uuid、client_request_id 和 tool_source 属性来关联消息并追踪工具来源。

证据
+Added `message.uuid`, `client_request_id`, and `tool_source` attributes to OpenTelemetry log events for message-level correlation and tool provenance

github.com

other

多个权限检查和命令验证的安全修复

修复了关键安全问题,包括 PowerShell 的权限检查绕过、文件描述符重定向处理和 bash 权限检查中的自动批准漏洞。

证据
+Fixed a permission-check bypass affecting commands run in Windows PowerShell 5.1 sessions; Fixed Bash permission checks to fail closed on file-descriptor redirect forms; Fixed Bash permission checks misjudging very long commands — commands over 10,000 characters now always prompt instead of running automatically

github.com