Claude Code · Source-level changelog

Version 2.0.67

This is a maintenance release with internal code reorganization. There are no user-facing changes, new features, or bug fixes in this version.

Package @anthropic-ai/claude-code Diff v2.0.66 → v2.0.67
1
Features & Changes
0
Bug Fixes
0
In Development
0
Env Vars / Flags

Changes

1 item

Internal Code Refactoring #

This release consists entirely of internal housekeeping:

  • Import statement consolidation: Node.js module imports were reorganized from default imports to named imports (e.g., node:fs, node:child_process, crypto, stream). This is an internal bundling optimization with no functional impact.
  • Variable renaming: ~499 internal variable names were renamed as part of the minification/bundling process (e.g., v7YG, t8r8, a6i6). These are cosmetic changes in the bundled output.
Evidence

Diff header at lines 3-6 shows "Structural similarity: 99.9%" with "499 renames" and only "1 modifications" which upon inspection is purely variable renaming within the Y65() function at line 434496→434500.

No action required for users updating to this version.