Skip to main content

Claude Code v2.1.74 Release Notes

Claude Code v2.1.74 brings actionable context optimization suggestions, improved memory management, and critical bug fixes for enhanced developer productivity.

March 12, 2026 10 min read By ClaudeWorld

The Claude Code development team has released version 2.1.74, packed with productivity enhancements and crucial bug fixes that will streamline your coding workflow. This update focuses on intelligent context management and resolves several long-standing issues that have been affecting user experience.

What’s New

Enhanced Context Management

The /context command now provides actionable suggestions to optimize your development environment. It intelligently identifies context-heavy tools, detects memory bloat, and issues capacity warnings with specific optimization tips to keep your projects running smoothly.

Improved Memory Configuration

A new autoMemoryDirectory setting allows you to configure a custom directory for auto-memory storage, giving you better control over how Claude Code manages memory resources in your projects.

Critical Bug Fixes

  • Memory Leak Resolution: Fixed a significant memory leak where streaming API response buffers weren’t properly released when generators terminated early, preventing unbounded RSS growth in Node.js environments
  • Security Policy Fixes: Resolved issues where managed policy ask rules were being bypassed by user allow rules or skill allowed-tools
  • Model Configuration: Fixed full model IDs (like claude-opus-4-5) being silently ignored in agent frontmatter and configuration files
  • OAuth Authentication: Resolved MCP OAuth hanging issues and refresh token handling problems
  • Voice Mode on macOS: Fixed silent failures by adding proper audio input entitlements for microphone permissions

Platform-Specific Improvements

  • Windows: Fixed RTL text rendering issues and LSP server file URI problems
  • VS Code: Improved delete button functionality for Untitled sessions and enhanced terminal scroll wheel responsiveness

Developer Experience Enhancements

  • Plugin installation improvements with better marketplace integration
  • Enhanced error handling for unknown slash commands
  • Configurable session end hook timeouts
  • Better local plugin development workflow

How to Update

To update to Claude Code v2.1.74, use your preferred package manager:

# Using npm
npm update claude-code

# Using yarn
yarn upgrade claude-code

# Or download directly from the release page