docs: update Claude Code releases to v2.1.77
- Opus 4.6 default max output raised to 64k tokens; upper bound 128k - Security fix: PreToolUse hooks bypass of enterprise deny rules - allowRead sandbox setting, /branch command, /copy N shorthand - Breaking: Agent tool resume param removed (use SendMessage instead) - Fixed auto-updater memory leak; fixed --resume history truncation Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
da8bc09f2d
commit
1bbf346687
3 changed files with 61 additions and 5 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.76"
|
||||
updated: "2026-03-14"
|
||||
latest: "2.1.77"
|
||||
updated: "2026-03-17"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# RELEASES (newest first, condensed highlights only)
|
||||
|
|
@ -15,6 +15,18 @@ releases:
|
|||
# 2.1.x Series (January-March 2026)
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
- version: "2.1.77"
|
||||
date: "2026-03-17"
|
||||
highlights:
|
||||
- "⭐ Opus 4.6 default max output tokens raised to 64k; upper bound for Opus 4.6 and Sonnet 4.6 raised to 128k tokens"
|
||||
- "allowRead sandbox filesystem setting to re-allow read access within denyRead regions"
|
||||
- "/copy N to copy Nth-latest assistant response; /branch replaces /fork (alias kept)"
|
||||
- "Fixed PreToolUse hooks returning 'allow' could bypass enterprise deny permission rules — security fix"
|
||||
- "Fixed auto-updater accumulating GBs of memory from overlapping binary downloads (slash-command overlay loop)"
|
||||
- "Fixed --resume silently truncating recent history; Fixed Always Allow on compound bash commands saving dead rules"
|
||||
breaking:
|
||||
- "Agent tool no longer accepts resume parameter — use SendMessage({to: agentId}) to continue a previously spawned agent"
|
||||
|
||||
- version: "2.1.76"
|
||||
date: "2026-03-14"
|
||||
highlights:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue