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.199 Home All releases olderv2.1.198 v2.1.200newer

Diff Panel File List Keyboard Navigation

New keyboard actions for navigating the file list in the diff panel:

  • app:diffFileListDown — move down in the diff panel's file list; bound to ctrl+down and meta+down
  • app:diffFileListUp — move up in the diff panel's file list; bound to ctrl+up and meta+up
  • Both actions are registered in the Global keybinding context, meaning they are active in all UI states (chat, task running, diff dialog, etc.) and do not require the diff panel to have keyboard focus
  • The actions appear in the global "always-available" action list (fso) alongside app:toggleDiffNoiseFilter, so they are shown in keybindings help when the diff panel is visible
Evidence

(search for "app:diffFileListDown", "app:diffFileListUp", "ctrl+up": "app:diffFileListUp")

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