@@ -10,13 +10,13 @@ tags: [reference, release]
1010> ** Full details** : [ github.com/anthropics/claude-code/CHANGELOG.md] ( https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md )
1111> ** Machine-readable** : [ claude-code-releases.yaml] ( ../machine-readable/claude-code-releases.yaml )
1212
13- ** Latest** : v2.1.72 | ** Updated** : 2026-03-11
13+ ** Latest** : v2.1.74 | ** Updated** : 2026-03-12
1414
1515---
1616
1717## Quick Jump
1818
19- - [ 2.1.x Series (January-March 2026)] ( #21x-series-january-march-2026 ) — Worktree isolation, background agents, ConfigChange hook, Fast mode Opus 4.6, 1M context, claude.ai MCP connectors, remote-control, auto-memory, /copy command, HTTP hooks, worktree config sharing, ultrathink re-introduced, InstructionsLoaded hook, 4 security fixes, Agent model override restored, 12x SDK token cost reduction
19+ - [ 2.1.x Series (January-March 2026)] ( #21x-series-january-march-2026 ) — Worktree isolation, background agents, ConfigChange hook, Fast mode Opus 4.6, 1M context, claude.ai MCP connectors, remote-control, auto-memory, /copy command, HTTP hooks, worktree config sharing, ultrathink re-introduced, InstructionsLoaded hook, 4 security fixes, Agent model override restored, 12x SDK token cost reduction, /context actionable suggestions, modelOverrides setting
2020- [ 2.0.x Series (Nov 2025 - Jan 2026)] ( #20x-series-november-2025---january-2026 ) — Opus 4.5, Claude in Chrome, Background agents
2121- [ Breaking Changes Summary] ( #breaking-changes-summary )
2222- [ Milestone Features] ( #milestone-features )
@@ -25,6 +25,36 @@ tags: [reference, release]
2525
2626## 2.1.x Series (January-March 2026)
2727
28+ ### v2.1.74 (2026-03-12)
29+
30+ - ** New** : ` /context ` command shows actionable suggestions — identifies context-heavy tools, memory bloat, capacity warnings with optimization tips
31+ - ** New** : ` autoMemoryDirectory ` setting to configure custom directory for auto-memory storage
32+ - ** Fixed** : Memory leak in streaming API response buffers — unbounded RSS growth on Node.js/npm path resolved
33+ - ** Fixed** : Managed policy ` ask ` rules being bypassed by user ` allow ` rules or skill ` allowed-tools `
34+ - ** Fixed** : MCP OAuth authentication hanging when callback port is already in use
35+ - ** Fixed** : MCP OAuth refresh (Slack) never prompting re-auth after refresh token expires
36+ - ** Fixed** : Voice mode on macOS native binary — binary now includes ` audio-input ` entitlement for microphone permission prompt
37+ - ** Fixed** : ` SessionEnd ` hooks killed after 1.5s regardless of ` hook.timeout ` (now configurable via ` CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS ` )
38+ - ** Changed** : ` --plugin-dir ` local dev copies now override installed marketplace plugins with same name
39+ - ** VSCode** : Fixed delete button not working for Untitled sessions
40+
41+ ### v2.1.73 (2026-03-11)
42+
43+ - ** New** : ` modelOverrides ` setting — map model picker entries to custom provider model IDs (Bedrock inference profile ARNs, etc.)
44+ - ** New** : Actionable guidance when OAuth login or connectivity checks fail due to SSL certificate errors (corporate proxies, ` NODE_EXTRA_CA_CERTS ` )
45+ - ** Fixed** : Freezes and 100% CPU loops triggered by permission prompts for complex bash commands
46+ - ** Fixed** : Deadlock when many skill files changed at once (e.g. ` git pull ` in repo with large ` .claude/skills/ ` directory)
47+ - ** Fixed** : Bash tool output lost when running multiple Claude Code sessions in the same project directory
48+ - ** Fixed** : Subagents with ` model: opus ` /` sonnet ` /` haiku ` being silently downgraded on Bedrock, Vertex, Foundry
49+ - ** Fixed** : Background bash processes from subagents not cleaned up when agent exits
50+ - ** Fixed** : ` SessionStart ` hooks firing twice when resuming via ` --resume ` or ` --continue `
51+ - ** Fixed** : JSON-output hooks injecting no-op system-reminder messages into the model's context on every turn
52+ - ** Fixed** : Linux sandbox failing with "ripgrep not found" on native builds
53+ - ** Fixed** : Linux native modules on Amazon Linux 2 (glibc 2.26 systems)
54+ - ** Changed** : Default Opus model on Bedrock, Vertex, Foundry → Opus 4.6 (was 4.1)
55+ - ** Changed** : Deprecated ` /output-style ` — use ` /config ` instead; output style fixed at session start for better prompt caching
56+ - ** VSCode** : Fixed HTTP 400 errors for users behind proxies or on Bedrock/Vertex with Claude 4.5 models
57+
2858### v2.1.72 (2026-03-09)
2959
3060- ** New** : Restored ` model ` parameter on Agent tool — per-invocation model overrides are back
0 commit comments