docs: update Claude Code releases (v2.1.15-v2.1.17)
- Add v2.1.17: Fix AVX crash - Add v2.1.16: Task management system, VSCode plugins - Add v2.1.15: npm deprecation, React Compiler perf - Bump guide version to 3.11.4 - New milestone: v2.1.16 (task management) - New breaking: npm installations deprecated Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
377f5dbce1
commit
ba4b916742
8 changed files with 78 additions and 14 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.14"
|
||||
updated: "2026-01-21"
|
||||
latest: "2.1.17"
|
||||
updated: "2026-01-23"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# RELEASES (newest first, condensed highlights only)
|
||||
|
|
@ -15,6 +15,30 @@ releases:
|
|||
# 2.1.x Series (January 2026)
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
- version: "2.1.17"
|
||||
date: "2026-01-23"
|
||||
highlights:
|
||||
- "Fix: Crashes on processors without AVX instruction support"
|
||||
breaking: []
|
||||
|
||||
- version: "2.1.16"
|
||||
date: "2026-01-22"
|
||||
highlights:
|
||||
- "⭐ New task management system with dependency tracking"
|
||||
- "[VSCode] Native plugin management support"
|
||||
- "[VSCode] OAuth users can browse/resume remote sessions"
|
||||
- "Fixed: OOM crashes when resuming sessions with heavy subagent usage"
|
||||
breaking: []
|
||||
|
||||
- version: "2.1.15"
|
||||
date: "2026-01-22"
|
||||
highlights:
|
||||
- "⚠️ Deprecation notice for npm installations (use `claude install`)"
|
||||
- "UI rendering performance improved with React Compiler"
|
||||
- "Fixed: MCP stdio server timeout not killing child process"
|
||||
breaking:
|
||||
- "npm installations deprecated - migrate to native installer"
|
||||
|
||||
- version: "2.1.14"
|
||||
date: "2026-01-21"
|
||||
highlights:
|
||||
|
|
@ -374,6 +398,8 @@ breaking_summary:
|
|||
- "Command injection fix in bash processing (v2.1.2)"
|
||||
- "Wildcard permission rules compound commands fix (v2.1.7)"
|
||||
- "Shell line continuation permission bypass fix (v2.1.6)"
|
||||
installation:
|
||||
- "npm installations deprecated - use native installer (v2.1.15)"
|
||||
behavior:
|
||||
- "ultrathink/think keywords now cosmetic only — thinking default with Opus 4.5 (v2.0.67)"
|
||||
|
||||
|
|
@ -381,6 +407,7 @@ breaking_summary:
|
|||
# MILESTONE FEATURES (quick reference)
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
milestones:
|
||||
"2.1.16": "New task management system with dependency tracking"
|
||||
"2.1.0": "Skill hot-reload, Shift+Enter OOTB, Vim motions, /plan command"
|
||||
"2.0.74": "LSP tool for code intelligence"
|
||||
"2.0.72": "Claude in Chrome (browser control)"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# Source: guide/ultimate-guide.md
|
||||
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
|
||||
|
||||
version: "3.11.3"
|
||||
version: "3.11.4"
|
||||
updated: "2026-01-23"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
|
|
@ -537,7 +537,7 @@ ecosystem:
|
|||
- "Cross-links modified → Update all 4 repos"
|
||||
history:
|
||||
- date: "2026-01-20"
|
||||
event: "Code Landing sync v3.11.3, 66 templates, cross-links"
|
||||
event: "Code Landing sync v3.11.4, 66 templates, cross-links"
|
||||
commit: "5b5ce62"
|
||||
- date: "2026-01-20"
|
||||
event: "Cowork Landing fix (paths, README, UI badges)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue