Result messages now report how many of your sends were still queued.
What's wrong with this entry?
SDK and stream-JSON result messages now carry an optional integer queued_turn_count, the number of sends you initiated that were still waiting in the command queue when the result was produced. It is live on this build, not gated.
- The field is optional in both result schemas and is populated on the result message itself.
- One helper zeroes it under a single condition, so a reported zero is not always a literal empty queue.
- The name does not appear in the previous bundle.
queued_turn_count
Strings lifted out of the shipped bundle, so the claim above can be checked against them.