AI Devtools Radar

Claude Code

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

2 个来源在监控

变化时间线

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