Under the hood
No documentation found
Tool-use summaries now include a display hint, a team-memory-write flag, and a search target classification
What
When Claude Code builds an internal summary of a tool call for display, it now works out more detail automatically:
displayHint: a short snippet of the command or query for bash, list, MCP (external tool integration), and non-team search toolsisTeamMemoryWrite: whether the call wrote to shared team memorysearchTarget: whether a search-type tool call targetedteam_memory, plainmemory, or something else
These join the existing readPaths, editLines, and memoryWriteOps fields already tracked for tool-use records.
Why
This gives the parts of Claude Code that render tool-call activity (and anything consuming these records) finer-grained information about what a tool call actually did, particularly around memory and search operations, without changing what the tools themselves do.