Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Tool-use display messages gain richer categorization: displayHint, team-memory-write flag, and search target classification

Tool-use summaries now include a display hint, a team-memory-write flag, and a search target classification

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.269,
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 tools
  • isTeamMemoryWrite: whether the call wrote to shared team memory
  • searchTarget: whether a search-type tool call targeted team_memory, plain memory, 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.

See this entry in the whole of v2.1.269 →