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

Installing the Zed Shift+Enter binding no longer rewrites your whole keymap

You'll notice
Useful3 Signal1
Editor Integration

Installing the Zed Shift+Enter binding now edits just that line, keeping your comments and existing bindings.

XDG_CONFIG_HOME
What

The installer now makes a targeted edit to your Zed keymap instead of reparsing and rewriting the entire file, so comments survive and an existing Terminal shift-enter binding is no longer duplicated. It backs the file up, tolerates trailing commas, honours XDG_CONFIG_HOME on Linux, and verifies the result before writing.

Details
  • On failure it now tells you the keymap was left unchanged and prints the block to add by hand, for example Couldn't read your Zed keymap, so it was left unchanged.
  • Installation now reports whether it actually succeeded, and Claude Code only records the binding as installed when it did.
Evidence

Couldn't read your Zed keymap, so it was left unchanged.

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 →