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.219 Home All releases olderv2.1.218 v2.1.220newer
Claude Code v2.1.219

Reserved keybinding action ids for a "strip" surface

Not switched on
Useful2 Signal4
Terminal UI Notable not in their notes

Thirteen keybinding names for a surface called "strip" are accepted but do nothing if you bind them.

strip:jump1 through strip:jump9 plus next, previous, toggle and new validate as keybinding ids with no handler anywhere in the build.

strip:nextstrip:previousstrip:togglestrip:newstrip:jump1
What

The list of recognised keybinding action ids gained thirteen entries for a surface called "strip", with no handler present in this build.

Details
  • the new ids are strip:jump1 through strip:jump9, plus strip:next, strip:previous, strip:toggle and strip:new
  • the names appear nowhere else in the bundle, so binding them validates but does nothing
  • this looks like groundwork and validation only
Evidence

strip:toggle

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