Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 3/5 agents 427 findings $12.75 so far

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.6 Home All releases olderv2.1.5 v2.1.7newer
Claude Code v2.1.6

Keybindings Command

What

New /keybindings command to open or create a keybindings configuration file for customizing keyboard shortcuts.

Usage
/keybindings
Details
  • Opens or creates ~/.config/claude-code/keybindings.json
  • Template includes syntax documentation for modifiers (ctrl, alt, shift, meta)
  • Supports chord shortcuts like "ctrl+k ctrl+s"
  • File is automatically reloaded when saved
  • Documents reserved keys (ctrl+c, ctrl+d) and terminal conflicts (ctrl+b, ctrl+a, ctrl+z)
  • Feature is currently in preview and may need to be enabled
Evidence

iD7() at line 497353 (command implementation, contains "keybindings")

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