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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).