Claude Code now tracks queued messages that haven't reached the model yet, including ones queued behind the current one
Claude Code now keeps track of prompts you've queued (typed and sent while a previous message was still being handled) that haven't actually reached the model yet. This tracking clears once the model starts responding to that prompt. A related addition tracks and can display the list of prompts queued up behind the one currently being processed.
This groundwork lets Claude Code more accurately show you what's queued and waiting versus what's actually being worked on, reducing confusion about whether your queued input has been picked up yet.
The finding doesn't say whether or how this tracking is surfaced visually to the user beyond the internal state.