Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

Per-tool CPU accounting now split by phase via a dedicated file

Claude Code now tracks CPU usage per phase for individual shell tool calls

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTelemetrywhat it touches
KindInternal Changesin v2.1.273,
Under the hood

Claude Code now tracks CPU usage per phase for individual shell tool calls

What

Claude Code has a new helper that computes a file path used to track CPU usage broken down by phase for shell tool calls, skipping session IDs that look like sub-paths or start with "cc-". This is used to log a tengu_tool_cpu_by_phase telemetry event, and it fails gracefully with a fallback message if the tracking file can't be created.

Why

This gives more detailed CPU usage data for shell commands, broken down by phase, which can help diagnose performance issues in specific stages of command execution.

See this entry in the whole of v2.1.273 →

Feedback