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.118 Home All releases olderv2.1.117 v2.1.119newer
Claude Code v2.1.118

  • Fixed potential data loss when writing files across filesystem boundaries — atomic writes now handle EXDEV and EPERM errors gracefully (search for "EXDEV")
  • Fixed session reattachment cleanup — CLAUDE_BRIDGE_REATTACH_SESSION and CLAUDE_BRIDGE_REATTACH_SEQ environment variables are now properly cleared on TUI restart to prevent stale reattachment (search for "CLAUDE_BRIDGE_REATTACH_SESSION")
  • Improved credentials lock handling with proper retry logic and error reporting: "Could not acquire credentials lock at ... after N retries" (search for "credentials lock")
  • Fixed potential memory leak in fullscreen renderer where character pools were unnecessarily reset every 5 minutes

See this entry in the whole of v2.1.118 →