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.0.18 Home All releases olderv2.0.17 v2.0.19newer
Claude Code v2.0.18

The following changes have no user-visible impact:

  • Import optimizations: Consolidated imports for better tree-shaking (e.g., import { cwd } from "node:process" instead of importing entire modules)
  • Code organization: 8000+ function and variable renames for improved code maintainability
  • Debug logging: Enhanced logging for command processing and message creation (development-only)
  • Shell execution refactoring: Internal parameter handling improvements
  • Skills infrastructure: Stub implementations added for upcoming skills feature (currently disabled)
  • Plan editing UI: Infrastructure added for future plan editing capability (not yet active)
  • Dead code removal: Removed unused rendering function HqQ

Note for Enterprise Users: The new telemetry infrastructure provides deep observability into Claude Code's behavior and performance. When enabled, it can help diagnose issues, track API usage patterns, and monitor system health in production deployments. All telemetry respects privacy by default through content redaction controls.

See this entry in the whole of v2.0.18 →