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.205 Home All releases olderv2.1.204 v2.1.206newer

Keybinding validation output reformatted

Keybinding validation warnings now use a structured inline format rather than a tree display:

  • Before: tree nodes like └ [Error] Unknown context "chat" / └ [Warning] "ctrl+c" may not work
  • After: [keybindings] [error] Unknown context "chat" — Valid contexts: Global, Chat, Autocomplete, ... / [keybindings] [warning] "ctrl+c" may not work: Terminal interrupt (SIGINT)
  • The summary line is now [keybindings] Found 2 validation issue(s)
Evidence

New keybinding format strings (search for "[keybindings] Found 2 validation issue(s)")

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