You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(telemetry): attribute file-tool calls to ui vs llm via call_origin (#524)
Mirror the existing set_config_value call_origin pattern for read_file,
write_file, edit_block, and list_directory. The file-preview UI passes
origin:'ui' when it fires these tools to refresh/navigate (pagination,
folder expansion, link resolution, in-preview edits); the LLM's calls
default to 'llm'. server.ts records telemetryData.call_origin on the
server_call_tool event so analytics can separate UI-refresh reads from
genuine model-driven opens.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments