Claude Code · Source-level changelog

Version 2.0.76

This is a maintenance release with internal code refactoring and no user-facing changes. The update consists entirely of import reorganization and internal variable renaming with no new features, commands, or behavioral changes.

Package @anthropic-ai/claude-code Diff v2.0.75 → v2.0.76
3
Features & Changes
0
Bug Fixes
0
In Development
0
Env Vars / Flags

New Features

None

Improvements

None

Bug Fixes

None

Internal Changes

3 items

This release contains only internal refactoring:

  • Import consolidation: Redundant import statements were reorganized to reduce duplication (e.g., consolidating multiple node:fs, node:child_process, and crypto imports)
  • Code reorganization: Internal function and variable names were updated (standard minification variance between builds)
  • Build timestamp: Updated from 2025-12-20T17:18:43Z to 2025-12-22T23:56:12Z
Evidence

Structural diff shows 99.9% similarity with 8066 renames and only 17 additions (all import statements). Feature flag count (tengu_*), tip count (cooldownSessions), and error message count are all identical between versions.