Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

Persisted tool results are now truncated to a byte cap, with truncation reported

Large tool outputs saved to disk are now capped in size, and the CLI reports when truncation happened

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTranscriptwhat it touches
KindInternal Changesin v2.1.265,
Group of 4 Under the hood No documentation found

Large tool outputs saved to disk are now capped in size, and the CLI reports when truncation happened

What

  • When Claude saves a large tool result to disk, the content is now capped to a byte budget (1GiB by default) using an encoding-aware truncator.
  • The saved result records a new truncatedAtBytes field when truncation happened, plus a derived truncatedAtCap boolean alongside estimatedOriginalTokens/estimatedPersistedTokens.
  • The message shown to you after a tool result is saved now distinguishes a full save from a truncated one, telling you only the first N bytes were saved when the cap kicked in.

Why Without a cap, an unusually large tool result could produce an oversized file on disk; the new byte cap keeps saved files bounded, and the accompanying message and tracking fields let you (and Claude) know when a saved copy is incomplete rather than assuming it's the full result.

Read from
Names in the bundletruncatedAtCap

See this entry in the whole of v2.1.265 →

Feedback