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 releases Home olderv2.0.66 v2.0.68newer

Claude Code v2.0.67

1 entries read diff v2.0.66 → v2.0.67 Markdown

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

Find
Pick an entry · j / k steps through
1 entry

Changesopen

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.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v2.0.67. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Thinking mode is now enabled by default for Opus 4.5
  • Thinking mode configuration has moved to /config
  • Added search functionality to /permissions command with / keyboard shortcut for filtering rules by tool name
  • Show reason why autoupdater is disabled in /doctor
  • Fixed false "Another process is currently updating Claude" error when running claude update while another instance is already on the latest version
  • Fixed MCP servers from .mcp.json being stuck in pending state when running in non-interactive mode (-p flag or piped input)
  • Fixed scroll position resetting after deleting a permission rule in /permissions
  • Fixed word deletion (opt+delete) and word navigation (opt+arrow) not working correctly with non-Latin text such as Cyrillic, Greek, Arabic, Hebrew, Thai, and Chinese
  • Fixed claude install --force not bypassing stale lock files
  • Fixed consecutive @~/ file references in CLAUDE.md being incorrectly parsed due to markdown strikethrough interference
  • Windows: Fixed plugin MCP servers failing due to colons in log directory paths
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.