docs: update Claude Code releases to v2.1.56

- Updated tracking: v2.1.52 → v2.1.56
- v2.1.56: VSCode extension crash fix (Windows)
- v2.1.55: BashTool EINVAL fix on Windows
- v2.1.53: Stability release (Windows panics, WebAssembly crashes Linux/Windows, Remote Control shutdown fix)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-02-25 11:49:34 +01:00
parent 79157ac077
commit a6b0a0084a
3 changed files with 58 additions and 3 deletions

View file

@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Documentation
- **Claude Code Releases**: Updated tracking to v2.1.56 (v2.1.52 → v2.1.56)
- v2.1.56: VSCode extension crash fix on Windows
- v2.1.55: BashTool EINVAL fix on Windows
- v2.1.53: Stability release — Windows panics/crashes, WebAssembly crashes (Linux x64/Windows x64/ARM64), Remote Control shutdown fix
## [3.29.0] - 2026-02-24
### Changed
- **docs/resource-evaluations/agents-md-empirical-study-2602-11988.md** — Ajout section "Réception communautaire"
- Nuance clé : la commande `/init` génère un context file LLM-generated → -3% performance (pas "delete your CLAUDE.md")
- Lien vers post Charly Wargnier (LinkedIn, 72 reactions) comme exemple de simplification communautaire
- Note sur posts paraphrasant l'étude sans valeur ajoutée (ne pas citer comme sources indépendantes)
## [3.29.0] - 2026-02-24
### Added

View file

@ -10,7 +10,7 @@ tags: [reference, release]
> **Full details**: [github.com/anthropics/claude-code/CHANGELOG.md](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md)
> **Machine-readable**: [claude-code-releases.yaml](../machine-readable/claude-code-releases.yaml)
**Latest**: v2.1.52 | **Updated**: 2026-02-24
**Latest**: v2.1.56 | **Updated**: 2026-02-25
---
@ -25,6 +25,25 @@ tags: [reference, release]
## 2.1.x Series (January-February 2026)
### v2.1.56 (2026-02-25)
- **Fixed**: VSCode: Another cause of "command 'claude-vscode.editor.openLast' not found" crashes
### v2.1.55 (2026-02-25)
- **Fixed**: BashTool failing on Windows with EINVAL error
### v2.1.53 (2026-02-25)
- **Fixed**: UI flicker where user input briefly disappeared after submission before rendering
- **Fixed**: Bulk agent kill (ctrl+f) now sends single aggregate notification instead of one per agent, and properly clears command queue
- **Fixed**: Graceful shutdown sometimes leaving stale sessions when using Remote Control (parallelized teardown)
- **Fixed**: `--worktree` flag sometimes being ignored on first launch
- **Fixed**: Panic ("switch on corrupted value") on Windows
- **Fixed**: Crash when spawning many processes on Windows
- **Fixed**: Crash in WebAssembly interpreter on Linux x64 & Windows x64
- **Fixed**: Crash that sometimes occurred after 2 minutes on Windows ARM64
### v2.1.52 (2026-02-24)
- **Fixed**: VSCode extension crash on Windows ("command 'claude-vscode.editor.openLast' not found")

View file

@ -3,8 +3,8 @@
# Purpose: Track Claude Code product releases for documentation sync
# Maintained: Manual updates when new releases are announced
latest: "2.1.52"
updated: "2026-02-24"
latest: "2.1.56"
updated: "2026-02-25"
# ════════════════════════════════════════════════════════════════
# RELEASES (newest first, condensed highlights only)
@ -15,6 +15,26 @@ releases:
# 2.1.x Series (January-February 2026)
# ─────────────────────────────────────────────────────────────
- version: "2.1.56"
date: "2026-02-25"
highlights:
- "VSCode: Fixed another cause of 'command claude-vscode.editor.openLast not found' crashes"
breaking: []
- version: "2.1.55"
date: "2026-02-25"
highlights:
- "Fixed BashTool failing on Windows with EINVAL error"
breaking: []
- version: "2.1.53"
date: "2026-02-25"
highlights:
- "Stability fixes: panic on Windows, crashes on process spawn (Windows), WebAssembly crashes (Linux x64/Windows x64/ARM64)"
- "Fixed graceful shutdown leaving stale sessions with Remote Control; `--worktree` flag sometimes ignored on first launch"
- "Fixed UI flicker where user input disappeared briefly after submission; bulk agent kill (ctrl+f) single notification"
breaking: []
- version: "2.1.52"
date: "2026-02-24"
highlights: