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

Fixed agent_empty_result counting for workflow agents

Fixed a wrong empty-result count shown in the subagent usage summary.

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

Fixed a wrong empty-result count shown in the subagent usage summary.

The routine that builds the <usage> summary block for subagent/workflow runs (<agents_done>, <agents_error>, <agents_skipped>, <agents_empty_result>) previously checked resultPreview against a stale outer-scope variable instead of the current loop item, which could produce a wrong empty-result count. It now checks R.resultPreview on the actual agent being iterated, fixing the agents_empty_result count reported in the usage summary.

See this entry in the whole of v2.1.260 →

Feedback