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 v1.0.128 Home All releases olderv1.0.127 v2.0.0newer
Claude Code v1.0.128

  • Refactored notification system architecture from component-local to global state management
  • Renamed minified function names as part of routine obfuscation (e.g., BM()IM(), m7()u7())
  • Updated URL reference from https://claude.ai/code to https://claude.com/claude-code (line 385020)
  • Added synchronized rendering control via ANSI escape sequences: Mt1 (start) and Ot1 (end) at lines 357199-357200
  • Enhanced plugin loading with support for multiple command/agent paths via commandsPaths and agentsPaths arrays
  • Added helper functions for git operations, npm package installation, and directory copying
  • Improved error handling with specific error types like cC for invalid schemas

See this entry in the whole of v1.0.128 →