docs: update Claude Code releases to v2.1.50
- WorktreeCreate/WorktreeRemove hook events for custom VCS setup/teardown - isolation: worktree in agent definitions (declarative worktree isolation) - claude agents CLI command to list configured agents - Opus 4.6 fast mode now has full 1M context window - CLAUDE_CODE_DISABLE_1M_CONTEXT env var - Major memory leak fixes + headless startup performance improvements Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e110346d34
commit
520b8e6fdd
3 changed files with 41 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.49"
|
||||
updated: "2026-02-20"
|
||||
latest: "2.1.50"
|
||||
updated: "2026-02-21"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# RELEASES (newest first, condensed highlights only)
|
||||
|
|
@ -15,6 +15,15 @@ releases:
|
|||
# 2.1.x Series (January-February 2026)
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
- version: "2.1.50"
|
||||
date: "2026-02-21"
|
||||
highlights:
|
||||
- "⭐ `WorktreeCreate` and `WorktreeRemove` hook events for custom VCS setup/teardown with agent worktree isolation"
|
||||
- "`isolation: worktree` in agent definitions for declarative worktree isolation; `claude agents` CLI command to list configured agents"
|
||||
- "Opus 4.6 (fast mode) now has full 1M context window; `CLAUDE_CODE_DISABLE_1M_CONTEXT` env var to disable it"
|
||||
- "Major memory leak fixes + startup performance improvements for headless mode; `CLAUDE_CODE_SIMPLE` now fully minimal"
|
||||
breaking: []
|
||||
|
||||
- version: "2.1.49"
|
||||
date: "2026-02-20"
|
||||
highlights:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue