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 ·

Early no-op success result now carries send-echo fields

Early no-result success responses in headless turns now include the same send-echo timing fields as normal results

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.265,
You'll notice

Early no-result success responses in headless turns now include the same send-echo timing fields as normal results

What

When a headless turn ends immediately without actually querying the model (an early success case with no real turns taken), the result it returns now includes the same send-echo fields that normal results carry. Previously this early-exit case only returned the plain result text with none of those extra fields.

Why

This makes the shortcut, zero-turn success response consistent with normal results, so anything reading these fields (such as timing data) gets them even in this early-exit case.

See this entry in the whole of v2.1.265 →

Feedback