docs(cli): mention per-model token usage in stream-json result event (#21908)

This commit is contained in:
Yongrui Lin 2026-03-10 12:29:18 -07:00 committed by GitHub
parent 5d213764fb
commit bc75a61982
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,8 @@ Returns a stream of newline-delimited JSON (JSONL) events.
- `tool_use`: Tool call requests with arguments.
- `tool_result`: Output from executed tools.
- `error`: Non-fatal warnings and system errors.
- `result`: Final outcome with aggregated statistics.
- `result`: Final outcome with aggregated statistics and per-model token usage
breakdowns.
## Exit codes