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.79 Home All releases olderv2.1.78 v2.1.80newer
Claude Code v2.1.79

  • Fixed duplicate entries in plugin hook results by deduplicating the returned array (search for "new Set(q)" in function KuY)
  • Fixed clipboard copy not working on SSH sessions by adding tmux passthrough escape sequence wrapping (search for "Ptmux")
  • Fixed a potential issue where non-finite timeout values could cause errors in tool timeout calculation (search for "Number.isFinite(q)" in function Uq4)
  • Fixed resume session message being printed multiple times by adding a guard flag (search for "iL4" in function IC1)
  • Fixed auth error message format to show login instruction before the error details (search for "Please run /login ยท ")
  • Fixed nested memory attachments being incorrectly inserted into the middle of message groups instead of being prepended (search for "nested_memory")
  • Removed bridge_metadata system message type from the message schema, simplifying the bridge protocol

See this entry in the whole of v2.1.79 →