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.274 ·

Tool-result elision generalized to a list of open/tail marker pairs

Tool-result collapsing in non-verbose mode now uses a general list of marker pairs instead of hardcoded prefixes

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.274,
Under the hood

Tool-result collapsing in non-verbose mode now uses a general list of marker pairs instead of hardcoded prefixes

What

When Claude Code shows a tool's result in non-verbose mode, it collapses (elides) long or error-wrapped content so the terminal doesn't fill up. That detection used to rely on hardcoded prefix checks; it now first checks a general list of open/tail/end marker pairs, falling back to the old prefix-based check only if none match.

Why

This is an internal restructuring of how collapsed content is recognized, making it easier to add new collapsible content types without touching the fallback logic. It shouldn't change what a user sees.

See this entry in the whole of v2.1.274 →