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 ·

Agent-summary generation now rejects unusable replies and tracks consecutive rejects

Background-agent summaries now get rejected outright if unparseable, with a running count of failures

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

Background-agent summaries now get rejected outright if unparseable, with a running count of failures

What

When Claude Code generates a short summary of what a background agent (a subagent running a task in the background) is doing, it now parses the model's reply and, if that parsing fails, throws the reply away instead of storing it as the summary. Previously it would just trim any non-empty reply and use it regardless. A count of consecutive rejected replies is now tracked and reported.

Why

This avoids showing garbled or unusable text as a background agent's summary, at the cost of sometimes having no summary at all when the model's reply can't be parsed.

See this entry in the whole of v2.1.274 →