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.116 Home All releases olderv2.1.114 v2.1.117newer
Claude Code v2.1.116

  • Fixed markdown blockquote rendering by correcting which variable is split (search for "blockquote") — dL
  • Fixed model version detection regex to properly distinguish between base models and versioned models, changing from .includes("claude-opus-4") to a regex pattern like /claude-opus-4-\d/ (search for "claude-opus-4" with regex) — Fj
  • Fixed shift+key input to uppercase single lowercase letters when shift is held (search for "shift" near "a" and "z") — Fa_
  • Improved terminal character width calculation for multi-byte and wide characters using Math.max(2, ...) (search for "Math.max(2") — Y7K
  • Fixed gh pr view error handling to gracefully return instead of throwing an exception (search for "gh pr view") — D84
  • Fixed variable reference in array comparison logic, changing from t to qH for correct length checking — q68
  • Added state tracking to detect system theme query failures and prevent repeated broken queries — iQ_
  • Added detailed error logging and schema validation diagnostics for job state file parsing failures — N$8

See this entry in the whole of v2.1.116 →