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

Forked agent runs can report token usage per-request

Forked agent runs can now report token usage as it streams in, not just at the end

TierNothing to try yethow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSubagentswhat it touches
KindNew Featuresin v2.1.275,
Nothing to try yet No documentation found

Forked agent runs can now report token usage as it streams in, not just at the end

What

When Claude Code runs a forked agent (a subagent branched off to do a separate task), it can now report token usage incrementally through a new onRequestUsage callback as responses stream in, in addition to the final total usage it already reported.

Why

This lets code that manages forked agents track token consumption in near real time rather than waiting until the run finishes.

Read from
Names in the bundleonRequestUsage

See this entry in the whole of v2.1.275 →