AI Devtools Radar

Claude Code

Code assistantsclaude.com3 published changes

2 sources under watch

Change timeline

feature

Claude no longer auto-runs /verify and /code-review skills; must be explicitly invoked

Users must now explicitly invoke /verify and /code-review commands instead of Claude running them automatically, giving users more control over when these skills execute.

Evidence
+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

Added OpenTelemetry log event attributes for message correlation and tool provenance

Developers can now use message.uuid, client_request_id, and tool_source attributes in OpenTelemetry logs to correlate messages and track tool origins.

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

github.com

other

Multiple security fixes for permission checks and command validation

Fixed critical security issues including permission check bypasses in PowerShell, file-descriptor redirect handling, and auto-approval vulnerabilities in bash permission checks.

Evidence
+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