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>
This commit is contained in:
parent
352e748b74
commit
27352cc455
3 changed files with 64 additions and 4 deletions
|
|
@ -3,8 +3,8 @@
|
|||
# Purpose: Track Claude Code product releases for documentation sync
|
||||
# Maintained: Manual updates when new releases are announced
|
||||
|
||||
latest: "2.1.72"
|
||||
updated: "2026-03-11"
|
||||
latest: "2.1.74"
|
||||
updated: "2026-03-12"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# RELEASES (newest first, condensed highlights only)
|
||||
|
|
@ -15,6 +15,28 @@ releases:
|
|||
# 2.1.x Series (January-March 2026)
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
- version: "2.1.74"
|
||||
date: "2026-03-12"
|
||||
highlights:
|
||||
- "⭐ /context command now shows actionable suggestions (context-heavy tools, memory bloat, capacity warnings)"
|
||||
- "⭐ Fixed memory leak in streaming API buffers — unbounded RSS growth on npm path resolved"
|
||||
- "autoMemoryDirectory setting to configure custom directory for auto-memory storage"
|
||||
- "Fixed managed policy ask rules being bypassed by user allow rules or skill allowed-tools"
|
||||
- "Fixed MCP OAuth hanging on callback port conflict; fixed Slack refresh token never re-prompting"
|
||||
- "Fixed SessionEnd hooks killed after 1.5s regardless of hook.timeout (now configurable)"
|
||||
breaking: []
|
||||
|
||||
- version: "2.1.73"
|
||||
date: "2026-03-11"
|
||||
highlights:
|
||||
- "⭐ modelOverrides setting: map model picker entries to custom provider model IDs (Bedrock ARNs etc.)"
|
||||
- "Fixed deadlock when many skill files change at once (e.g. git pull in large .claude/skills/ repo)"
|
||||
- "Fixed subagents with model: opus/sonnet/haiku being downgraded on Bedrock/Vertex/Foundry"
|
||||
- "Fixed SessionStart hooks firing twice when resuming via --resume or --continue"
|
||||
- "Changed default Opus model on Bedrock, Vertex, Foundry to Opus 4.6 (was 4.1)"
|
||||
- "Deprecated /output-style — use /config instead; output style fixed at session start for prompt caching"
|
||||
breaking: []
|
||||
|
||||
- version: "2.1.72"
|
||||
date: "2026-03-09"
|
||||
highlights:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue