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.80 Home All releases olderv2.1.79 v2.1.81newer
Claude Code v2.1.80

  • Fixed mouse wheel event parsing for the legacy X10 mouse protocol (6-byte \x1B[M sequences), ensuring scroll events are correctly recognized in more terminal emulators (search for "\x1B[M" in the mouse parser)
  • Fixed Kitty keyboard protocol detection to require digit after [ prefix, preventing false matches on other escape sequences (search for "/^\\[\\d/.test(K)")
  • Fixed async declaration for project rules loading function (dV1/FV1), which was missing the async keyword (search for "async function dV1")
  • Config panel now wrapped in Suspense boundary, preventing crashes from lazy-loaded components (search for "Suspense" near config panel)

See this entry in the whole of v2.1.80 →