Skip to content

Claude Code Telemetry v0.0.12

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:00
d2993fd

Fixed

  • Oversized tool-definition lists no longer drop tool names. When an llm_request span exceeded the byte budget, tool schemas were capped by keeping only the leading full entries (often just Agent / Artifact on real Claude Code sessions). Session definedTools then missed names like WebSearch, and the undeclared-tool flagger false-positived on successful calls. Capping now keeps every tool name (full schema when it fits, name-only stub otherwise).