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 v0.2.19 Home All releases olderv0.2.18 v0.2.25newer
Claude Code v0.2.19

Technical Changes

New Classes/Functions

  • q6 class (renamed from Gd) - Enhanced text cursor with new methods:
  • endOfWord() - Navigate to end of current/next word
  • startOfFirstLine() - Navigate to document start
  • startOfLastLine() - Navigate to last line start
  • Uf2() - Core vim mode state machine handling modal editing
  • jN1() - Vim-enabled text input component
  • sx() - Refactored input rendering component
  • y90() - Paste handling wrapper function

Settings

  • New editorMode setting added to persistent configuration
  • Default mode is "emacs" for backward compatibility

See this entry in the whole of v0.2.19 →