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.
Names in the bundleonRequestUsage