Queued prompts now stop batching together once a stale screening result is detected
When Claude Code drains a queue of pending prompt messages to send them together, it now checks each one's "screening" status (a classifier check run when the prompt was submitted). If a queued message's screening is considered stale, the queue now stops accumulating further messages at that point, rather than always draining the entire run of same-mode messages as before.
This avoids batching a prompt whose classifier screening is out of date together with other queued prompts, which could otherwise let a stale screening result apply to messages it wasn't actually checked against.