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.223 Home All releases olderv2.1.222 v2.1.224newer

Shift+Enter hint extended to editors with the keybinding installed

Use it now
Useful3 Signal0
Terminal Setup Notable not in their notes

More terminals and editors now show the shift+enter newline hint if the keybinding is installed.

shiftEnterKeyBindingInstalled
What

More terminals show the "shift + ⏎ for newline" hint, driven by a lookup rather than a single check.

Details
  • Shown for Apple_Terminal on darwin and for terminals in the known-native map: ghostty, kitty, iTerm.app, WezTerm, WarpTerminal, windows-terminal.
  • Additionally shown for vscode, cursor, windsurf, alacritty and zed, gated on the shiftEnterKeyBindingInstalled config being set.
  • Without that config, those five editors fall back to the previous wording.
Evidence

Mnf = ["vscode", "cursor", "windsurf", "alacritty", "zed"]

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.223 →