Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.224 Home All releases olderv2.1.223 v2.1.225newer

Long tool results are clamped in the memory tool output

You'll notice
Useful3 Signal2
Memory

Memory tool output is trimmed to 10 lines unless you run in verbose mode.

What

Memory tool results no longer flood the terminal. At most 10 lines are shown, each line is cut at 200 characters with an ellipsis, and a dimmed "+N more lines" note is appended. Running in verbose mode disables both limits.

Details
  • Errors are unwrapped from their <tool_use_error> wrapper, with the first line shown in the error colour and the rest clamped the same way.
  • Wired in for the memory_write tool family.
Evidence

<tool_use_error>

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.224 →