Skip to content

Commit 27352cc

Browse files
docs: update Claude Code releases to v2.1.74
- v2.1.74: /context actionable suggestions, autoMemoryDirectory setting, streaming buffer memory leak fix, managed policy ask rules bypass fix, SessionEnd hook timeout now configurable - v2.1.73: modelOverrides setting, skill hot-reload deadlock fix, subagent model downgrade fix on Bedrock/Vertex/Foundry, Opus 4.6 default on 3P, /output-style deprecated in favor of /config Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 352e748 commit 27352cc

File tree

3 files changed

+64
-4
lines changed

3 files changed

+64
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [3.34.4] - 2026-03-12
10+
11+
### Documentation
12+
13+
- **Claude Code Releases**: Updated tracking to v2.1.74 (2026-03-12)
14+
- v2.1.74: `/context` actionable suggestions, `autoMemoryDirectory` setting, memory leak fix in streaming buffers, managed policy `ask` rules bypass fix, `SessionEnd` hook timeout fix
15+
- v2.1.73: `modelOverrides` setting, deadlock fix for skill hot-reload, subagent model downgrade fix on Bedrock/Vertex/Foundry, Opus 4.6 as default on 3P providers, `/output-style` deprecated
16+
917
## [3.34.3] - 2026-03-11
1018

1119
### Added

guide/core/claude-code-releases.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

machine-readable/claude-code-releases.yaml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Purpose: Track Claude Code product releases for documentation sync
44
# Maintained: Manual updates when new releases are announced
55

6-
latest: "2.1.72"
7-
updated: "2026-03-11"
6+
latest: "2.1.74"
7+
updated: "2026-03-12"
88

99
# ════════════════════════════════════════════════════════════════
1010
# RELEASES (newest first, condensed highlights only)
@@ -15,6 +15,28 @@ releases:
1515
# 2.1.x Series (January-March 2026)
1616
# ─────────────────────────────────────────────────────────────
1717

18+
- version: "2.1.74"
19+
date: "2026-03-12"
20+
highlights:
21+
- "⭐ /context command now shows actionable suggestions (context-heavy tools, memory bloat, capacity warnings)"
22+
- "⭐ Fixed memory leak in streaming API buffers — unbounded RSS growth on npm path resolved"
23+
- "autoMemoryDirectory setting to configure custom directory for auto-memory storage"
24+
- "Fixed managed policy ask rules being bypassed by user allow rules or skill allowed-tools"
25+
- "Fixed MCP OAuth hanging on callback port conflict; fixed Slack refresh token never re-prompting"
26+
- "Fixed SessionEnd hooks killed after 1.5s regardless of hook.timeout (now configurable)"
27+
breaking: []
28+
29+
- version: "2.1.73"
30+
date: "2026-03-11"
31+
highlights:
32+
- "⭐ modelOverrides setting: map model picker entries to custom provider model IDs (Bedrock ARNs etc.)"
33+
- "Fixed deadlock when many skill files change at once (e.g. git pull in large .claude/skills/ repo)"
34+
- "Fixed subagents with model: opus/sonnet/haiku being downgraded on Bedrock/Vertex/Foundry"
35+
- "Fixed SessionStart hooks firing twice when resuming via --resume or --continue"
36+
- "Changed default Opus model on Bedrock, Vertex, Foundry to Opus 4.6 (was 4.1)"
37+
- "Deprecated /output-style — use /config instead; output style fixed at session start for prompt caching"
38+
breaking: []
39+
1840
- version: "2.1.72"
1941
date: "2026-03-09"
2042
highlights:

0 commit comments

Comments
 (0)