From 99cca4f498c55fd571a52fb3b75d49bc6dfb3057 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Fri, 6 Feb 2026 11:07:52 +0100 Subject: [PATCH] docs: update Claude Code releases to v2.1.33 + guide v3.23.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude Code v2.1.33 (2026-02-06): - Agent teams fixes (tmux sessions, availability warnings) - TeammateIdle and TaskCompleted hook events for multi-agent workflows - Agent frontmatter: memory field (user/project/local), Task(agent_type) syntax - Plugin name in skill descriptions and /skills menu - VSCode: Remote sessions, branch/message count in session picker - Multiple stability fixes and improved error messages Guide v3.23.1: - Updated Claude Code releases tracking (YAML + Markdown) - Version synced across all documentation files Files updated: - machine-readable/claude-code-releases.yaml (latest: 2.1.33) - guide/claude-code-releases.md (v2.1.33 section + footer date) - CHANGELOG.md ([3.23.1] entry) - VERSION (3.23.0 → 3.23.1) - Auto-synced: README.md, cheatsheet.md, ultimate-guide.md, reference.yaml Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- VERSION | 2 +- guide/cheatsheet.md | 4 ++-- guide/claude-code-releases.md | 19 +++++++++++++++++-- guide/ultimate-guide.md | 6 +++--- machine-readable/claude-code-releases.yaml | 13 +++++++++++-- machine-readable/reference.yaml | 18 +++++++++--------- 8 files changed, 58 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3ac2e..42b59fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.23.1] - 2026-02-06 + +### Documentation + +- **Claude Code Releases**: Updated tracking to v2.1.33 (2026-02-06) + - Agent teams fixes (tmux sessions, availability warnings) + - `TeammateIdle` and `TaskCompleted` hook events for multi-agent workflows + - Agent frontmatter: `memory` field (user/project/local scope), `Task(agent_type)` sub-agent restriction + - Plugin name in skill descriptions and `/skills` menu + - VSCode: Remote sessions, branch/message count in session picker + - Multiple stability fixes and improved error messages + +## [3.23.0] - 2026-02-06 + ### Changed - **Adaptive Onboarding Architecture v2.0.0** — Major redesign of interactive onboarding system addressing 8 critical gaps identified by technical-writer challenge (~2,100 lines modified, 2 validation scripts, metrics plan) diff --git a/README.md b/README.md index 5c7bd5d..c7a3a1c 100644 --- a/README.md +++ b/README.md @@ -487,7 +487,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.23.0 | February 2026 | Crafted with Claude* +*Version 3.23.1 | February 2026 | Crafted with Claude*