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.94 Home All releases olderv2.1.92 v2.1.96newer
Claude Code v2.1.94

  • Fixed UTF-8 encoding for stream-json input mode to prevent multi-byte character corruption (search for "stream-json" near "utf-8")
  • Fixed escape sequence handling in GNU Screen (STY) terminal multiplexer — properly wraps DCS passthrough sequences with double-escaped embedded escapes (search for process.env.STY in tD function)
  • Fixed PATH extraction on Windows to use shell-aware subprocess for correct environment resolution (search for h1Y)
  • Added defensive guard in team memory watcher to check identifier existence before processing, preventing potential crashes (search for "team-memory-watcher: suppressing retry")
  • Session title updates now emit events to keep the UI synchronized (search for "rA7.emit()")

See this entry in the whole of v2.1.94 →