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 olderv0.2.73 v0.2.76newer

Claude Code v0.2.74

9 entries read diff v0.2.73 → v0.2.74 Markdown
Find
Pick an entry · j / k steps through
7 entries

Changesopen

#

# Claude Code v0.2.74 Changelog

Related

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

Enhanced Caching System#

  • Added a new caching mechanism with automatic refresh capabilities (P$2 function)
  • Supports configurable TTL (default: 5 minutes)
  • Automatically refreshes stale cache entries in the background
  • Prevents duplicate requests while refreshing
  • Accessible cache clearing via .cache.clear() method

Improved Diff Viewer Layout#

  • Enhanced the diff viewer component with dynamic width calculation
  • Now automatically adjusts to container width when not explicitly specified
  • Default width set to 80 characters
  • Better responsive behavior for patch display

Node Dimension Utilities#

  • Added OV9 helper for extracting computed dimensions from Yoga layout nodes
  • Returns width and height from Yoga node computations
  • Provides safe fallback to 0 when node is unavailable

API Client Refactoring#

  • Simplified API client initialization logic
  • Removed caching of API client instances (removed Dp global variable)
  • Each request now creates a fresh client instance
  • Better separation between different authentication modes (Bearer token vs API key)

Import Optimizations#

  • Reorganized stream imports to use named imports (PassThrough)
  • Consolidated process imports to use named imports (cwd)
  • Improved module loading efficiency

Related

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

Code Quality Improvements#

  • Removed unused functions and variables
  • Better error handling in the caching system
  • Cleaner separation of concerns in API authentication flow

Related

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

1 entry

Bug Fixesopen

#

  • Fixed potential memory leaks from cached API client instances
  • Improved error handling for cache refresh failures
  • Better handling of edge cases in diff viewer width calculations

Related

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

1 entry

Breaking Changesopen

#

None - This release maintains full backward compatibility with v0.2.73.

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 v0.2.74. 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.

  • Added support for refreshing dynamically generated API keys (via apiKeyHelper), with a 5 minute TTL
  • Task tool can now perform writes and run bash commands
System prompt

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