Under the hood
Claude Code now internally marks the start and end of each tool call for both local and remote execution
What
The internal code path that runs a tool call, whether it executes on the local machine or on a remote host, now records a marker just before and just after the actual call.
Why
This is internal instrumentation. It does not change what happens when a tool runs, but lays groundwork for measuring or tracking tool execution more precisely.