docs: update Claude Code releases to v2.1.76
- MCP elicitation: servers request structured input mid-task via interactive dialog - New hooks: Elicitation, ElicitationResult, PostCompact - -n/--name CLI flag for session display name at startup - worktree.sparsePaths for monorepo sparse checkout; /effort slash command - Fixed ToolSearch deferred tools losing input schemas after compaction - Auto-compact circuit breaker (stops after 3 consecutive failures) - Fixed Bash(cmd:*) rules not matching when quoted argument contains # Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0d31b8ff77
commit
30e3916eb3
3 changed files with 50 additions and 9 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.75"
|
||||
updated: "2026-03-13"
|
||||
latest: "2.1.76"
|
||||
updated: "2026-03-14"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# RELEASES (newest first, condensed highlights only)
|
||||
|
|
@ -15,6 +15,17 @@ releases:
|
|||
# 2.1.x Series (January-March 2026)
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
- version: "2.1.76"
|
||||
date: "2026-03-14"
|
||||
highlights:
|
||||
- "⭐ MCP elicitation support — servers can request structured input mid-task via interactive dialog (form fields or browser URL)"
|
||||
- "New hooks: Elicitation, ElicitationResult (intercept/override MCP input responses), PostCompact (fires after compaction)"
|
||||
- "-n/--name CLI flag for session display name at startup; worktree.sparsePaths for monorepo sparse checkout"
|
||||
- "/effort slash command to set model effort level; fixed deferred tools (ToolSearch) losing input schemas after compaction"
|
||||
- "Fixed auto-compaction circuit breaker — stops retrying after 3 consecutive failures"
|
||||
- "Fixed Bash(cmd:*) rules not matching when quoted argument contains #; fixed plan mode re-approval after accepted"
|
||||
breaking: []
|
||||
|
||||
- version: "2.1.75"
|
||||
date: "2026-03-13"
|
||||
highlights:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue