Fixed
- Oversized tool-definition lists no longer drop tool names. When an
llm_requestspan exceeded the byte budget, tool schemas were capped by keeping only the leading full entries (often justAgent/Artifacton real Claude Code sessions). SessiondefinedToolsthen missed names likeWebSearch, 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).