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.98 Home All releases olderv2.1.97 v2.1.100newer
Claude Code v2.1.98

  • Fixed potential null reference when trimming text input in internal processing — added optional chaining (text?.trim()) to prevent crashes on undefined text values (search for "text?.trim()")
  • Fixed semantic version prerelease regex pattern by correcting the component order of numeric and non-numeric identifiers (search for "PRERELEASEIDENTIFIER")
  • Improved Bedrock model tier fallback logic by validating environment variable values before applying them as fallback models (search for "[bedrock-fallback]")

See this entry in the whole of v2.1.98 →