Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Queue a prompt instead of submitting it, with ctrl+x enter

Use it now
Useful5 Signal2
Terminal UI Notable not in their notes

Press ctrl+x enter to queue what you typed instead of sending it right away.

ctrl+x enterchat:queueSubmit
What

The chat prompt gained a second submit action that queues what you have typed rather than sending it right away. It ships bound by default as "ctrl+x enter": "chat:queueSubmit" and is available in the list of chat actions you can rebind. Nothing gates it, so it works for everyone on this build.

Details
  • chat:queueSubmit is registered in the default keymap and added to the bindable chat action list.
  • The ordinary chat:submit handler was reworked to run a guard check before submitting.
  • Neither the action name nor the binding existed in the previous build.
Evidence

"ctrl+x enter": "chat:queueSubmit"

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.247 →